Hi, Tom > -----Original Message----- > From: Tom Bednarz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 9:20 AM > To: Tomcat Users List > Subject: Re: Problems with .exe install for NT > > > 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 ?????? >
I've found a link at tomcat-dev (JavaService - http://www.alexandriasc.com/software/JavaService/index.html) I posted it here couple of days ago in that old thread you asked for it last time. Mayby I should have posted it to you directly, sorry. > Thomas > > Anton -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
