No.  If you want to run Tomcat out-of process with IIS as a service
you need to:
        1.  Install Tomcat to work with IIS (which it seems that you have
accomplished)
        2.  Install it as a service (which it also seems that you have
accomplished)

        And remember to now use JDK 1.3.0.  Since you seem to have most
everything working fine, you simply need to change the JVM you are using to
either 1.2.x or 1.3.1Beta and then modify the wrapper.properties and
workers.properties to point to the correct JVM.  

        If I understand your problem correctly, your problem is a bug in the
JVM, everything else is working fine, so replacing the JVM should solve
everything.

        Randy


> -----Original Message-----
> From: Nico den Boer [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 4:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat on Win2k
> 
> 
> Just for my understanding;
> 
> If I want to use the out-process implementation, I need to;
> - remove registry entries
> - remove virtual folder jakarta from IIS
> - remove isapi_redirect filter from IIS
> - follow the directions of NT-Service-howto (which means modifying
> wrapper.properties)
> 
> Is that all it takes or do I overlook something ?
> 
> Nico
> 
> ----- Original Message -----
> From: Anthony Martin <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 10, 2001 9:37 PM
> Subject: Re: Tomcat on Win2k
> 
> 
> I use JDK 1.3.1 on Windows 2000 Terminal Server.  I use the 
> out-process
> implementation over IIS, and have it load on startup with 
> jk_nt_service.exe.
> Because there is no user associated to this java.exe instance, logging
> in/out has no effect.
> 
> To install Tomcat as a service, refer to the following documentation:
> 
> http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Ser
vice-howto.htm
l

Anthony

Reply via email to