Hello, As part of a project in my company, I set up an architecture with CAS and Alfresco and it works. I use two Tomcat servers to deploy applications : CAS server on Tomcat 1 and 2 Alfresco on Tomcat .
According to this page: http://www.jasig.org/cas/cas1-architecture ,"the CAS simply groups the front end and the back end together" on the same server. However, I would like to know if it is possible to separate the two layers and deploy the front-end and back-end on different servers. In production, users should not access via their browser to the CAS server. So, I would like to create an java webapp " Authentication_Portal " , which would be deployed on Tomcat 2 next to Alfresco, which allows the user to authenticate without using the CAS server but using jsp files in the / view directory on CAS server. It would also redirect error messages to this application. What is the best method to do that? Are there any examples for this type of development? Thanks in advance. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
