Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 66879 invoked from network); 10 Apr 2002 04:21:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Apr 2002 04:21:32 -0000 Received: (qmail 7427 invoked by uid 97); 10 Apr 2002 04:21:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 7391 invoked by uid 97); 10 Apr 2002 04:21:24 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 7380 invoked from network); 10 Apr 2002 04:21:23 -0000 Message-Id: <5.1.0.14.2.20020409231919.03408120@shell.visi.com> X-Sender: hoju@shell.visi.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 09 Apr 2002 23:26:48 -0500 To: "Tomcat Users List" From: Jacob Kjome Subject: Re: Starting Tomcat 4 as an NT service In-Reply-To: <3CCB0E8B.3070508@pacific.net> References: <85256B96.0069D0B5.00@lnsmtp.on.com> <160106327510.20020409142424@visi.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_676622561==_.ALT" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=====================_676622561==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Well..., then you uninstalled a different service named "Apache Tomcat". If you installed it as "Apache Tomcat", that's great. However, if you copied the install script to the command line exactly as I wrote it, then the service would have been named "Apache-Catalina". So, you will need to reference the name "Apache-Catalina" (quotes not necessary) to uninstall that service. BTW, before you try uninstalling the service, make sure you do a few things first: 1. Stop the Apache-Catalina service 2. Close the Services applet. I have seen that error and I believe it was simply because I had that applet open. 3. Not sure if this is necessary, but you might want to shut down Apache if it has mod_jk running. This is probably not necessary, though. Just thought I'd mention it to be safe. It should work after that. jake At 01:48 PM 4/27/2002 -0700, you wrote: >On WinXP, I found I had to do >%CATALINA_HOME%\bin\tomcat.exe -uninstall "Apache Tomcat" >To uninstall the Tomcat Service. > >%CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina >gave me a cryptic error about "overlapped i/o in progress" and didn't >remove the service. > >Ken > > > >Jacob Kjome wrote: >>Hello rsudama, >>Just a note. I've posted this answer twice before on this list. >>Please search the archives because it *has* been answered and I gave >>the solution in the email and didn't ask anyone to search anywhere for >>the answer. Anyway, here it is again: >>I distilled the following from this article: >>http://www.webmasterbase.com/printTemplate.php?aid=305 >>Assuming you have all your environment variables set, just copy+paste >>the following to a command line... >> >>To 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.Bootstrap -params start -stop >>org.apache.catalina.startup.Bootstrap -params stop -out >>%CATALINA_HOME%\logs\stderr.log >>To Uninstall Catalina Service: >>%CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina >> >>Now, check in your Services applet and the "Apache-Catalina" service >>should be there. >>Jake >>Tuesday, April 09, 2002, 2:08:10 PM, you wrote: >> >>roc> Yes, I understand perfectly well that it's an option in the >>installer. I'm >>roc> trying to find out where the documentation are sources are for this >>tool that is >>roc> included as part of the "open source" distribution. If there's some >>reasons for >>roc> not distributing the sources for the tool itself (or how about the >>whole install >>roc> program?) that's fine, but it would be nice if there was at least some >>roc> documentation on its use. As far as I can tell, the general attitude >>of the >>roc> Tomcat community on this is "we've figured out a way to get this >>done, and >>roc> here's a bunch of pointers to places where you can figure it our for >>yourself". >>roc> I already have other tools that can do this if I need to, but since >>a perfectly >>roc> good tool has already been developed by someone I'd rather use that >>if it's >>roc> possible. >>roc> - Ram >> >> >> >> >>roc> ce@shore.net on 04/09/2002 01:22:22 PM >>roc> Please respond to "Tomcat Users List" >> >> >> >> >> >> >> >> >> >> >>roc> To: "'Tomcat Users List'" >>roc> >> >>roc> cc: (bcc: Ram Sudama/ON Technology) >> >> >> >>roc> Subject: RE: Starting Tomcat 4 as an NT service >> >> >> >> >> >>>>service. However, no one has seemed to address how Tomcat 4.0.3 >>roc> actually _is_ >> >>>>installed as an NT service. >>roc> It is now included as an option in the installer. >>roc> - tex >> >>roc> -- >>roc> To unsubscribe: >>roc> For additional commands: >>roc> Troubles with the list: >> > > > >-- >To unsubscribe: >For additional commands: >Troubles with the list: --=====================_676622561==_.ALT--