You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Schulberg <da...@evertech.com.au> on 2006/11/18 01:32:38 UTC

Starting Tomcat

Hi,

 

Can run Tomcat as a windows service. Want to be able to run startup.bat but
when I run it the output is:

 

F:\apache-tomcat-5.5.20\bin>startup

Using CATALINA_BASE:   F:\apache-tomcat-5.5.20

Using CATALINA_HOME:   F:\apache-tomcat-5.5.20

Using CATALINA_TMPDIR: F:\apache-tomcat-5.5.20\temp

Using JRE_HOME:        C:\Program Files\Java\jdk1.5.0_07

start "Tomcat" "C:\Program Files\Java\jdk1.5.0_07\bin\java"
-Djava.util.logging

.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file="

F:\apache-tomcat-5.5.20\conf\logging.properties"
-Djava.endorsed.dirs="F:\apac

he-tomcat-5.5.20\common\endorsed" -classpath "C:\Program
Files\Java\jdk1.5.0_07\

lib\tools.jar;F:\apache-tomcat-5.5.20\bin\bootstrap.jar"
-Dcatalina.base="F:\apa

che-tomcat-5.5.20" -Dcatalina.home="F:\apache-tomcat-5.5.20"
-Djava.io.tmpdir="F

:\apache-tomcat-5.5.20\temp" org.apache.catalina.startup.Bootstrap  start

F:\apache-tomcat-5.5.20\bin>

 

and nothing happens.

 

What is the problem?

 

Regards,

David Schulberg

 


RE: Starting Tomcat

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: David Schulberg [mailto:davids@evertech.com.au] 
> Subject: Starting Tomcat
> 
> Can run Tomcat as a windows service. Want to be able to run 
> startup.bat but when I run it the output is:

<snip>

> and nothing happens.

This should open up a 2nd command prompt window, which will persist
until shutdown.bat is used, and the primary window will return a prompt.
However, the secondary window will close fairly quickly if any of the
configured ports are already in use (such as by the Tomcat service,
perhaps).  Use the command "catalina.bat run" if you want to see
execution in the current window.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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