Tomcat upgradation from 5.5.20 to 5.5.34

2012-01-16 Thread Deepak Mishra
to be downloaded. We are using Windows 2003 OS. Looking forward for your help!!! Many thanks in advance. Thanks Regards, Deepak Mishra +91-8939681817 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Tomcat upgradation from 5.5.20 to 5.5.34

2012-01-16 Thread Deepak Mishra
Hi Andre, We have read about the Eod of life for Apache Tomcat but as per company standard we need to follow the same. If you can provide me information realted to the upgradation as requested will be of great help. Regards, Deepak On 1/16/12, André Warnier a...@ice-sa.com wrote: Deepak

Re: java_home in tomcat6

2008-07-30 Thread Deepak Mishra
i havent used windows, but in linux i frequently face this problem due to spaces in between. so you should better install it at a location other than Program Files i am surprised over how you got tc5 working this way !! also, did you try single-quotes as well as double-quotes ? On Wed, 30 Jul

Re: tomcat 5.5 help needed in start-stop

2008-07-23 Thread Deepak Mishra
) -- Why the Connection refused error is here? Any idea? I am running the service by root user and trying to stop it also as a root user. Thank you. -suman On Mon, Jul 21, 2008 at 11:22 PM, Deepak Mishra [EMAIL PROTECTED] wrote: Any idea wht's going wrong here. Please

Re: IllegalAccessException for listener

2008-07-22 Thread Deepak Mishra
i think, this error is self-expalnatory. you have a problem in the code itself,try changing the private modifier to public...or either post your program. can you run this program independently (that is, out of server root) ? On Tue, 22 Jul 2008 11:55:01 +0530, Fu-Tung Cheng [EMAIL

Re: Tomcat 5.5 help needed

2008-07-21 Thread Deepak Mishra
On Mon, 21 Jul 2008 11:37:20 +0530, suman [EMAIL PROTECTED] wrote: Any idea wht's going wrong here. Please let me know how to start and stop this server like we do for other daemons. e.g /etc/init.d/httpd start /etc/init.d/httpd stop etc. for starting/stopping tomcat you should try: sudo sh

Re: some concepts needed

2008-07-21 Thread Deepak Mishra
On Sun, 20 Jul 2008 23:24:45 +0530, David Smith [EMAIL PROTECTED] wrote: Tomcat does have a java compiler (jasper) to compile jsp pages to servlets, but it also needs a JVM (java). Setting CLASSPATH is a big no-no. Put any required jars your webapp might need in the proper place. If you

Re: some concepts needed

2008-07-21 Thread Deepak Mishra
On Mon, 21 Jul 2008 17:29:58 +0530, David Smith [EMAIL PROTECTED] wrote: Back in the days before tomcat 3.3, we used to have to put all the jars on the classpath and it was HORRIBLE. Nasty version conflicts and lot's of headaches. Somewhere after the introduction of tomcat 3.3, tomcat

Re: tomcat 5.5 help needed in start-stop

2008-07-21 Thread Deepak Mishra
Any idea wht's going wrong here. Please let me know how to start and stop this server like we do for other daemons. e.g /etc/init.d/httpd start /etc/init.d/httpd stop etc. Any help is appreciated. Thank you. -suman if you installed tomcat through the repositories , you should have got a

in need of concepts

2008-07-20 Thread Deepak Mishra
to java too !! but i will be happy if you people can answer me and/or point me to a nice tutorial to know how tomcat works rather than how to work on tomcat. thanks all !! Deepak Mishra - To start a new topic, e-mail: users

some concepts needed

2008-07-20 Thread Deepak Mishra
to java too !! but i will be happy if you people can answer me and/or point me to a nice tutorial to know how tomcat works rather than how to work on tomcat. thanks all !! Deepak Mishra - To start a new topic, e-mail: users

Re: some concepts needed

2008-07-20 Thread Deepak Mishra
webapp might need in the proper place. If you use tomcat's internal pooling for db connections, that means putting driver jar files in tomcat's lib directory. --David Deepak Mishra wrote: hi, i am pretty new to tomcat. currently i have tomcat6 on ubuntu-linux. i have pursued some books on tomcat

Re: some concepts needed

2008-07-20 Thread Deepak Mishra
a JVM (and not a java compiler) as a dependency (or a prerequisite for installing tomcat). this means that tomcat HAS its own compiler, and it only needs a jvm provided externally ,right?? This is correct. --David Deepak Mishra wrote: as you said, tomcat has a java compiler for compiling jsp