Re: Fw: Still trying to get Tomcat 6 to work

2009-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/11/2009 7:35 AM, michel wrote: > The only other problem I see is that JK has to look at different ports > before it binds to anything but I assume that it just means it takes a > bit longer to start but that's all. No. JK doesn't look at

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-11 Thread michel
Users List" Sent: Tuesday, February 10, 2009 10:18 PM Subject: Re: Fw: Still trying to get Tomcat 6 to work -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 9:30 PM, michel wrote: I get some messages in the catalina.out log but they don't seem to indicate any prob

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 9:30 PM, michel wrote: > I get some messages in the catalina.out log but they don't seem to > indicate any problem. I probably could fine-tune a few things but I am > just happy to get it working. > > Feb 11, 2009 2:19:03 AM > or

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
ote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-91.203.57.197-8080 - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Tuesday, February 10, 2009 9:08 PM Subject: Re: Fw: Still trying to get Tomcat 6 to work

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 4:53 PM, michel wrote: > connectionTimeout="2" redirectPort="8443" /> That looks fine to me. Does Tomcat startup cleanly? With an empty log directory and Tomcat stopped, what is the full contents of catalina.out after you st

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
Hi Chris, connectionTimeout="2" redirectPort="8443" /> - Original Message - From: "Christopher Schultz" Sorry, I can't see the original messages (too old so they went out of my inbox). Can you (re-)post your configurations from server.xml? - -chris -BEGIN PGP SIGNATUR

RE: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Fw: Still trying to get Tomcat 6 to work > > Sorry, I can't see the original messages (too old so they > went out of my inbox). Can you (re-)post your > configurations from server.xml? The th

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 7:45 AM, michel wrote: > Much thanks to all and I got it working, but only on port 8090 so the > URL has to include :8090. I am wondering if there isn't a start-up > bug, because when I try some commands with all the servers stopp

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: michel [mailto:compu...@videotron.ca] >> Subject: Re: Still trying to get Tomcat 6 to work >> >> "Ah, looking in the qsys account, I can see what you're >> doing. You're trying to bind to port 8080 for the entire >

RE: Still trying to get Tomcat 6 to work

2009-02-10 Thread Caldarale, Charles R
> From: michel [mailto:compu...@videotron.ca] > Subject: Re: Still trying to get Tomcat 6 to work > > "Ah, looking in the qsys account, I can see what you're > doing. You're trying to bind to port 8080 for the entire > server, on top of everyone else's web ser

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
this!" - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Tuesday, February 10, 2009 10:28 AM Subject: RE: Still trying to get Tomcat 6 to work From: michel [mailto:compu...@videotron.ca] Subject: Re: Still trying to get Tomcat

RE: Still trying to get Tomcat 6 to work

2009-02-10 Thread Caldarale, Charles R
> From: michel [mailto:compu...@videotron.ca] > Subject: Re: Still trying to get Tomcat 6 to work > > Problem solved! Security hole opened! (Not really, but you tried.) > You just tried to open your Tomcat up to shutdown requests issued from *anywhere*. Luckily, Tomcat is sm

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
From: michel To: Tomcat Users List Sent: Tuesday, February 10, 2009 7:45 AM Subject: Fw: Still trying to get Tomcat 6 to work Much thanks to all and I got it working, but only on port 8090 so the URL has to include :8090. I am wondering if there isn't a start-up bug, because when I

Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
7.197. I can also start apache HTTP on port 8080, but never the standard Tomcat 6: it only uses port 8090.. Thanks all! - Original Message - From: Martin Gainty To: Michelle Collins Sent: Sunday, February 08, 2009 9:48 PM Subject: RE: Still trying to get Tomcat 6 to

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread André Warnier
s List" Sent: Sunday, February 08, 2009 10:58 AM Subject: Re: Still trying to get Tomcat 6 to work Hi Michel, 1. Can you check catalina.out logs ? 2 .try this commnad # netstat -vatn | grep 80 and check the output Regards, Ovidiu On Sun, Feb 8, 2009 at 7:20 AM, michel wrote: It l

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread Dave Pawson
2009/2/8 michel : > Much thanks, and now I learned one place to look for finding errors! > > > Seems that the default port 8080 is somehow used (Protocol handler start > failed: java.net.BindException: Address already in use:8080), so I > just change it in server.xml (from what I have been reading)

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread steve rieger
Telnet localhost 8080 Netstat -arn | grep 8080 -Original Message- From: michel Date: Sun, 08 Feb 2009 11:27:36 To: Tomcat Users List Subject: Re: Still trying to get Tomcat 6 to work Much thanks, and now I learned one place to look for finding errors! Seems that the default port

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread michel
List" Sent: Sunday, February 08, 2009 10:58 AM Subject: Re: Still trying to get Tomcat 6 to work Hi Michel, 1. Can you check catalina.out logs ? 2 .try this commnad # netstat -vatn | grep 80 and check the output Regards, Ovidiu On Sun, Feb 8, 2009 at 7:20 AM, michel wrote: It looks lik

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread ovidiu asiminei
Hi Michel, 1. Can you check catalina.out logs ? 2 .try this commnad # netstat -vatn | grep 80 and check the output Regards, Ovidiu On Sun, Feb 8, 2009 at 7:20 AM, michel wrote: > It looks like I have it set up when I run it with the following script: > > export JAVA_HOME=/home/qsys/jdk1

Still trying to get Tomcat 6 to work

2009-02-08 Thread michel
It looks like I have it set up when I run it with the following script: export JAVA_HOME=/home/qsys/jdk1.6.0_12 /home/qsys/apache-tomcat-6.0.18/bin/startup.sh ps and I get the following Using CATALINA_BASE: /home/qsys/apache-tomcat-6.018 Using CATALINA_HOME: /home/qsys/apache-tom