Re: tomcat 3.3 on Win2k server/IIS 5.0

2003-11-06 Thread Bill Barker
You can get jk_nt_service.exe from
http://www.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/ (or substitute
your favorite mirror for www.apache.org).  This is the Windows Service
wrapper that ships with Tomcat 3 (and is the one that is documented in the
Tomcat 3 docs).

You could also use procrun(w) from commons-daemon, but you'd need to write a
wrapper class to invoke Tomcat (actually, that sounds like a good idea:
Then 3.3 could dump jk_nt_service altogether :).

"Dara Lambert" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I hope it is ok to email for directions or
> clarification on how to get Tomcat to start
> automatically after a Win2k reboot? Is it true that
> the reason Tomcat doesn't launch is because Microsoft
> created a server environment that actually doesn't
> have any simple way of launching server daemons at
> startup?
>
> I have been reseaching this issue for 2 days now, and
> have found similar issues but nothing quite right. I
> have installed the AutoexT exe that runs a batch file
> at startup, but yet again I have to login to the
> server first so that Tomcat will load.
>
> Any help or guidance would be greatly appreciated, I
> understand if you do not answer direct emails.
>
> Thank you,
> Dara Lambert
> System Administrator
>
> __
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree




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



RE: tomcat 3.3 on Win2k server/IIS 5.0

2003-11-06 Thread Longley, Andrew
You can set up a scheduled task or install Tomcat as a service.  I'm
pretty sure the Tomcat 3.3 binary on Windows is a service wrapper, so
you can invoke Tomcat.exe and supply the parameters to create a service.
You may need to edit the registry manually to set up classpaths and
other variables your app needs.  Not sure what you mean about Microsoft
and server daemons...I have many Tomcats starting up automatically as
services on many Win2k machines.  Not under IIS, but I think that is
irrelevant, could be wrong.

Andrew Longley
Senior Software Developer
MindFlow Technologies, Inc.



> -Original Message-
> From: Dara Lambert [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 06, 2003 10:40 AM
> To: [EMAIL PROTECTED]
> Subject: tomcat 3.3 on Win2k server/IIS 5.0
> 
> Hello,
> 
> I hope it is ok to email for directions or clarification on 
> how to get Tomcat to start automatically after a Win2k 
> reboot? Is it true that the reason Tomcat doesn't launch is 
> because Microsoft created a server environment that actually 
> doesn't have any simple way of launching server daemons at startup? 
> 
> I have been reseaching this issue for 2 days now, and have 
> found similar issues but nothing quite right. I have 
> installed the AutoexT exe that runs a batch file at startup, 
> but yet again I have to login to the server first so that 
> Tomcat will load. 
> 
> Any help or guidance would be greatly appreciated, I 
> understand if you do not answer direct emails.
> 
> Thank you,
> Dara Lambert
> System Administrator 
> 
> __
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard 
> http://antispam.yahoo.com/whatsnewfree
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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