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