Hi,
I am trying to deploy CAS in a Tomcat 5.5 container on a UNIX server.  The 
server has a lot of Tomcat 5.5 containers on it, and I just created my own 
using a well documented procedure for this particular server.  The container is 
called chin-cas and has the following structure:
drwxrwxr-x    2 avulpoiu users   4096 Apr  1 10:56 bin
-rw-rw-r--    1 avulpoiu users 147665 Apr  6 13:16 cas.log
drwxrwxr-x    4 avulpoiu users   4096 Apr  1 12:56 common
drwxrwxr-x    2 avulpoiu users   4096 Apr  1 13:08 conf
drwxrwxr-x    2 avulpoiu users   4096 Apr  1 10:56 logs
drwxrwxr-x    4 avulpoiu users   4096 Oct 26  2007 shared
drwxrwxr-x    2 avulpoiu users   4096 Oct 26  2007 temp
drwxrwxr-x    3 avulpoiu users   4096 Apr  6 13:16 webapps
drwxrwxr-x    3 avulpoiu users   4096 Apr  1 10:56 work

-bin contains the catalina.sh scripts
-common has some empty folders
-conf contains catalina.policy, catalina.properties, context.xml  server.xml, 
tomcat-users.xml, web.xml
-shared and temp are empty
-webapps contains the code(everything under WebContent in Eclipse), so it looks 
something like: webapps->ROOT-><everything under WebContent>
-work contains mostly the compiled files in the project, e.g. the Java version 
of the .JSP files in the project

I wanted to keep it simple and test this, so I took the cas-server-webapp-3.3.1 
WAR and copied it to my container under webapps (I am sure this is the correct 
location).  I started tomcat (catalina.sh run) and went to the web location.  I 
could see that the index.jsp file got executed, but the redirect to /login 
times out.  
I cleared my private data, I set all file permissions to 777, and it still 
times out.  Of course, the exact same WAR works perfectly in Eclipse on Windows.

I could trace the code as far as the DispatcherServlet, but it's very hard to 
go forward from there.  

I have been trying to figure this out for a week...  Any help would be greatly 
appreciated.

Thank you very much,

Anda
-- 
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

Reply via email to