I haven't done any specific testing, however I am running one of my servers
with .Net 1.1 and .Net 2 (two application pools) along with Tomcat.
What are you doing with the .Net page to Tomcat? Maybe I can put together a
simple/similar example and test it out.
>I have 1.2.15 working correctly
Hello,
I am having some trouble getting a web app to deploy over a cluster.
Node 1 is a Linux box, with /tmp/war-listen, /tmp/war-deploy, /tmp/war-temp
Node 2 is a Windows box, with c:/tomcat5.5/tmp/war-listen etc..
The log file shows "...org.apache.catalina.cluster.deploy.FarmWarDeployer -
Ins
A better possible solution might be to create a servlet that will execute the
timer task for you.
In order to do that, several steps need to be taken.
1. The servlet init() method needs to be used to create the thread for your
task.
2. The servlet needs to be loaded on startup. In web.xml you wo