Tomcat status

2007-08-06 Thread André Vila Cova
I've lot of tomcat installed in windows server. I want to know status of each one (ports configured, CATALINA_HOME, CATALINA_BASE, status, datasource, etc...). Exists some script (perl, JSP, etc) showing this data? Thanks a lot

Tomcat as windows service

2007-08-06 Thread André Vila Cova
Could you tell me why I get following error when I try to start tomcat service using java options: -classpath C:\Program Files\Apache Group\Tomcat 5.5\bin\bootstrap.jar -Dcatalina.home=C:\Program Files\Apache Group\Tomcat 5.5 -Dcatalina.base=C:\Program Files\Apache Group\TOMCAT_UPG1 -Djava.endorse

Jkoptions error

2007-08-03 Thread André Vila Cova
Why I get Syntax error on line 516 of Z:/Apache Software Foundation/Apache2.2/conf/httpd.conf: JkOptions: Illegal option 'DisableReuse' When I setup JkOptions +DisableReuse in httpd.conf?? Thanks a lot

Application outside WEBAPPS

2007-08-02 Thread André Vila Cova
Hello! How can I invoke an application located outside WEBAPPS? What setup I need to do? If I have an application inside WEBAPPS, p.e., ../WEBAPPS/test/ in URL I invoke http://localhost/test... but if application is in other location? Thanks a lot

Tomcat doubts

2007-07-30 Thread André Vila Cova
Hi! Do you have 2 minutes of your time to explain me some doubts? Well, first of all: I'm trying to understand diffent configuration files. What's exactly the goal of ROOT.xml, database.properties and datasource.properties? ../conf/Catalina/localhost/ROOT.xml ../WEB-INF/classes/databa

Re: Mod_jk error

2007-07-26 Thread André Vila Cova
t;[EMAIL PROTECTED]> wrote: Hi, you didn't give us your versions, you platform or any configuration info. André Vila Cova wrote: > Hello! > > Apache mod_jk returns following error (frequently...): > > [Thu Jul 26 11:07:52 2007] [2703:1120] [error] > ajp_connection_tcp_ge

Mod_jk error

2007-07-26 Thread André Vila Cova
Hello! Apache mod_jk returns following error (frequently...): [Thu Jul 26 11:07:52 2007] [2703:1120] [error] ajp_connection_tcp_get_message::jk_ajp_common.c (948): (app02_aol) can't receive the response message from tomcat, network problems or tomcat is down (192.168.40.11:8007), err=-104 [Thu J

Thread waiting

2007-07-16 Thread André Vila Cova
Hi! How can I say for what is the tread waiting? "http-8085-Processor23" daemon prio=1 tid=0xdd4b7ae8 nid=0x2d41 in Object.wait() [0xde29b000..0xde29c020] at java.lang.Object.wait(Native Method) - waiting on <0xe61981f0> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

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

2007-07-13 Thread André Vila Cova
topher Schultz <[EMAIL PROTECTED]> wrote: Ingo, Ingo Krabbe wrote: > Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: >> "http-8085-Processor24" daemon prio=1 tid=0x082f1378 nid=0x19c6 in >> Object.wait() [0xde118000..0xde118e20] >> at

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

2007-07-13 Thread André Vila Cova
gt; Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: > >> "http-8085-Processor24" daemon prio=1 tid=0x082f1378 nid=0x19c6 in > >> Object.wait() [0xde118000..0xde118e20] > >> at java.lang.Object.wait(Native Method) > >> -

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

2007-07-12 Thread André Vila Cova
.threads.ThreadPool$ControlRunnable.run( ThreadPool.java:656) - locked <0xe61c21e8> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Thread.run(Thread.java:595) On 7/12/07, André Vila Cova <[EMAIL PROTECTED]> wrote: More information on catalina

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

2007-07-12 Thread André Vila Cova
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) ... Thank you On 7/12/07, André Vila Cova <[EMAIL PROTECTED]> wrote: I get following output after executing Kill -quit 6555... I don't kn

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

2007-07-12 Thread André Vila Cova
is what is causing the limit break. On 7/12/07, André Vila Cova <[EMAIL PROTECTED]> wrote: > 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 PROTECTE

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: > > SEV

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