Tomcat 5 Shared File System (Farming)

2004-08-20 Thread Anthony Colebourne
Hi, I'm setting up a two server Tomcat 5.0.27 cluster. I have configured the host section of server.xml to point the appBase to a networked file system. I also have autoDeploy=true and unpackWARs=true When I initially put a war into the directory it becomes available form both machines. However

unpackWARs and autoDeploy

2004-08-23 Thread Anthony Colebourne
Hi, How does Tomcat determine when to reload the app (using autoDeploy)? It appears to compare the time stamp on the war with the time stamp of the expanded directory. How then does it do it when you set unpackWARs=false? Thanks, Anthony.

RE: unpackWARs and autoDeploy

2004-08-23 Thread Anthony Colebourne
Hi, From looking at the documentation further it seems that if you have unpackWARs=false with autoDeploy=true then any new WARs will just get redeployed. See below. However I have not found this to be true! Perhaps this is a bug? Also if you update the context file in

Deployment to a cluster

2004-08-26 Thread Anthony Colebourne
Hi, I have a deployment problem with a Tomcat 5 cluster. 1) The Farming functionality does not exist yet so I want to use a networked file system (AFS) for the appBase. 2) When unpackWARs=true and autoDeploy=true, newly deployed WARs become available from all machines. However when you update

Error compiling JSP's Tomcat 5.0.27 2sdk1.4

2004-09-24 Thread Anthony Colebourne
Hi, exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:520) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)