Getting error while starting tomcat?

Posted by ram on Super User See other posts from Super User or by ram
Published on 2013-11-08T09:33:42Z Indexed on 2013/11/08 10:02 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

For my Tomcat installation process case is

 1.  cd /home/mpatil/Downloads/
 2. tar zxvf apache-tomcat-6.0.37.tar.gz
 3. cd apache-tomcat-6.0.37/bin
 4. ./startup.sh 
 5. tail -f /home/mpatil/Downloads/apache-tomcat-6.0.37/logs/catalina.out
 for `5` command results :  
[root@localhost bin]# tail -f /home/mpatil/Downloads/apache-tomcat-6.0.37/logs/catalina.out
Nov 08, 2013 12:04:04 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
Nov 08, 2013 12:04:04 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Nov 08, 2013 12:04:04 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Nov 08, 2013 12:04:04 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/115  config=null
Nov 08, 2013 12:04:04 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3036 ms

and i tried in browser like http://locahost:8080/ nothing comming why.whats the wrong in my command or i did any wrong in my commands pls tel me

© Super User or respective owner

Related posts about linux

Related posts about installation