Tomcat 5.5.x: Null component

2007-07-11 Thread hezjing
Hi! Got this error when try to start my web application: Jul 12, 2007 2:04:11 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 5329 ms Jul 12, 2007 2:04:26 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebMo

Problem with uriworkermap.properties

2007-07-11 Thread Eric B.
Hi, I'm running IIS with tomcat 5.5 and have the latest isapi_redirect.dll (1.2.23) installed and running. The basic functionality is working well, but I am having trouble with getting exclusion rules to work properly. I have the following in uriworkermap.properties: /*=worker !/*.htm=worker !/

Re: tomcat 5.5 and jsp 1

2007-07-11 Thread Mark Thomas
alvaro tovar wrote: > is posible to configure tomcat 5.5 for use jsp 1 i have application. > > thanks > What happens if you just deploy it? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

Re: A simple question about coyote

2007-07-11 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a simple question related to the coyote connector. That is, `Is >coyote similar to a composition protocol framework coyote >(http://www.cs.arizona.edu/projects/coyote/) does?' > The Apache-Tomcat coyote is much more restricte

Re: Using auto-configure with Tomcat 6.0

2007-07-11 Thread Bill Barker
"Johnny Kewl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Bill almost missed your reply... > I'm subscribed to so many mailing lists, my incoming mail is starting to > look like a flash animation... > > Briefly, yes... I am looking at it > or more accurately I'm struggli

RE: Context information outside of server.xml

2007-07-11 Thread Jake Alley
Thanks so much for everybody who replied to this. I apologize for not replying/thanking sooner, but I have been trying to get this thing working. Unfortunately I'm having only marginal success. I'm thinking maybe there's something very fundamental that I'm not getting. Here's where I'm at:

Problem listing apps in manager app

2007-07-11 Thread Jake Alley
I'm trying to list the applications in the manager app. It was working before, but now all of a sudden it has stopped. It was working before, but I added an app and it stopped working. I remove the app and it still doesn't work. I clean the work space for the manager app and it still doesn't

problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-11 Thread albert quinn
Hi ! : First of all : excuse my poor english. Second : I'm trying to set up a MySQL connection pool on Tomcat 5.5.17 (running over Windows XP) to connect to a remote DB from a web service running on the Axis 2 deployed in Tomcat. I've read the Tomcat docs and the Tomcat mailing lists but i've no

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Titi Wangsa
probably some threads are performing database operation and it takes too long so new threads are being spawned, the new threads are also taking too long, so newer threads are being spawned. too much spawning, that is what is causing the limit break. On 7/12/07, André Vila Cova <[EMAIL PROTECTED]

tomcat 5.5 and jsp 1

2007-07-11 Thread alvaro tovar
is posible to configure tomcat 5.5 for use jsp 1 i have application. thanks

A simple question about coyote

2007-07-11 Thread newbie_tw
I have a simple question related to the coyote connector. That is, `Is coyote similar to a composition protocol framework coyote (http://www.cs.arizona.edu/projects/coyote/) does?' I read some document on the internet. For instance, http://www.wellho.net/downloads/A651.pdf illustrates that coy

problem I don't know how to summarize for this subject line

2007-07-11 Thread Steve Sweet
I have a web app written by another developer that I am trying to deploy with Tomcat. The app utilizes jsp and jsf elements. I am experiencing strange behavior with a portion of the application, however only when it is run through the public domain name; when I run it on the server through th

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Leon Rosenberg
cause your threads are all busy serving requests (or hanging somewhere). Perform a thread dump with kill -QUIT and you'll see what they are doing. regards Leon On 7/11/07, André Vila Cova <[EMAIL PROTECTED]> wrote: I don't think so... I will see..but, why i get the error? SEVERE: All threads (2

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread André Vila Cova
I don't think so... I will see..but, why i get the error? SEVERE: All threads (200) are currently *busy*, waiting. *Increase On 7/11/07, Mladen Turk <[EMAIL PROTECTED]> wrote: André Vila Cova wrote: > Hello! > > I get lot of times the following error: > > SEVERE: All threads (200) are currentl

Re: Using auto-configure with Tomcat 6.0

2007-07-11 Thread Johnny Kewl
Hi Bill almost missed your reply... I'm subscribed to so many mailing lists, my incoming mail is starting to look like a flash animation... Briefly, yes... I am looking at it or more accurately I'm struggling with a cool exciting concept Goes something like this auto JK config mayb

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Mladen Turk
André Vila Cova wrote: Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase maxThreads* ** *Strange is that i've configured in server.xml the following (maxThreads=400):* * You have probably done that for a wrong connector. Regard

Tomcat - All threads (200) are currently busy

2007-07-11 Thread André Vila Cova
Hello! I get lot of times the following error: SEVERE: All threads (200) are currently *busy*, waiting. *Increase maxThreads* ** *Strange is that i've configured in server.xml the following (maxThreads=400):* * * *Yes, I already restarted tomcat...* ** *First: Why I get the previous error?* *S

RE: How do I unsubscribe ?

2007-07-11 Thread Sunitha Kumar \(sunithak\)
Hi Mark., could you also unsubscribe me? thnx -sunitha -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 5:25 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How do I unsubscribe ? [EMAIL PROTECTED] wrote: > Hi, > > Is there an alte

RE: Creating a Logger in Tomcat 5.5.12

2007-07-11 Thread Caldarale, Charles R
> From: Archibald Moepi [mailto:[EMAIL PROTECTED] > Subject: Creating a Logger in Tomcat 5.5.12 > > I just migrated to Tomcat 5.5.12 from Tomcat 4.1.31 and I > want to create a logger for my context, any ideas on how I > can complish this? RTFM? http://tomcat.apache.org/tomcat-5.5-doc/logging.h

Creating a Logger in Tomcat 5.5.12

2007-07-11 Thread Archibald Moepi
Hi, I just migrated to Tomcat 5.5.12 from Tomcat 4.1.31 and I want to create a logger for my context, any ideas on how I can complish this? Thanx - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Re: iPlanet / SunONE web server tomcat connector connection re-use disabled

2007-07-11 Thread Jim Jagielski
On Jul 6, 2007, at 4:45 AM, [EMAIL PROTECTED] wrote: QUESTION: Can anyone confirm or deny whether the Netscape connector should not have connection re-use enabled as the other connectors do. Some overview of any reason would also be much appreciated. It does not, but would be a good add

Re: Tomcat 64 Bit

2007-07-11 Thread Mark Thomas
Ste2kF wrote: > hello > I write in order to ask to you if tomacat is in program the release for > windows 2003 server 64 bit Tomcat is a Java application and as such is OS neutral. As long as you have a JVM for your platform you'll be fine. I would recommend you use a 64-bit JVM (although Tomca

Re: How do I unsubscribe ?

2007-07-11 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hi, > > Is there an alternative way to unsubscribe from this user group ? I have sent > numerous blank emails to > [EMAIL PROTECTED], but it seems to have no effect, An e-mail to [EMAIL PROTECTED] will do the trick and one of us will manually unsubscribe you. I have

Tomcat 64 Bit

2007-07-11 Thread Ste2kF
hello I write in order to ask to you if tomacat is in program the release for windows 2003 server 64 bit (sorry for my engliish not OK) Thanks Stefano (Italy) -- View this message in context: http://www.nabble.com/Tomcat-64-Bit-tf4061210.html#a11538171 Sent from the Tomcat - User mailing lis

Tomcat 64 Bit

2007-07-11 Thread Ste2kF
hello I write in order to ask to you if tomacat is in program the release for windows 2003 server 64 bit (sorry for my engliish not OK) Thanks Stefano (Italy) -- View this message in context: http://www.nabble.com/Tomcat-64-Bit-tf4061209.html#a11538169 Sent from the Tomcat - User mailing lis

Re: Mod_JK 1.2.23 error 200

2007-07-11 Thread Phi-Long LE
sorry for that stupid question... just find out the solution... if i want to increase MaxClients value, I have first to increase ServerLimit value Le 11/07/2007 12:22, Phi-Long LE a écrit : i probably find out the reason why connections failed... trying to load, my app with up to 1000 user

Re: Mod_JK 1.2.23 error 200

2007-07-11 Thread Phi-Long LE
i probably find out the reason why connections failed... trying to load, my app with up to 1000 users I get this error: log vhpuw51:appmig grep MaxClients * error_log:[Wed Jul 11 12:02:52 2007] [error] server reached MaxClients setting, consider raising the MaxClients setting end l

How do I unsubscribe ?

2007-07-11 Thread andy.mcneill
Hi, Is there an alternative way to unsubscribe from this user group ? I have sent numerous blank emails to [EMAIL PROTECTED], but it seems to have no effect, thanks Andy - To start a new topic, e-mail: users@tomcat.apache.

System.DllNotFoundException: libclntsh.so.10.1

2007-07-11 Thread Tolou Taherinia
Hi, I have oracle 10g and mono installed on suse 9.3 and I get the following error message when I try running a webpage which is unusual because both oracle and mono work well on their own. Any help would be greatly appreciated. Description: Error processing request. Error Message: HTTP 500.