Tomcat doent run on Vista

2010-03-13 Thread Cummins College
Hi, Does tomcat have a problem running on Windows Vista? I cannot run my web application with vista as OS and jdk1.5 What changes do I need to make? I also have Fedora loaded on my machine. Thanks

Tomcat 5.5x Service stops on Console Logout of Win32

2010-03-13 Thread Fred Cheese
Hello, I have a curious situation going on that shouldn't be happening. Heck, there is a thread on this very list from 2002 discussing it with subject line "Tomcat shuts down logoff Windows 2000 Server". You'd think almost 10 years later this shouldn't be happening, and yet I simply don't know wh

Re: Programmatically undeploying a webapp

2010-03-13 Thread Guilherme Rios
Thanks Mark, just one minor clarification please: On Sat, 2010-03-13 at 22:44 +, Mark Thomas wrote: > > > 2. Why calling "check(path.replace('#', '/'))" at line 1384? Would > > undeploy work just the same without this call? > Support for contexts with paths of the form /foo/bar. > Tomcat conv

Re: Programmatically undeploying a webapp

2010-03-13 Thread Mark Thomas
On 13/03/2010 14:09, Guilherme Rios wrote: 1. Are the calls to "addServiced(path)" (line 1362) and "removeServiced(path.replace('#','/'))" (1386) there just to keep someone else to try and undeploy the app while we are already doing it Yes. or do they serve some other purpose? No. 2. Why ca

RE: qn. on redirectPort for AJP

2010-03-13 Thread Caldarale, Charles R
> From: fred basset [mailto:fredbasset1...@gmail.com] > Subject: qn. on redirectPort for AJP > > What is the redirect port in the config. below used for? If the requested resource is protected ( of CONFIDENTIAL), that's the port Tomcat will use on the redirect to HTTPS. If you have no protecte

qn. on redirectPort for AJP

2010-03-13 Thread fred basset
Hi All, What is the redirect port in the config. below used for? Does it mean I need to have a tomcat connector listening on that port if I want to use AJP? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

Programmatically undeploying a webapp

2010-03-13 Thread Guilherme Rios
Hi, I am trying to understand the internals of undeploying an application. After looking at the source code of org.apache.catalina.manager.ManagerServlet as available in the source package for apache-tomcat-6.0.24, specifically the part that starts at line 1361 (may differ from the current r

RE: Issues with Tomcat 6.0.26

2010-03-13 Thread Erick Lichtas
Thank you! This does resolve the issues. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 12, 2010 5:56 PM To: Tomcat Users List Subject: RE: Issues with Tomcat 6.0.26 > From: Erick Lichtas [mailto:elich...@linoma.com] > Subject: RE: