Re: DB2/Tomcat Connection pooling problem

2007-02-04 Thread olivier nouguier
Hi Are you you sure that select 1 is a valid query under DB2? It is under mysql but it is not under DB2/AS400 ! HIH On 2/2/07, Pete [EMAIL PROTECTED] wrote: Thanks Tim. More information to my intial question: -I have also installed Websphere App Server on this machine and configured the

Re: log4j and CLASSPATH problems on linux

2007-02-04 Thread Gaurav Kushwaha
Log4j loads log4j.properties from the classpath of the classloader that loaded itself(log4j classes). In your case, log4j is loaded by tomcat classloader, since it is present in $TOMCAT_HOME/lib. Classes and files under WEB-INF/classes are not visible to that classloader, hence the problem.

Re: Tomcat and JSP Issue

2007-02-04 Thread Gaurav Kushwaha
A pair of curly brackets constitute a logical block. A variable declared inside a block is visible within that block and the blocks contained in that block. In your case the place where you are using the variable myname is outside the block where u declared it. Hence the problem. Can you please

Re: Tomcat can't find my Filter

2007-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Allen, (Note that I've moved some things around in here) aladdin wrote: IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so JkWorkersFile /etc/tomcat5.5/workers.properties JkLogFile /usr/share/tomcat5.5/logs/mod_jk.log

Re: [OT] how to make a scheduled event on tomcat

2007-02-04 Thread Gaurav Kushwaha
Thanks Chirstopher for a detailed reply. A very insightful and convincing mail indeed. My problem is I have never tried writing a cron job before. So I have no idea on how to go about it. Hence I will try quartz first. Going by its description here, it should serve my purpose for the time being.

Re: how to make a scheduled event on tomcat

2007-02-04 Thread Gaurav Kushwaha
Thanks Chirstopher for a detailed reply. A very insightful and convincing mail indeed. My problem is I have never tried writing a cron job before. So I have no idea on how to go about it. Hence I will try quartz first. Going by its description here, it should serve my purpose for the time being.

Help me implement comet !!!

2007-02-04 Thread Le Phuoc Canh
Thanks Mark Thomas about comet URL in tomcat, but i have implement a class following : public class testComet extends HttpServlet implements CometProcessor{ event ()... } this will be have 2 servlet, one for normal http connection, and one for comet. How can i do for this

Re: Help me implement comet !!!

2007-02-04 Thread Martin Gainty
please first check 1)that you are indeed posting HTTP GET 2)you do indeed have doGet method coded in your testComet class ... M- --- This e-mail message (including attachments, if any) is intended for the use of the

Tomcat plugn for Eclipse

2007-02-04 Thread Awaneesh Shatmanyu
Hi All, I want Tomcat plug-in for Eclipse 3.2 Can anyone mail me the link where to download. My Tomcat version is 6. Regards, Awaneesh

Re: Tomcat plugn for Eclipse

2007-02-04 Thread Mohsen Saboorian
Hi, User WTP (Web Tools Project), plugin: http://www.eclipse.org/webtools For simplicity, you would better download an all-in-one package. On 2/5/07, Awaneesh Shatmanyu [EMAIL PROTECTED] wrote: Hi All, I want Tomcat plug-in for Eclipse 3.2 Can anyone mail me the link where to download.