Michael Mansour wrote:

... snipped ...

# service tomcat5 start
Starting tomcat5:                                          [  OK  ]

and:

# ps ax|grep tomcat
16468 ?        Sl     0:02 /usr/lib/jvm/java/bin/java
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib 
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath
/usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
-Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5
-Djava.io.tmpdir=/usr/share/tomcat5/temp org.apache.catalina.startup.Bootstrap
start

and:

# netstat -nap |grep :80
tcp        0      0 127.0.0.1:8005              0.0.0.0:*
LISTEN      16468/java
tcp        0      0 0.0.0.0:8009                0.0.0.0:*
LISTEN      16468/java
tcp        0      0 0.0.0.0:8080                0.0.0.0:*
LISTEN      16468/java

So it now looks ok. Thanks.

Now, any ideas how to connect to this thing?

I've tried http://127.0.0.1:8080 but even though it's listening, I can't get a
connection from either firefox or links.

Michael.


I am not a tomcat expert at all. I just had to figure out how to get it to install.

I do know that many people use apache and have it redirect everything ... how is the best way to do this? I'm hoping others will know.

Troy

--
__________________________________________________
Troy Dawson  [EMAIL PROTECTED]  (630)840-6468
Fermilab  ComputingDivision/CSS  CSI Group
__________________________________________________

Reply via email to