On Thu, Aug 12, 2004 at 05:31:59PM -0500, Stephen Charles Huey wrote: : But will that be enough to mimic the : functionality we usually have, since typically on Windows we run it as a : service? Sorry for my rambling...
There are some none-too-subtle nuances between the platforms. You'll have to write some sort of init script to kick off the service at boot. Look into commons-daemon (the Linux-native portion is called jsvc, check the Tomcat website) or Erni (brandxdev.net) to do the trick. Also, if this is your company's first Linux machine (and in production, no less) you'd do well to check other things besides the Tomcat install... =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
