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

2009-02-11 Thread michel
...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org 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

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

Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
. 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 work

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
redirectPort=8443 / Server address=91.203.57.197 port=8005 shutdown=SHUTDOWN Thanks for all the help! - Original Message - 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

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.) Connector address=91.203.57.197 port=8080 That didn't solve the problem, it merely masked it. By specifying a particular IP

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org 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 6

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 servers! So your Tomcat is sharing a non

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 server, on top of everyone else's web servers! So your

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 stopped

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 Connector configurations from server.xml? The thread

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

2009-02-10 Thread michel
Hi Chris, Connector address=91.203.57.197 port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Server address=91.203.57.197 port=8005 shutdown=SHUTDOWN - Original Message - From: Christopher Schultz ch...@christopherschultz.net Sorry, I can't see the original

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: Connector address=91.203.57.197 port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / That looks fine to me. Does Tomcat startup cleanly? With an empty log directory and Tomcat stopped,

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

2009-02-10 Thread michel
destroy INFO: Stopping Coyote HTTP/1.1 on http-91.203.57.197-8080 - Original Message - From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org 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 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

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:

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 compu...@videotron.ca wrote: It looks like I have it set up when I run it with the following script: export

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread michel
@tomcat.apache.org 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 compu

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 compu...@videotron.ca Date: Sun, 08 Feb 2009 11:27:36 To: Tomcat Users Listusers@tomcat.apache.org Subject: Re: Still trying to get Tomcat 6 to work Much thanks, and now I learned one place to look

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread Dave Pawson
2009/2/8 michel compu...@videotron.ca: 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 usenull:8080), so I just change it in server.xml (from what

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread André Warnier
@tomcat.apache.org 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 compu...@videotron.ca