using Mbeans with tomcat

2010-01-31 Thread Nikita Manohar
Hi! I want to know if I can access and configure web.xml at runtime using Mbeans and Jconsole. Actually, I want to dynamically change the security constraint element to toggle entire web application between http and https. Please help! Thanks Nikita

Re: using Mbeans with tomcat

2010-01-31 Thread Mark Thomas
On 31/01/2010 10:12, Nikita Manohar wrote: Hi! I want to know if I can access and configure web.xml at runtime using Mbeans and Jconsole. Actually, I want to dynamically change the security constraint element to toggle entire web application between http and https. Please help! That isn't

About unsusrcibe this list.

2010-01-31 Thread Jaime Carmona Loeches
Hi! I don't have time to help developing Tomcat. Could anyone say me how to unsuscribe this list? Thanks in advance, Jaime. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: About unsusrcibe this list.

2010-01-31 Thread Mark Thomas
On 31/01/2010 11:49, Jaime Carmona Loeches wrote: Hi! I don't have time to help developing Tomcat. Could anyone say me how to unsuscribe this list? Thanks in advance, Jaime. - To unsubscribe, e-mail:

Re: About unsusrcibe this list.

2010-01-31 Thread Jaime Carmona Loeches
Thanks Mark. - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, January 31, 2010 1:20 PM Subject: Re: About unsusrcibe this list. On 31/01/2010 11:49, Jaime Carmona Loeches wrote: Hi! I don't have time to help

Getting a heap dump on OOME from Tomcat-as-a-service on Windows?

2010-01-31 Thread Laird Nelson
I have Tomcat 6 running as a service on Windows 2003. I go to the Tomcat service monitor, choose configure, choose the Java tab, and add: -XX:+HeapDumpOnOutOfMemoryError ...as one of the Java options. When the OutOfMemoryError that I'm concerned about hits, I look around on the disk to find an

Deleting work files after JspRuntimeLibrary.include

2010-01-31 Thread MeadowBrook
I am running a system that uses a .jsp page to explicitly invoke the JspRuntimeLibrary.include

Re: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-01-31 Thread Mark Thomas
On 31/01/2010 17:50, Alexander Diedler wrote: Hello, We spend a lot of time to investigate the mistake, but I would not be found by us. We have two Virtual Machines with Windows 2003 R2 Standard Edition and on every node there is a Apache 2.2.14 and Tomcat 6.0.20 (and tcnative installed)

can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine (i'm using gwt with eclipse which uses jetty i think) but when i deploy it on my tomcat server i can't call

Administration Tool

2010-01-31 Thread Charles Ohana
Hello guys, I just installed tomcat 6 on my machine (yup it's my first time). I realized it does not come with the Administration Tool. I've been looking to download it but cannot find it anywhere. Can anyone points me to the right direction? Thank you

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread David Smith
On 1/31/2010 5:36 PM, hbral wrote: Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine (i'm using gwt with eclipse which uses jetty i think) but when i

Re: Administration Tool

2010-01-31 Thread David Smith
On 1/31/2010 5:46 PM, Charles Ohana wrote: Hello guys, I just installed tomcat 6 on my machine (yup it's my first time). I realized it does not come with the Administration Tool. I've been looking to download it but cannot find it anywhere. Can anyone points me to the right direction? Thank

Re: Administration Tool

2010-01-31 Thread Mark Thomas
On 31/01/2010 22:46, Charles Ohana wrote: Hello guys, I just installed tomcat 6 on my machine (yup it's my first time). I realized it does not come with the Administration Tool. I've been looking to download it but cannot find it anywhere. Can anyone points me to the right direction? The

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
David Smith-2 wrote: On 1/31/2010 5:36 PM, hbral wrote: Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine (i'm using gwt with eclipse which uses

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread David Smith
On 1/31/2010 6:15 PM, hbral wrote: David Smith-2 wrote: On 1/31/2010 5:36 PM, hbral wrote: Hi everyone. I have a serlvet that reads a file from disk and then starts streaming the file. i have mapped the servlet to url in the web.xml file. it works perfect on my local machine

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Konstantin Kolinko
2010/2/1 hbral nro...@web.de: tomcat: 6.0.24 os: debian linux 2.6.12.6-xenU jvm: 1.6.0_12-b04 log files contain nothing use full other than that i successfully deployed the war file What URL are you calling by your browser? If your war was named mywar.war then you should call

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
Konstantin Kolinko wrote: 2010/2/1 hbral nro...@web.de: tomcat: 6.0.24 os: debian linux 2.6.12.6-xenU jvm: 1.6.0_12-b04 log files contain nothing use full other than that i successfully deployed the war file What URL are you calling by your browser? If your war was named

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Caldarale, Charles R
From: hbral [mailto:nro...@web.de] Subject: Re: can't call my servlet on Tomcat 6 (Error 404) yes i called it that way. You seem reluctant to provide real data. Show us your web.xml, server.xml, the webapp's Context element (if any), the location of the .war file, and the actual URL. it

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
n828cl wrote: From: hbral [mailto:nro...@web.de] Subject: Re: can't call my servlet on Tomcat 6 (Error 404) yes i called it that way. You seem reluctant to provide real data. Show us your web.xml, server.xml, the webapp's Context element (if any), the location of the .war file, and

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Caldarale, Charles R
From: hbral [mailto:nro...@web.de] Subject: RE: can't call my servlet on Tomcat 6 (Error 404) i call: /download/file and i get the 404 error What's the entire URL? Enable the AccessLogValve in server.xml and see if the request is even getting to Tomcat. do you mean the tomcat

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Ningappa Koneri
As Konstantin said in ur case the URL should be http://localhost:8080/download/download/file. Regards, Ningappa Koneri mLifestyle | www.comviva.com -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, February 01, 2010 5:30 AM To: Tomcat Users

AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-01-31 Thread Alexander Diedler
Hello, Server Version: Apache/2.2.14 (Win32) mod_jk/1.2.28 Server Built: Sep 28 2009 22:41:08 Server loaded APR Version: 1.3.9 Compiled with APR Version: 1.3.9 Server loaded APU Version: 1.3.9 Compiled with APU Version: 1.3.9 Module Magic Number: 20051115:23 Hostname/port: XXX.XXX.XXX.XXX:80