I know it's simple but have you tried using the IP as in
http://xxx.xxx.xxx.xxx:8080 ?
Just a thought.
Otherwise you might wish to confirm the port is open.
No offense but sometimes we get burned by the silly little things.
Since you are running from the command line you are starting as root (This
is the same as my TC4 box).
But I get only one line of output and one pid (I think that this may be due
to Linux flavors)
As a last ditch effort try this:
Shut down apache.
Change the port on the connector for Tomcat to 80.
Restart Tomcat.
Then see if you can get to Tomcat on port 80 instead.
Everything seems to point to a firewall/router ACL issue.
Are there any devices between the client and server?
Doug
----- Original Message -----
From: "Stormblade" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 01, 2004 11:07 AM
Subject: Re: Re: Re: Installation Help Needed
> > Back to the original post:
>
> >
>
> > {tomcat user} = use the name of the tomcat process owner ;)
>
> > You could also have run:
>
> >
>
> > lsof -i :8080
>
> >
>
> > I should've suggested that instead.
>
>
>
> Doing that I got this:
>
> java 19217 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19218 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19219 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19220 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19221 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19222 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19223 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19224 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19225 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19227 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19228 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19229 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19230 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19231 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19232 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19233 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19234 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19235 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19236 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19237 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19238 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19239 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19240 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19241 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19242 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19243 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19244 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19245 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19246 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19247 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19248 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19249 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19250 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19251 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19252 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19253 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19254 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19255 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19256 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19257 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
> java 19258 root 5u IPv4 811539 TCP *:webcache (LISTEN)
>
>
>
> >
>
> > No big deal. The fact that you didn't see anything is the key:
>
> > Tomcat didn't successfully start.
>
> >
>
> > So now it's a matter of digging through the logs.
>
> > Look for a file "catalina.out"
>
> >
>
>
>
> What I did here was this:
>
> 1. Ran shutdown.sh
>
> 2. Deleted catalina.out
>
> 3. Did a touch catalina.out (In case it had issues with it not being
> there)
>
> 4. Re-ran startup.sh
>
> Here is the contents of the file now:
>
> Apr 1, 2004 9:35:13 AM org.apache.coyote.http11.Http11Protocol init
>
> INFO: Initializing Coyote HTTP/1.1 on port 8080
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.startup.Catalina load
>
> INFO: Initialization processed in 3097 ms
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.core.StandardService start
>
> INFO: Starting service Catalina
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.core.StandardEngine start
>
> INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.core.StandardHost start
>
> INFO: XML validation disabled
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.core.StandardHost
> getDeployer
>
> INFO: Create Host deployer for direct deployment ( non-jmx )
>
> Apr 1, 2004 9:35:13 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Processing Context configuration file URL
> file:/usr/local/jakarta-tomcat-5.0.19/conf/Catalina/localhost/admin.
> xml
>
> Apr 1, 2004 9:35:15 AM org.apache.struts.util.
> PropertyMessageResources <init>
>
> INFO: Initializing, config='org.apache.struts.util.LocalStrings',
> returnNull=true
>
> Apr 1, 2004 9:35:15 AM org.apache.struts.util.
> PropertyMessageResources <init>
>
> INFO: Initializing, config='org.apache.struts.action.ActionResources',
> returnNull=true
>
> Apr 1, 2004 9:35:16 AM org.apache.struts.util.
> PropertyMessageResources <init>
>
> INFO: Initializing, config='org.apache.webapp.admin.
> ApplicationResources', returnNull=true
>
> Apr 1, 2004 9:35:19 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Processing Context configuration file URL
> file:/usr/local/jakarta-tomcat-5.0.
> 19/conf/Catalina/localhost/balancer.xml
>
> Apr 1, 2004 9:35:19 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Processing Context configuration file URL
> file:/usr/local/jakarta-tomcat-5.0.19/conf/Catalina/localhost/manager.
> xml
>
> Apr 1, 2004 9:35:19 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Installing web application at context path from URL
> file:/usr/local/jakarta-tomcat-5.0.19/webapps/ROOT
>
> Apr 1, 2004 9:35:19 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Installing web application at context path /jsp-examples from
> URL file:/usr/local/jakarta-tomcat-5.0.19/webapps/jsp-examples
>
> Apr 1, 2004 9:35:20 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Installing web application at context path /servlets-examples
> from URL file:/usr/local/jakarta-tomcat-5.0.19/webapps/servlets-
> examples
>
> Apr 1, 2004 9:35:20 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Installing web application at context path /tomcat-docs from
> URL file:/usr/local/jakarta-tomcat-5.0.19/webapps/tomcat-docs
>
> Apr 1, 2004 9:35:20 AM org.apache.catalina.core.StandardHostDeployer
> install
>
> INFO: Installing web application at context path /webdav from URL
> file:/usr/local/jakarta-tomcat-5.0.19/webapps/webdav
>
> Apr 1, 2004 9:35:21 AM org.apache.coyote.http11.Http11Protocol start
>
> INFO: Starting Coyote HTTP/1.1 on port 8080
>
> Apr 1, 2004 9:35:21 AM org.apache.jk.common.ChannelSocket init
>
> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>
> Apr 1, 2004 9:35:21 AM org.apache.jk.server.JkMain start
>
> INFO: Jk running ID=0 time=3/56 config=/usr/local/jakarta-tomcat-5.0.
> 19/conf/jk2.properties
>
> Apr 1, 2004 9:35:21 AM org.apache.catalina.startup.Catalina start
>
> INFO: Server startup in 8557 ms
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-
>
> Stormblade (Shaolin Code Warrior)
>
> Software Developer (15+ Years Programming exp.)
>
>
>
> My System: http://www.anandtech.com/mysystemrig.html?rigid=1683
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> --
> Composed with Newz Crawler 1.7 http://www.newzcrawler.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]