Re: Threads not freed up after load test....

2010-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 12/17/2010 5:20 PM, Tony Anecito wrote: > I was running a load test against Tomcat 6.0.16 and noticed that when the > load > test was done the thread count stayed over 600. > Is there some delay for the threads to ramp down internal to Tomc

Re: Threads not freed up after load test....

2010-12-17 Thread Tony Anecito
After some research I found the tags in the server.xml for controlling this and will check with someone about the current settings. Regards, -Tony - Original Message From: Tony Anecito To: Tomcat Users Group Sent: Fri, December 17, 2010 3:20:07 PM Subject: Threads not freed up after

Threads not freed up after load test....

2010-12-17 Thread Tony Anecito
Hi All, I was running a load test against Tomcat 6.0.16 and noticed that when the load test was done the thread count stayed over 600. Is there some delay for the threads to ramp down internal to Tomcat? Thanks, -Tony -

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-17 Thread Pid
On 17/12/2010 15:38, Srikanth Konjarla wrote: > > > On 12/17/10 3:01 AM, Pid wrote: >> On 15/12/2010 15:37, Srikanth Konjarla wrote: >>> >>> >>> On 12/15/10 7:13 AM, Pid wrote: On 15/12/2010 02:40, Srikanth Konjarla wrote: > I could catch Axis threadlocals from the app to clean up. Howev

Re: Tomcat 6: AJP Connector not started?

2010-12-17 Thread Pid
On 17/12/2010 16:34, Karel Vervaeke wrote: > I have a Tomcat 6.0.29 instance which starts up fine - I can access the > webapps via port 8080, > but it doesn't seem to start the AJP connector. > I have this in my server.xml: > > > I don't see anything relevant in the logs (perhaps because I do

Re: The value for the useBean class attribute *class* is invalid

2010-12-17 Thread PTaco
Okay. Where is the class file for com.upsnap.uatools.UAToolsBean? Scan all your .jar files to make sure it only occurs in a single place. Also make sure you haven't done something silly like placed that same class/jar into Tomcat's lib/ directory as well. its all in 1 place. the jar file is nam

Re: The value for the useBean class attribute *class* is invalid

2010-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PTaco, On 12/17/2010 1:21 PM, PTaco wrote: > I'm using Apache Tomcat/6.0.18 You should seriously consider upgrading: Tomcat 6.0.29 is available and .18 was released over 2 years ago. > By library I mean .jar files located in the lib folder under > w

Re: The value for the useBean class attribute *class* is invalid

2010-12-17 Thread PTaco
Sorry Chris, I'm using Apache Tomcat/6.0.18 By library I mean .jar files located in the lib folder under webapps/project/WEB-INF/lib the URL is www.xsvoice.com/nextel/sprinthoroscopes I have found the declaration, its I know this error is usually caused from not having the correct path in the c

Re: The value for the useBean class attribute *class* is invalid

2010-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PTaco, *sigh* What Tomcat version? What is a "library"? Where are you putting your "libraries" if they are in the "correct" place? What is the URL you are trying to access? Have you found the useBean declaration that it causing the error(s)? Can you

Re: Where does my stderr go?

2010-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 12/17/2010 2:38 AM, Thomas Kloeber wrote: > I changed the "auto"-settings for Stdout and Stderr in tomcat6w to > "C:\tmp". Tomcat duly created the files there, but stderr still remains > empty. > > I now changed the logging settings back to

The value for the useBean class attribute *class* is invalid

2010-12-17 Thread PTaco
I updated a currently working java web project by copying it, and renaming it. However, I'm getting the error in the title on a few library files. For some reason Tomcat either can't see the library file or something else is wrong and I have no idea what it could be. All of my library files are in

Tomcat 6: AJP Connector not started?

2010-12-17 Thread Karel Vervaeke
I have a Tomcat 6.0.29 instance which starts up fine - I can access the webapps via port 8080, but it doesn't seem to start the AJP connector. I have this in my server.xml: I don't see anything relevant in the logs (perhaps because I don't know what to look for). There some warnings because I

RE: Different context path of deployed application

2010-12-17 Thread Caldarale, Charles R
> From: Petr Prochazka [mailto:pprocha...@gk-software.com] > Subject: Different context path of deployed application > I prepared war attendance-0.4.war and I want that will > be access in context path /attendance. I create context > config file attendance-0.4.xml and copy to > $CATALINA_BASE/co

Different context path of deployed application

2010-12-17 Thread Petr Prochazka
Hi all, I have problem with deploying application to Tomcat with different context path. I prepared war *attendance-0.4.war* and I want that will be access in context path */attendance*. I create context config file *attendance-0.4.xml* and copy to $CATALINA_BASE/conf/Catalina/localhost directory

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-17 Thread Srikanth Konjarla
On 12/17/10 3:01 AM, Pid wrote: > On 15/12/2010 15:37, Srikanth Konjarla wrote: >> >> >> On 12/15/10 7:13 AM, Pid wrote: >>> On 15/12/2010 02:40, Srikanth Konjarla wrote: I could catch Axis threadlocals from the app to clean up. However, I have a question wrt following tomcat's log at t

Re: Tomcat stops responding

2010-12-17 Thread Michael Ludwig
K J.Sreekumar schrieb am 17.12.2010 um 18:22 (+0530): > >1. Our tomcat 6 server (version 6.0.29) does not respond >after working for a couple of days. Browsers are unable >to find application URLs (which were previously processed >normally). What does this mean? They're getting 40

Re: Tomcat stops responding

2010-12-17 Thread André Warnier
K J.Sreekumar wrote: Hello All, We are hitting on a weird problem with tomcat 6 production server (which is a serious concern for us now). Hoping to get help from the you guys This is the problem - 1. Our tomcat 6 server (version 6.0.29) does not respond after working for a couple of day

Tomcat stops responding

2010-12-17 Thread K J.Sreekumar
Hello All, We are hitting on a weird problem with tomcat 6 production server (which is a serious concern for us now). Hoping to get help from the you guys This is the problem - 1. Our tomcat 6 server (version 6.0.29) does not respond after working for a couple of days. Browsers are unable

Re: Question regarding class loading

2010-12-17 Thread Michael Ludwig
Rishi Saraf schrieb am 17.12.2010 um 14:05 (+0530): > > I have two webapp in one tomcat(version 6.0) server instance as in > application A and application B. On server startup server load first > classes of A and then B. It might load one webapp before the other. The order is undefined as per the

Re: Question regarding class loading

2010-12-17 Thread Mark Thomas
On 17/12/2010 08:35, Rishi Saraf wrote: > Hi, > > I have two webapp in one tomcat(version 6.0) server instance as in > application A and application B. On server startup server load first classes > of A and then B. My requirement is first load B and then A. How can is change > the sequence of c

Re: Where does my stderr go?

2010-12-17 Thread Michael Ludwig
Thomas Kloeber schrieb am 17.12.2010 um 08:45 (+0100): > hmmm, I'm not sure if the attachment of my last post got through. It did get through. > How can I post files on the list? You could use http://pastebin.com/ or a similar service and post the URL. Might even be the preferred way for large f

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-17 Thread Pid
On 15/12/2010 15:37, Srikanth Konjarla wrote: > > > On 12/15/10 7:13 AM, Pid wrote: >> On 15/12/2010 02:40, Srikanth Konjarla wrote: >>> I could catch Axis threadlocals from the app to clean up. However, I >>> have a question wrt following tomcat's log at the time of undeploy of >>> app. The mess

Re: Authentication and roles (RFE)

2010-12-17 Thread Pid
On 17/12/2010 08:27, Mark Thomas wrote: > On 17/12/2010 07:36, Pid * wrote: >> On 17 Dec 2010, at 00:37, Steve Mitchell wrote: >> >>> I would like my Tomcat instance to authenticate different roles >>> differently. E.g., admins must use SSL client auth, while regular users >>> use HTTP basic au

Question regarding class loading

2010-12-17 Thread Rishi Saraf
Hi, I have two webapp in one tomcat(version 6.0) server instance as in application A and application B. On server startup server load first classes of A and then B. My requirement is first load B and then A. How can is change the sequence of class loading of two application in same webapp folde

Re: Authentication and roles (RFE)

2010-12-17 Thread Mark Thomas
On 17/12/2010 07:36, Pid * wrote: > On 17 Dec 2010, at 00:37, Steve Mitchell wrote: > >> I would like my Tomcat instance to authenticate different roles differently. >> E.g., admins must use SSL client auth, while regular users use HTTP basic >> authentication over SSL. This seems like a rout