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 missing....the 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 <[email protected]> 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 <[email protected]> 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 [email protected]. >>>>> 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&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 [email protected]. >>> 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 >>> >>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/d63675de-79c3-468a-ac80-3ca57ab2c1cf%40apereo.org?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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/908d64ff-71ed-4a92-a12b-ce5e9912e97e%40apereo.org.
