OOzy Pal wrote:

> Guys/Gals,
>
> I am running (K)ubuntu. I installed the following packages:
>
> Apache 1.3 connector for the Tomcat Java servlet engine
> Servlet 2.3 and JSP 1.2 Java classes and documentation
> Servlet 2.4 and JSP 2.0 Java classes and documentation
> Java Servlet engine -- core libraries (libtomcat5)
> Java Servlet 2.4 engine with JSP 2.0 support (tomcat5)
> Java Servlet engine -- admin web interfaces(tomcat5-admin)
> Sun Java(TM) Development Kit (JDK) 5.0
> Sun Java(TM) Runtime Environment (JRE) 5.0
>
> plus other Java libs,
>
> Then I type
>
> $sudo /etc/init.d/tomcat5 start
>
> I get:
>
> Starting Tomcat 5 servlet engine using Java from /usr/lib/j2se/1.4:
>
> when I type:
>
> sudo /usr/share/tomcat5/bin/startup.sh
>
> I get:
>
> Using CATALINA_BASE:   /usr/share/tomcat5
> Using CATALINA_HOME:   /usr/share/tomcat5
> Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
> Using JAVA_HOME:       /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/
>
> $netstat -l -t -e | grep tomcat
>
> I get nothing.
>
> When I type
>
> $sudo /etc/init.d/tomcat5 stop
>
> I get
>
> Stopping Tomcat 5 servlet engine: (not running)
>
> Where is my tomcat how can I run it and test it?
>
it appears not to have started, so have a look at the log file(s)
(catalina.out probably, and probably  in /var/log/tomcat5 where it is
symlinked from your installation directory) and see where it fell over.

to find it, if it is running, point a browser at it - it's a server,
innit.  probably at http://localhost:8080/ but maybe the debian tomcat
packages uses port 8180 instead. Look at your server.xml file to see
where it has specified the catalina connector to run.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to