Why web.xml in my application runs twice when use Apache as Web Server?

2002-12-19 Thread Ching-yu Hsueh
the port 8080 connector in server.xml. But ConnectionPool still started twice. It looks like that web.xml run twice. Is any one can tell me when use Apache as Web Server how can run web.xml only once? Any help to this question shall be highly appreciated. Ching-yu Hsueh -- To unsubscribe, e-mail

Re: Why web.xml in my application runs twice when use Apache as WebServer?

2002-12-19 Thread Ching-yu Hsueh
condition around the creation of the ConnectionPool and set it to false inside. That way if it gets called twice it won't re-run. I've had to do this inside Init() methods in WebSphere. Dodd - Original Message - From: Ching-yu Hsueh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

Re: Why web.xml in my application runs twice when use Apache as WebServer?

2002-12-19 Thread Ching-yu Hsueh
in two seperate JVMs. It almost sounds as if you are starting Tomcat through Apache and also starting Tomcat as stand-alone as well. - Original Message - From: Ching-yu Hsueh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 3:41 PM Subject: Re: Why web.xml in my

Re: Why web.xml in my application runs twice when use Apache as WebServer?

2002-12-19 Thread Ching-yu Hsueh
pool stop on pronettest when shout down Apache: No message Ching-yu Ching-yu Hsueh wrote: I agree with you. But little starnge thing is if there are two seperate JVMs I should see them runing in my UNIX box right? I use 'ps -ef | grep java' to check this, only one java process is runing