Re: Tomcat not listening on specified port

2010-09-24 Thread Pid
On 24/09/2010 09:37, Ognjen Blagojevic wrote: > On 24.9.2010 7:37, Garg, Saman wrote: >> We are using tomcat-6.0.24 with jdk1.6.0.17 on RHEL 3 OS. We have a >> wrapper script which sets few variables and then call tomcat.start to >> start up the instance. In the tomcat log, I do see >> "org.apache.

Re: Tomcat not listening on specified port

2010-09-24 Thread Ognjen Blagojevic
On 24.9.2010 7:37, Garg, Saman wrote: We are using tomcat-6.0.24 with jdk1.6.0.17 on RHEL 3 OS. We have a wrapper script which sets few variables and then call tomcat.start to start up the instance. In the tomcat log, I do see "org.apache.jk.common.ChannelSocket init" not getting loaded on the st

RE: Tomcat not listening on specified port

2010-09-23 Thread Garg, Saman
--Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, September 22, 2010 9:49 PM To: Tomcat Users List Subject: Re: Tomcat not listening on specified port On 22/09/2010 12:55, Garg, Saman wrote: > Hi All, Exactly which Tomcat, JVM, OS versions are you using? > I

Re: Tomcat not listening on specified port

2010-09-22 Thread Pid
On 22/09/2010 12:55, Garg, Saman wrote: > Hi All, Exactly which Tomcat, JVM, OS versions are you using? > I am having a very strange issue wherein after starting the tomcat > instance, it doesn't show any errors and also doesn't listen on port > (9046) How are you starting the instance? Which s

Re: Tomcat not listening on specified port

2010-09-22 Thread Darryl Lewis
Try using another machine and : telnet {server} 9045 and telnet {server} 9046 You should get a response. You can also try lsof -i :9045 To see if tomcat has opened that port. You might not the port opened in IPTABLES The file the firewall outputs its logs to is usually either /var/log/syslog o