1) Do I have to configure CAS on a different port from Tomcat or they must use the same port? It can be on same port or different port. If you want to use 8443 then first stop tomcat and then start CAS.
2) How do I configure a different port for CAS (if necessary)? In cas.properties file you can specify the port you require for CAS. cas.server.name=https://youripordomain:<8443> 3) How do I identify and kill the process running on port 8443 in ubuntu (I am not an expert in LInux)? Try using netstat command. Eg. netstat -antup | grep 8443 will give the process id. Kill the process using kill -9 <processid> command. From: Emmanuel Chukwu Sent: Thursday, December 6, 2018 12:09 PM To: CAS Community Subject: [cas-user] Re: Httpt 404 Error while trying to access CAS login page Thanks Ramakrishna. Please I need to understand some things: Tomcat is running properly on port 8443. 1) Do I have to configure CAS on a different port from Tomcat or they must use the same port? 2) How do I configure a different port for CAS (if necessary)? 3) How do I identify and kill the process running on port 8443 in ubuntu (I am not an expert in LInux)? Thanks On Wednesday, December 5, 2018 at 6:31:37 PM UTC+1, Emmanuel Chukwu wrote: Dear all, Please I need help. I just installed CAS using David's notes: : https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html I tried to access the login page through https://<my-server>:8443/cas/login but it is giving 404 error 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. Apache Tomcat/8.5.35 Tomcat is installed and loading very well at https://<my-server>:8443 What could be the problem? -- - 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/c2d24a71-d319-428c-b532-4e3d80632ea5%40apereo.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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5c08ca55.1c69fb81.7a82.3e1c%40mx.google.com.
