[cas-user] Commiting to GIT (my CAS Overlay)

2018-05-18 Thread Y Levine
I have the CAS Overlay building and configures on my server.

We have a University gitlab, what is the best practices to commit this to 
the local gitlab? We would need to commit the pom.xml, cas.properties etc. 

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/da1d7823-e6ab-486e-9ea2-bacdc7165d3b%40apereo.org.


Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-12 Thread Y Levine
Woohoo --- got it working.thank you for all your help.

The last culprit was the tomcat...downloaded a fresh version --- followed 
your steps --- now running :)

On to the next battle


On Saturday, May 12, 2018 at 10:11:51 AM UTC-7, Y Levine wrote:
>
> Thank you for your help :)
>
> I had a number of areas missingthe following is the error message 
> received.
>
> Was this somehow missed in the overlay?
>
>  java.lang.IllegalStateException: java.io.FileNotFoundException: 
> /opt/apache-tomcat-8.5.31/webapps/cas/WEB-INF/lib/cas-server-core-5.2.4.jar 
> (No such file or directory)
>
> On Friday, May 11, 2018 at 3:48:28 PM UTC-7, Manfredo Hopp wrote:
>>
>> Look into localhost.log
>>
>> El viernes, 11 de mayo de 2018, Y Levine <ylev...@gmail.com> escribió:
>>
>>> Thank you for your reply Manfredo.
>>>
>>> The following is obtained in the 'cataline.out' when started --- nothing 
>>> further when page is accessed.
>>>
>>> Kinda stumped -- I'm probably missing something obvious -- without logs 
>>> to guide not 100% sure.
>>>
>>> My other guess is that the 'cas.properties' is in 
>>> '/opt/tomcat/webapps/cas/WEB-INF/classes/etc/cas/config' -- perhaps this is 
>>> not the correct location?
>>>
>>> 11-May-2018 13:54:14.579 INFO [main] 
>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>>> ["http-nio-8080"]
>>> 11-May-2018 13:54:14.588 INFO [main] 
>>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector 
>>> Using a shared selector for servlet write/read
>>> 11-May-2018 13:54:14.616 INFO [main] 
>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>>> ["ajp-nio-8009"]
>>> 11-May-2018 13:54:14.617 INFO [main] 
>>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector 
>>> Using a shared selector for servlet write/read
>>> 11-May-2018 13:54:14.630 INFO [main] 
>>> org.apache.catalina.startup.Catalina.load Initialization processed in 1049 
>>> ms
>>> 11-May-2018 13:54:14.653 INFO [main] 
>>> org.apache.catalina.core.StandardService.startInternal Starting service 
>>> [Catalina]
>>> 11-May-2018 13:54:14.653 INFO [main] 
>>> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet 
>>> Engine: Apache Tomcat/8.5.31
>>> 11-May-2018 13:54:14.720 INFO [localhost-startStop-1] 
>>> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application 
>>> archive [/opt/apache-tomcat-8.5.31/webapps/cas.war]
>>> 11-May-2018 13:54:17.117 INFO [localhost-startStop-1] 
>>> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
>>> application archive [/opt/apache-tomcat-8.5.31/webapps/cas.war] has 
>>> finished in [2,386] ms
>>> 11-May-2018 13:54:17.120 INFO [main] 
>>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
>>> ["http-nio-8080"]
>>> 11-May-2018 13:54:17.233 INFO [main] 
>>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
>>> ["ajp-nio-8009"]
>>> 11-May-2018 13:54:17.236 INFO [main] 
>>> org.apache.catalina.startup.Catalina.start Server startup in 2605 ms
>>>
>>> On Friday, May 11, 2018 at 1:52:51 PM UTC-7, Manfredo Hopp wrote:
>>>>
>>>> If that is tour message cas isnt deployed. See tomcat log for errors
>>>>
>>>> El viernes, 11 de mayo de 2018, Y Levine <ylev...@gmail.com> escribió:
>>>>
>>>>> We got lots further --- thank you to the replies.
>>>>>
>>>>> The cas.war is now in Tomcat --- however the page '
>>>>> http://localhost:8080/cas/login' does not load up -- is there a 
>>>>> configuration we have to do to enable it? Message received below.
>>>>>
>>>>>
>>>>> HTTP Status 404 – Not Found
>>>>> --
>>>>>
>>>>> *Type* Status Report
>>>>> *Message* /cas/login
>>>>>
>>>>> *Description* The origin server did not find a current representation 
>>>>> for the target resource or is not willing to disclose that one exists.
>>>>>
>>>>> -- 
>>>>> - Website: https://apereo.github.io/cas
>>>>> - Gitter Chatroom: https://gitter.im/apereo/cas
>>>>> - List Guidelines: https://goo.gl/1VRrw7
>>>>> - Contributions: https://goo.gl/mh7q

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-12 Thread Y Levine
Thank you for your help :)

I had a number of areas missingthe following is the error message 
received.

Was this somehow missed in the overlay?

 java.lang.IllegalStateException: java.io.FileNotFoundException: 
/opt/apache-tomcat-8.5.31/webapps/cas/WEB-INF/lib/cas-server-core-5.2.4.jar 
(No such file or directory)

On Friday, May 11, 2018 at 3:48:28 PM UTC-7, Manfredo Hopp wrote:
>
> Look into localhost.log
>
> El viernes, 11 de mayo de 2018, Y Levine <ylev...@gmail.com > 
> escribió:
>
>> Thank you for your reply Manfredo.
>>
>> The following is obtained in the 'cataline.out' when started --- nothing 
>> further when page is accessed.
>>
>> Kinda stumped -- I'm probably missing something obvious -- without logs 
>> to guide not 100% sure.
>>
>> My other guess is that the 'cas.properties' is in 
>> '/opt/tomcat/webapps/cas/WEB-INF/classes/etc/cas/config' -- perhaps this is 
>> not the correct location?
>>
>> 11-May-2018 13:54:14.579 INFO [main] 
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>> ["http-nio-8080"]
>> 11-May-2018 13:54:14.588 INFO [main] 
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector 
>> Using a shared selector for servlet write/read
>> 11-May-2018 13:54:14.616 INFO [main] 
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>> ["ajp-nio-8009"]
>> 11-May-2018 13:54:14.617 INFO [main] 
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector 
>> Using a shared selector for servlet write/read
>> 11-May-2018 13:54:14.630 INFO [main] 
>> org.apache.catalina.startup.Catalina.load Initialization processed in 1049 
>> ms
>> 11-May-2018 13:54:14.653 INFO [main] 
>> org.apache.catalina.core.StandardService.startInternal Starting service 
>> [Catalina]
>> 11-May-2018 13:54:14.653 INFO [main] 
>> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet 
>> Engine: Apache Tomcat/8.5.31
>> 11-May-2018 13:54:14.720 INFO [localhost-startStop-1] 
>> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application 
>> archive [/opt/apache-tomcat-8.5.31/webapps/cas.war]
>> 11-May-2018 13:54:17.117 INFO [localhost-startStop-1] 
>> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
>> application archive [/opt/apache-tomcat-8.5.31/webapps/cas.war] has 
>> finished in [2,386] ms
>> 11-May-2018 13:54:17.120 INFO [main] 
>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
>> ["http-nio-8080"]
>> 11-May-2018 13:54:17.233 INFO [main] 
>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
>> ["ajp-nio-8009"]
>> 11-May-2018 13:54:17.236 INFO [main] 
>> org.apache.catalina.startup.Catalina.start Server startup in 2605 ms
>>
>> On Friday, May 11, 2018 at 1:52:51 PM UTC-7, Manfredo Hopp wrote:
>>>
>>> If that is tour message cas isnt deployed. See tomcat log for errors
>>>
>>> El viernes, 11 de mayo de 2018, Y Levine <ylev...@gmail.com> escribió:
>>>
>>>> We got lots further --- thank you to the replies.
>>>>
>>>> The cas.war is now in Tomcat --- however the page '
>>>> http://localhost:8080/cas/login' does not load up -- is there a 
>>>> configuration we have to do to enable it? Message received below.
>>>>
>>>>
>>>> HTTP Status 404 – Not Found
>>>> --
>>>>
>>>> *Type* Status Report
>>>> *Message* /cas/login
>>>>
>>>> *Description* The origin server did not find a current representation 
>>>> for the target resource or is not willing to disclose that one exists.
>>>>
>>>> -- 
>>>> - 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/d1f42af3-0351-42da-8978-318c70191d1b%40apereo.org
>>>>  
>>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/d1f42af3-0351-42da-8978-318c70191d1b%40apereo.or

Re: [cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
Thank you for your reply Manfredo.

The following is obtained in the 'cataline.out' when started --- nothing 
further when page is accessed.

Kinda stumped -- I'm probably missing something obvious -- without logs to 
guide not 100% sure.

My other guess is that the 'cas.properties' is in 
'/opt/tomcat/webapps/cas/WEB-INF/classes/etc/cas/config' -- perhaps this is 
not the correct location?

11-May-2018 13:54:14.579 INFO [main] 
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
["http-nio-8080"]
11-May-2018 13:54:14.588 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
11-May-2018 13:54:14.616 INFO [main] 
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
["ajp-nio-8009"]
11-May-2018 13:54:14.617 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
11-May-2018 13:54:14.630 INFO [main] 
org.apache.catalina.startup.Catalina.load Initialization processed in 1049 
ms
11-May-2018 13:54:14.653 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service 
[Catalina]
11-May-2018 13:54:14.653 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet 
Engine: Apache Tomcat/8.5.31
11-May-2018 13:54:14.720 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployWAR Deploying web application 
archive [/opt/apache-tomcat-8.5.31/webapps/cas.war]
11-May-2018 13:54:17.117 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
application archive [/opt/apache-tomcat-8.5.31/webapps/cas.war] has 
finished in [2,386] ms
11-May-2018 13:54:17.120 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["http-nio-8080"]
11-May-2018 13:54:17.233 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["ajp-nio-8009"]
11-May-2018 13:54:17.236 INFO [main] 
org.apache.catalina.startup.Catalina.start Server startup in 2605 ms

On Friday, May 11, 2018 at 1:52:51 PM UTC-7, Manfredo Hopp wrote:
>
> If that is tour message cas isnt deployed. See tomcat log for errors
>
> El viernes, 11 de mayo de 2018, Y Levine <ylev...@gmail.com > 
> escribió:
>
>> We got lots further --- thank you to the replies.
>>
>> The cas.war is now in Tomcat --- however the page '
>> http://localhost:8080/cas/login' does not load up -- is there a 
>> configuration we have to do to enable it? Message received below.
>>
>>
>> HTTP Status 404 – Not Found
>> --
>>
>> *Type* Status Report
>> *Message* /cas/login
>>
>> *Description* The origin server did not find a current representation 
>> for the target resource or is not willing to disclose that one exists.
>>
>> -- 
>> - 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/d1f42af3-0351-42da-8978-318c70191d1b%40apereo.org
>>  
>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/d1f42af3-0351-42da-8978-318c70191d1b%40apereo.org?utm_medium=email_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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/d63675de-79c3-468a-ac80-3ca57ab2c1cf%40apereo.org.


[cas-user] Re: Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
There is nothing in the Tomcat logs to go by (the cas.log did not 
appear).perplexed at this stage.

On Friday, May 11, 2018 at 12:23:47 PM UTC-7, Y Levine wrote:
>
> We got lots further --- thank you to the replies.
>
> The cas.war is now in Tomcat --- however the page '
> http://localhost:8080/cas/login' does not load up -- is there a 
> configuration we have to do to enable it? Message received below.
>
>
> HTTP Status 404 – Not Found
> --
>
> *Type* Status Report
> *Message* /cas/login
>
> *Description* The origin server did not find a current representation for 
> the target resource or is not willing to disclose that one exists.
>

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/3ebcaacb-4ad8-4fbc-9fea-6806c0861c48%40apereo.org.


[cas-user] Page 'http://localhost:8080/cas/login' does not load up

2018-05-11 Thread Y Levine
We got lots further --- thank you to the replies.

The cas.war is now in Tomcat --- however the page 
'http://localhost:8080/cas/login' does not load up -- is there a 
configuration we have to do to enable it? Message received below.


HTTP Status 404 – Not Found
--

*Type* Status Report
*Message* /cas/login

*Description* The origin server did not find a current representation for 
the target resource or is not willing to disclose that one exists.

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/d1f42af3-0351-42da-8978-318c70191d1b%40apereo.org.


[cas-user] Installing CAS 5

2018-05-09 Thread Y Levine
We are making a jump from CAS3 to CAS5, the learning curve is very large.

Can anyone recommend guides for CAS installations?

I apologize in advance, the apareo installation documents have confused the
heck out of us.

Our starting point is from code download, to configure/build/deploy.

Thanks.

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACMZ_TDPfvTPeye9nUwFyxjn2gtNZjCH54HhR9kma-LNJORAwg%40mail.gmail.com.


[cas-user] Latest CAS Stable Release for Production

2018-03-06 Thread Y Levine
Pardon me, I am new to CAS.

If we wish to evaluate CAS for production, which version number would you 
recommend?

Thanks.

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/910ca773-0390-4875-ad19-674a04773dd0%40apereo.org.