Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
Hi Bob, I can not use http://localhost:8080, as there is no browser access on server. Bob i find that when ever i issue 'netstat -an' on shell prompt, i found that 8080 is not listening. Only 8009 is listening!

Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
oh i am sorry, i did not clearly observed total log and write down the mail. the 'netstat -an' commands output is [EMAIL PROTECTED] ~]# netstat -an Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0

Re: index.jsp not showing after successful installation

2006-04-10 Thread balaraju mandala
Hi Bob, Thanks for your response. catalina.out file is not ending with any error messages. It is showing that, Tomcat started successfully with some millesecond time. I am using 8080 port for Tomcat. I am entering http://myip:8080 in the browser. But simple error page is displaying. No 404 or

Re: index.jsp not showing after successful installation

2006-04-10 Thread Bob Hall
--- balaraju mandala [EMAIL PROTECTED] wrote: Hi Bob, Thanks for your response. catalina.out file is not ending with any error messages. It is showing that, Tomcat started successfully with some millesecond time. I am using 8080 port for Tomcat. I am entering http://myip:8080 in the

Re: index.jsp not showing after successful installation

2006-04-10 Thread balaraju mandala
Bob, The ending messages in catalina.out are -- Apr 10, 2006 1:48:20 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Apr 10, 2006 1:48:20 AM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 Apr 10, 2006 1:48:20 AM

Re: index.jsp not showing after successful installation

2006-04-10 Thread Bob Hall
--- balaraju mandala [EMAIL PROTECTED] wrote: Bob, The ending messages in catalina.out are -- Apr 10, 2006 1:48:20 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Apr 10, 2006 1:48:20 AM org.apache.jk.common.ChannelSocket init INFO: JK2:

index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Comunity, I am unable to see index.jsp page, though i successfully installed Tomcat5.0on my Linux meshine. I checked for ports which are listening and find 8080 is listening (8080/tcp open http-proxy). There were no error messages in logs/catalina.out also. please can anybody tell me what

Re: index.jsp not showing after successful installation

2006-04-08 Thread Nic Daniau
I supposed you've already checked the obvious: conflit on port 8080 with something else? firewall turned on? service on manual and not started? On 08/04/06, balaraju mandala [EMAIL PROTECTED] wrote: Hi Comunity, I am unable to see index.jsp page, though i successfully installed Tomcat5.0on

Re: index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Nic, Thanks for your answer. But Nic, though i checked all of them you suggested, I am unable to get the index.jsp page on browser. Is there any other possibilities? regards, Bala

Re: index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Nic, Its me again, You suggested to check weather Tomcat was started as service, i am starting Tomcat by issuing a command at SSH (tomcat/bin/./startup.sh). Is this is correct one to start Tomcat as service or i have to do another way to start tomcat as service. regards, Bala

Re: index.jsp not showing after successful installation

2006-04-08 Thread Bob Hall
--- balaraju mandala [EMAIL PROTECTED] wrote: Hi Nic, Its me again, You suggested to check weather Tomcat was started as service, i am starting Tomcat by issuing a command at SSH (tomcat/bin/./startup.sh). Is this is correct one to start Tomcat as service or i have to do another way to