After setting up the system variables mentioned in the text below, copy the
following to your command line and hit <enter>.

Install Catalina Service:

%CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina
%JAVA_HOME%\jre\bin\server\jvm.dll
-Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar
-Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start
org.apache.catalina.startup.BootstrapService -params start -stop
org.apache.catalina.startup.BootstrapService -params stop -out
%CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log

Uninstall Catalina Service:

%CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina

BTW, I'd really recommend that you upgrade to Tomcat-4.0.4 for the latest stable
version of Tomcat.  Lots of bugs were fixed between 4.0.1 and 4.0.4.  Also,
there are the new 4.1.x releases which have lots of cool new stuff.  4.0.1 is
pretty ancient now and I wouldn't use it unless you are tied to it for some reason.

Jake

Quoting Carlos Silva <[EMAIL PROTECTED]>:

> Please, tell me as configuration tomcat4.01 as NT4 service.  I would like
> execute my servlet / jsp pages on port 80.  Anybody know same link (ou
> book)
> where I get information about?
> 
> Embraces,
> 
> Carlos
> 
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to