Unable to start tomacat....

2008-09-14 Thread Pankaj Jain
I am unable to start the tomcat . Whenever i click on start button it shows me some steps but after that it remain stop. Plz help me

Re: number of worker threads in Tomcat 6

2008-09-14 Thread André Warnier
Madhav wrote: Hi, I want to know the values of maxThreads, minSpareThreads parameters as well as the number of 'available' worker threads inside a servlet in Tomcat 6. I tried googling with -- find worker threads in Tomcat-- and similar phrases but was not able to get the above info. Could

Re: Unable to start tomacat....

2008-09-14 Thread Johnny Kewl
- Original Message - From: Pankaj Jain [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, September 14, 2008 8:38 AM Subject: Unable to start tomacat I am unable to start the tomcat . Whenever i click on start button it shows me some steps but after that it remain stop.

Re: number of worker threads in Tomcat 6

2008-09-14 Thread Madhav
Hi André, Thanks for the reply, but the link is about configuring Tomcat which I know. What I'm looking for is how to get these information inside servlet, i.e. in java code. Please let me know that or point me to any resource if you know that. Thanks, Madhav On Sun, Sep 14, 2008 at 1:44 PM,

Re: number of worker threads in Tomcat 6

2008-09-14 Thread André Warnier
Madhav wrote: Hi André, Thanks for the reply, but the link is about configuring Tomcat which I know. What I'm looking for is how to get these information inside servlet, i.e. in java code. Please let me know that or point me to any resource if you know that. I don't really know. But I can

RE: Unable to start tomacat....

2008-09-14 Thread Martin Gainty
determine the port your connector is binding to in $TOMCAT_HOME/conf/server.xml e.g. !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector port=8080 and to make sure your port 8080 is'nt bound drop to command line netstat -a | grep 8080 should come up empty ..if not you'll

Re: Tomcat 6.0 on-line docs

2008-09-14 Thread Mark Thomas
André Warnier wrote: Is this the right place to report something like .. ? There are enough committers lurking on the users list that one of us normally spots reports like this. If it looks like we have forgotten / missed it just create a bugzilla entry. In the Tomcat 6.0 on-line docs,

Re: number of worker threads in Tomcat 6

2008-09-14 Thread Mark Thomas
André Warnier wrote: Madhav wrote: Hi André, Thanks for the reply, but the link is about configuring Tomcat which I know. What I'm looking for is how to get these information inside servlet, i.e. in java code. Please let me know that or point me to any resource if you know that. I

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: JNDI configuration in webapp/META-INF/context.xml Here is the configuration I am using: context reloadable=true It's Context, not context - case matters. /context Ditto. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

RE: application to windows - linux

2008-09-14 Thread Caldarale, Charles R
From: Johnny Kewl [mailto:[EMAIL PROTECTED] Subject: Re: application to windows - linux Its highly unusual for a war to work on one and not the other... more likely a deployment issue? Look for proper casing of directory, package, and class names. Java on Windows lets some casing errors

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread walterw
Hi, Thanks for your reply. I noticed my configuration in the Tomcat installation directory did have a capital C in context. However, the files are identical now, but I'm still not getting a JNDI connection. [code] ?xml version='1.0' encoding='utf-8'? !--

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: RE: JNDI configuration in webapp/META-INF/context.xml Context WatchedResourceWEB-INF/web.xml/WatchedResource !--WatchedResourceMETA-INF/context.xml/WatchedResource-- Resource name=${jndi.URL} auth=Container

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: RE: JNDI configuration in webapp/META-INF/context.xml Context WatchedResourceWEB-INF/web.xml/WatchedResource !--WatchedResourceMETA-INF/context.xml/WatchedResource-- Resource name=${jndi.URL} auth=Container