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
al Message - From: Martin Gainty To: Michelle Collins Sent: Sunday, February 08, 2009 9:48 PM Subject: RE: Still trying to get Tomcat 6 to work originally Tomcat was designed to use Apache HTTP Server as the initial HTTP WebServer for serving static pages on Port 80 any re

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