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 anyon

Re: Unable to start tomacat....

2008-09-14 Thread Johnny Kewl
- Original Message - From: "Pankaj Jain" <[EMAIL PROTECTED]> To: 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. Plz help me Log F

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, And

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 imag

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. From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Unable to start tomacat > Date: Sun, 14 Sep 2008 10:43:28 +0200 > > > - Original Message - > From: "Pankaj Jain" <[EMAIL

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, > > h

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

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: > It's , not - case matters. > Ditto. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for

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 erro

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] WEB-INF/web.xml [/code] Thanks for your suggestio

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 > > > WEB-INF/web.xml > > type="javax.sql.DataSource" > driverClassName="${jdbc.driver}" url="${jdbc.url}" > username="${jdbc.username}" >

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 > > > WEB-INF/web.xml > > type="javax.sql.DataSource" > driverClassName="${jdbc.driver}" url="${jdbc.url}" > username="${jdbc.username}" >