RE: Re: Upgrade from 2000 to 2003; .NET2 ?

2006-09-20 Thread sfbell
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

Deploying web app over cluster.

2006-08-23 Thread sfbell
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

RE: Re: Tomcat, Timer and TimerTask question

2006-07-20 Thread sfbell
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