John,

Type tomcat.exe /? for a help screen.

I have written some batch files to install and uninstall it as service with
apropriate settings for the VM. Here the exemples (all on one line please)

---- snip ----
@echo on
d:
cd \Tomcat4.0\bin

tomcat.exe -install "Apache Tomcat"
C:\JavaSoft\JRE\1.3.1_02\bin\hotspot\jvm.dll -jvm_option -Djava.class.path=D
:\Tomcat4.0\bin\bootstrap.jar -jvm_option -Dcatalina.home=d:\tomcat4.0 -jvm_
option -Xms64M -jvm_option -Xmx256M -start
org.apache.catalina.startup.BootstrapService -params start -stop
org.apache.catalina.startup.BootstrapService -params stop -out
d:\tomcat4.0\logs\service.out -err d:\tomcat4.0\logs\service.err

----- snip ------

d:
cd \Tomcat4.0\bin
tomcat -uninstall "Apache Tomcat"



I'm still looking for the source code of the tomcat.exe and the installation
script. This seems to be a top secret issue since nobody answers my request
either here nor on the dev list!!!! Is this one not OPEN SOURCE ??????

Thomas



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 7:31 PM
Subject: RE: Problems with .exe install for NT


> Have you set JAVA_HOME to d:\java\JDK1.4 (assuming that's where your JDK
> is installed)?  Just a thought.
>
> Dennis
>
> -----Original Message-----
> From: jmh.tomcat [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 30, 2002 9:13 AM
> To: tomcat-user
> Subject: Re: Problems with .exe install for NT
>
>
> or does anyone have suggestions on how to get around this problem?
>
> >
> > From: <[EMAIL PROTECTED]>
> > Date: 2002/01/30 Wed AM 11:10:59 EST
> > To: [EMAIL PROTECTED]
> > Subject: Problems with .exe install for NT
> >
> > I can't get my .exe to install on my NT system.  It says that the path
> of the JDK can't be found.  My JDK is under D:\java\JDK1.4.
> >
> > Is there anyway that an optional argument can be added to the
> installer to allow for a different path for the JDK than the default?
> >
> > Thanks
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to