|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] tomcat Config Problem
|
On Fri, May 03, 2002 at 01:36:52PM -0400, Fred K Ollinger wrote:
> tomcat4 and friends are installed. I started it and it started.
>
> CATALINA is pointed at /pkg/java which is where sdk1.4 lives. I hacked
> /etc/init.d/tomcat4
>
> tomcat4 is not listening anywhere, though. I thought it wanted to listen
> on 8080? Is something up here?
Mine listens to 8180 by default. I think they did that so you
could use tomcat and tomcat4 simultainiously. This is set in
/usr/share/tomcat4/conf/server.xml :
<Service name="Tomcat-Standalone">
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8180" minProcessors="5" maxProcessors="75"
enableLookups="true" acceptCount="10" debug="0"
connectionTimeout="60000"/>
etc etc etc
>
> Here's the latest log:
>
> Using CATALINA_BASE: /usr/share/tomcat4
> Using CATALINA_HOME: /usr/share/tomcat4
> Using CATALINA_TMPDIR: /usr/share/tomcat4/temp
> Using JAVA_HOME: /pkg/java
> Using Security Manager
> Process ID of spawned JVM: 15521
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0.3
It starts. What does "netstat -tlp --numeric-ports" tell you? Do
you have 15521/java LISTENing ? Anything interesting in
$CATALINA_HOME/logs/catalina.out ?
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|