Running CAS 5.1 as a service in linux

224 views
Skip to first unread message

Adam Causey

unread,
Nov 13, 2017, 3:02:40 PM11/13/17
to cas-...@apereo.org
I am running Redhat Enterprise 7 and would like to run CAS 5.1 as a service. I have done this with other spring boot apps, but CAS doesn't seem to work the same way. Is there a tutorial or docs on how to get this setup?

Thanks,
Adam

David Curry

unread,
Nov 13, 2017, 3:07:19 PM11/13/17
to cas-...@apereo.org
Embedded Tomcat or external Tomcat? If the latter, this might help:


But I'm not sure how helpful that is for the embedded option.

--Dave


--

DAVID A. CURRY, CISSP
DIRECTOR OF INFORMATION SECURITY
INFORMATION TECHNOLOGY

71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 212 229-5300 x4728david...@newschool.edu

The New School


--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.com.

Adam Causey

unread,
Nov 13, 2017, 3:27:27 PM11/13/17
to cas-...@apereo.org
Thanks. I'm looking to startup the embedded Tomcat. I have our older version of CAS running in external Tomcat.

On Mon, Nov 13, 2017 at 3:07 PM, David Curry <david...@newschool.edu> wrote:
Embedded Tomcat or external Tomcat? If the latter, this might help:


But I'm not sure how helpful that is for the embedded option.

--Dave


--

DAVID A. CURRY, CISSP
DIRECTOR OF INFORMATION SECURITY
INFORMATION TECHNOLOGY

71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 212 229-5300 x4728david...@newschool.edu

The New School


On Mon, Nov 13, 2017 at 3:02 PM, Adam Causey <apca...@vcu.edu> wrote:
I am running Redhat Enterprise 7 and would like to run CAS 5.1 as a service. I have done this with other spring boot apps, but CAS doesn't seem to work the same way. Is there a tutorial or docs on how to get this setup?

Thanks,
Adam

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.

Waldbieser, Carl

unread,
Nov 13, 2017, 3:31:00 PM11/13/17
to cas-user
Adam,

For CAS 5.1.5, I have something like this in `/etc/systemd/system/cas.service`:

# Systemd unit file for CAS (Central Authentication Service)
[Unit]
Description=Apereo CAS with embedded servlet container
After=syslog.target network.target

[Service]
Type=simple

Environment=JAVA_HOME=/etc/alternatives/java_sdk_1.8.0
Environment='JAVA_OPTS=-Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom'

WorkingDirectory=/var/local/cas
ExecStart=/bin/java -Dlog4j.configurationFile=file:/etc/cas/log4j2.xml -jar target/cas.war --cas.standalone.config.file=/etc/cas/cas.properties

User=cas
Group=cas

SuccessExitStatus=143

[Install]
WantedBy=multi-user.target

It is probably not exactly right, but I can do `systemctl start cas`, `systemctl stop cas`, etc.

Thanks,
Carl Waldbieser
ITS Identity Management
Lafayette College

----- Original Message -----
From: "Adam Causey" <apca...@vcu.edu>
To: "cas-user" <cas-...@apereo.org>
Sent: Monday, November 13, 2017 3:27:01 PM
Subject: Re: [cas-user] Running CAS 5.1 as a service in linux

Thanks. I'm looking to startup the embedded Tomcat. I have our older
version of CAS running in external Tomcat.

On Mon, Nov 13, 2017 at 3:07 PM, David Curry <david...@newschool.edu>
wrote:

> Embedded Tomcat or external Tomcat? If the latter, this might help:
>
> https://dacurry-tns.github.io/deploying-apereo-cas/setup_
> tomcat_configure-systemd-to-start-tomcat.html
>
> But I'm not sure how helpful that is for the embedded option.
>
> --Dave
>
>
> --
>
> DAVID A. CURRY, CISSP
> *DIRECTOR OF INFORMATION SECURITY*
> INFORMATION TECHNOLOGY
>
> 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
> <https://maps.google.com/?q=71+FIFTH+AVE.,+9TH+FL.,+NEW+YORK,+NY+10003&entry=gmail&source=g>
> +1 212 229-5300 x4728david...@newschool.edu
>
> [image: The New School]
>
> On Mon, Nov 13, 2017 at 3:02 PM, Adam Causey <apca...@vcu.edu> wrote:
>
>> I am running Redhat Enterprise 7 and would like to run CAS 5.1 as a
>> service. I have done this with other spring boot apps, but CAS doesn't seem
>> to work the same way. Is there a tutorial or docs on how to get this setup?
>>
>> Thanks,
>> Adam
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cas-user+u...@apereo.org.
>> To view this discussion on the web visit https://groups.google.com/a/ap
>> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
>> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+u...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%
> 2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5Mg%2Be3QDB%2Bhb8WHVjXg9zmRyZX02aPGp%2BW4Vvoxj%3DyaaQ%40mail.gmail.com.

Adam Causey

unread,
Nov 13, 2017, 3:45:45 PM11/13/17
to cas-...@apereo.org
Sorry; I thought my server was Redhat 7, but it's still on Redhat 6. Are there any examples for that version?


>> To view this discussion on the web visit https://groups.google.com/a/ap
>> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
>> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To view this discussion on the web visit https://groups.google.com/a/
>

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1399395731.85655645.1510605057344.JavaMail.zimbra%40lafayette.edu.

Waldbieser, Carl

unread,
Nov 13, 2017, 3:50:05 PM11/13/17
to cas-user

Something like the following in `/etc/init`:

description "Description Goes Here"
author "Carl <wald...@lafayette.edu>"

start on runlevel [2345]
stop on runlevel [016]

kill timeout 60
respawn
respawn limit 10 5

script
/usr/bin/sudo -u cas /bin/bash <<START
cd /path/to/cas/
./executable/to/run
START
end script

E.g. if you call it /etc/init/cas.conf`, then you can do `start cas` `stop cas` `status cas`. I liked upstart a lot better than systemd. Not sure why it never caught on.
> >> email to cas-user+u...@apereo.org.
> >> To view this discussion on the web visit https://groups.google.com/a/ap
> >> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
> >> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_
> WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.
> com?utm_medium=email&utm_source=footer>
> >> .
> >>
> >
> > --
> > - Website: https://apereo.github.io/cas
> > - Gitter Chatroom: https://gitter.im/apereo/cas
> > - List Guidelines: https://goo.gl/1VRrw7
> > - Contributions: https://goo.gl/mh7qDG
> > ---
> > You received this message because you are subscribed to the Google Groups
> > "CAS Community" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to cas-user+u...@apereo.org.
> > To view this discussion on the web visit https://groups.google.com/a/
> > apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%
> > 2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com
> > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/
> CA%2Bd9XAM0hvwxHZwZ3X%2B%2B2mQsEuxmPh6i32C1uQdr60u%2B%
> 3DOFh4g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> > .
> >
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+u...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/CAN6MV5Mg%2Be3QDB%2Bhb8WHVjXg9zmRyZX02aPGp%
> 2BW4Vvoxj%3DyaaQ%40mail.gmail.com.
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+u...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/1399395731.85655645.
> 1510605057344.JavaMail.zimbra%40lafayette.edu.
>

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFBD_UxWkv510CPf8vVV_pMNBcqTJjujsNFg02wpGrGw%40mail.gmail.com.

Misagh Moayyed

unread,
Nov 13, 2017, 4:12:10 PM11/13/17
to cas-...@apereo.org

Adam Causey

unread,
Nov 14, 2017, 8:39:18 AM11/14/17
to cas-...@apereo.org
Misagh,

If I try to run it as an executable I get the following errors:


./cas.war: line 1: PK: command not found
./cas.war: line 2:1}iK: command not found
./cas.war: line 3:1}iK?30OOMETA-INF/MANIFEST.MFManifest-Version:: No such file or directory
./cas.war: line 4: Implementation-Title:: command not found
./cas.war: line 5: Implementation-Version:: command not found
./cas.war: line 6: Archiver-Version:: command not found
./cas.war: line 7: Built-By:: command not found
./cas.war: line 8: Implementation-Date:: command not found
./cas.war: line 9: Spring-Boot-Version:: command not found
./cas.war: line 10: Implementation-Vendor:: command not found
./cas.war: line 11: Main-Class:: command not found
./cas.war: line 12: Start-Class:: command not found
./cas.war: line 13: Spring-Boot-Classes:: command not found
./cas.war: line 14: Spring-Boot-Lib:: command not found
./cas.war: line 15: Created-By:: command not found
./cas.war: line 16: Build-Jdk:: command not found
./cas.war: line 17: Specification-Version:: command not found
: command not found
./cas.war: line 19: PK: command not found
./cas.war: line 20: iKorg/PK: No such file or directory
./cas.war: line 20:?: command not found
./cas.war: line 21: iKorg/springframework/PK: No such file or directory
./cas.war: line 21:?: command not found
./cas.war: line 22: iKorg/springframework/boot/PK: No such file or directory
./cas.war: line 22:?: command not found
./cas.war: line 23: iK: command not found
./cas.war: line 23:?: command not found
./cas.war: line 24: syntax error near unexpected token `org/springframework/boot/loader/archive/PK'
./cas.war: line 24: ?|iK(org/springframework/boot/loader/archive/PK'


>> >> To view this discussion on the web visit https://groups.google.com/a/ap
>> >> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
>> >> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
>> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_
>> WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.
>> com?utm_medium=email&utm_source=footer>
>> >> .
>> >>
>> >
>> > --
>> > - Website: https://apereo.github.io/cas
>> > - Gitter Chatroom: https://gitter.im/apereo/cas
>> > - List Guidelines: https://goo.gl/1VRrw7
>> > - Contributions: https://goo.gl/mh7qDG
>> > ---
>> > You received this message because you are subscribed to the Google Groups
>> > "CAS Community" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an

>> > To view this discussion on the web visit https://groups.google.com/a/
>> > apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%
>> > 2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com
>> > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/
>> CA%2Bd9XAM0hvwxHZwZ3X%2B%2B2mQsEuxmPh6i32C1uQdr60u%2B%
>> 3DOFh4g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> > .
>> >
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/CAN6MV5Mg%2Be3QDB%2Bhb8WHVjXg9zmRyZX02aPGp%
>> 2BW4Vvoxj%3DyaaQ%40mail.gmail.com.
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/1399395731.85655645.
>> 1510605057344.JavaMail.zimbra%40lafayette.edu.
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email

> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFBD_UxWkv510CPf8vVV_pMNBcqTJjujsNFg02wpGrGw%40mail.gmail.com.
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/45739684.7576824.1510607526396.JavaMail.zimbra%40unicon.net.

Carlos Fernandez

unread,
Nov 14, 2017, 8:52:03 AM11/14/17
to cas-...@apereo.org
You need Java to execute the war file.

java -jar cas.war

>> >> email to cas-user+u...@apereo.org.

>> >> To view this discussion on the web visit https://groups.google.com/a/ap
>> >> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
>> >> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
>> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_
>> WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.
>> com?utm_medium=email&utm_source=footer>
>> >> .
>> >>
>> >
>> > --
>> > - Website: https://apereo.github.io/cas
>> > - Gitter Chatroom: https://gitter.im/apereo/cas
>> > - List Guidelines: https://goo.gl/1VRrw7
>> > - Contributions: https://goo.gl/mh7qDG
>> > ---
>> > You received this message because you are subscribed to the Google Groups
>> > "CAS Community" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an
>> > email to cas-user+u...@apereo.org.

>> > To view this discussion on the web visit https://groups.google.com/a/
>> > apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%
>> > 2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com
>> > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/
>> CA%2Bd9XAM0hvwxHZwZ3X%2B%2B2mQsEuxmPh6i32C1uQdr60u%2B%
>> 3DOFh4g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> > .
>> >
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/CAN6MV5Mg%2Be3QDB%2Bhb8WHVjXg9zmRyZX02aPGp%
>> 2BW4Vvoxj%3DyaaQ%40mail.gmail.com.
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/1399395731.85655645.
>> 1510605057344.JavaMail.zimbra%40lafayette.edu.
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email

> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFBD_UxWkv510CPf8vVV_pMNBcqTJjujsNFg02wpGrGw%40mail.gmail.com.
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email

> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/571047723.85687359.1510606202535.JavaMail.zimbra%40lafayette.edu.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.

Misagh Moayyed

unread,
Nov 14, 2017, 9:24:36 AM11/14/17
to cas-...@apereo.org
Try the java -jar route. Native executable-ness is a feature of 5.2 if I remember right. 

--Misagh


>> >> email to cas-user+u...@apereo.org.

>> >> To view this discussion on the web visit https://groups.google.com/a/ap
>> >> ereo.org/d/msgid/cas-user/CAN6MV5NP_WEwRCGTXXUbdB5BmAbh4fkA3
>> >> 1R_H7Q%3DOXFZmfCb5g%40mail.gmail.com
>> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5NP_
>> WEwRCGTXXUbdB5BmAbh4fkA31R_H7Q%3DOXFZmfCb5g%40mail.gmail.
>> com?utm_medium=email&utm_source=footer>
>> >> .
>> >>
>> >
>> > --
>> > - Website: https://apereo.github.io/cas
>> > - Gitter Chatroom: https://gitter.im/apereo/cas
>> > - List Guidelines: https://goo.gl/1VRrw7
>> > - Contributions: https://goo.gl/mh7qDG
>> > ---
>> > You received this message because you are subscribed to the Google Groups
>> > "CAS Community" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an
>> > email to cas-user+u...@apereo.org.

>> > To view this discussion on the web visit https://groups.google.com/a/
>> > apereo.org/d/msgid/cas-user/CA%2Bd9XAM0hvwxHZwZ3X%2B%
>> > 2B2mQsEuxmPh6i32C1uQdr60u%2B%3DOFh4g%40mail.gmail.com
>> > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/
>> CA%2Bd9XAM0hvwxHZwZ3X%2B%2B2mQsEuxmPh6i32C1uQdr60u%2B%
>> 3DOFh4g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> > .
>> >
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/CAN6MV5Mg%2Be3QDB%2Bhb8WHVjXg9zmRyZX02aPGp%
>> 2BW4Vvoxj%3DyaaQ%40mail.gmail.com.
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To view this discussion on the web visit https://groups.google.com/a/
>> apereo.org/d/msgid/cas-user/1399395731.85655645.
>> 1510605057344.JavaMail.zimbra%40lafayette.edu.
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email

> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFBD_UxWkv510CPf8vVV_pMNBcqTJjujsNFg02wpGrGw%40mail.gmail.com.
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups "CAS
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email

> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/571047723.85687359.1510606202535.JavaMail.zimbra%40lafayette.edu.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5M6RYyxwrGCFJroQKOQp-FnOeGgqfKHNxi%3D_wFTbsDT7w%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages