Re: SSL on TOMCAT with keytool

2008-09-20 Thread Matt Shields
We ran into a similar problem trying to get our purchased SSL certificate to work. The previous reply had some info about getting the keytool to work, but we have a tutorial that should help you get SSL working from start to finish. Hope it helps! http://blog.datajelly.com/company/blog/34-adding-

Re: Tomcat 5.5 / Windows / procrun ?

2008-09-20 Thread Johnny Kewl
- Original Message - From: "André Warnier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, September 21, 2008 1:41 AM Subject: Tomcat 5.5 / Windows / procrun ? Hi. I have Tomcat 5.5 running on a variety of platforms, among them Windows XP (my laptop) and Windows 2003 ser

Re: mod_ajp and Load-Balancing Issue

2008-09-20 Thread Stephen Nelson-Smith
Good morning, > By "error", I just meant that I'd get redirected to the login page > instead of the expected page. Sorry to confuse. There are no error > pages, logs or messages. Just that I got switched to a different node. >> If you want to debug a little more: In Tomcat you can add a >> %S t

RE: JVM config for tomcat5.5

2008-09-20 Thread Jon Camilleri
Tomcat requires Java (at least SDK; but JDK won't harm) to be installed. On my machine I usually set: JAVA_HOME to the installation path for jdk/sdk e.g. /usr/java/jdk1.6.0_07 CATALINA_HOME to the installation path for /usr/apache-tomcat-6.0.16. Hope this helps. -Original Message- From:

Tomcat 5.5 / Windows / procrun ?

2008-09-20 Thread André Warnier
Hi. I have Tomcat 5.5 running on a variety of platforms, among them Windows XP (my laptop) and Windows 2003 server. For the Windows installation, until now I have been using the Windows Service Installer from the Tomcat 5.5 download page, and it works fine. But could someone shed some light o

RE: Tomcat Custom Connector

2008-09-20 Thread Simon Aquilina
Hi again, (I posted a similar question to this in the dev mailing list because I misunderstood the aim of that mailing list). During these last few weeks I did a lot of research on how connectors work in Tomcat and I can understand most of it now. However I have a small issue. I noticed that

Re: question

2008-09-20 Thread Edoardo Panfili
Jojo Nadir ha scritto: Hi everyone, I resolved my first problem: I'm working on Windows XP ( and not Win 98), but I'm a beginner in Tomcat and my problem is that when I compile my servlet class the compiler doesn't find the package javax.servlet.ServletException and javax.servlet.http.*. I don

question

2008-09-20 Thread Jojo Nadir
Hi everyone, I resolved my first problem: I'm working on Windows XP ( and not Win 98), but I'm a beginner in Tomcat and my problem is that when I compile my servlet class the compiler doesn't find the package javax.servlet.ServletException and  javax.servlet.http.*.   I don't know where is the

Re: JVM config for tomcat5.5

2008-09-20 Thread jaki
Thanks for pointing that out. I was trying to retrieve java.home used by tomcat using a java program. I could go with sys.getProperty("java.home"), but the value returned doesn't always have to match with java.home local to tomcat. So it seems peeking into the registry is the only way forward for

Re: jstack and Tomcat 6 on Windows

2008-09-20 Thread Johnny Kewl
Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have a script that will detect this condition and automatically restart To

Re: JVM config for tomcat5.5

2008-09-20 Thread Mark Thomas
jaki wrote: > Hi, > I wanted to know where java_home is set for Tomcat when it's installed as a > service since I can't find any .bat/.sh files in my tomcat folder. Thanks http://tomcat.apache.org/tomcat-6.0-doc/setup.html - T

Re: jstack and Tomcat 6 on Windows

2008-09-20 Thread Johnny Kewl
- Original Message - From: "Brian Clark" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, September 20, 2008 12:58 AM Subject: Re: jstack and Tomcat 6 on Windows Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a