|
From: Mark L. <ml...@bi...> - 2004-01-09 01:14:03
|
We do this all the time on Windows servers. You just need to ensure that each service has a unique name. In the wrapper.conf file : # Name of the service wrapper.ntservice.name=foobar Also it is a good idea if you use distinct and meaningful display names (obviously). The wrapper is smart enough to use a different port if 1777 is already being used by the first service, but you may prefer to set the second service to use (eg) 1778. This will stop unintersting log messages. Leif Mortenson wrote: >Guofeng, >You should have no problems running two different instances of >the Wrapper of the same machine. Just install the two copies into >different directories and make sure that they do not have conflicting >NT service names or log files. >Everything else should be automatic. > >Guofeng Zhang wrote: > > > >>I need to install two services by wrapper on the same machine, do I need further configuration in the conf file? >> >>I find that the wrapper assign a jvm id to a service instance. >> >> >> >> >The jvm id is simply a way for an individual JVM to tell >whether it is the first invocation or whether the Wrapper has >restarted the JVM x number of times. > >Give it a try and post back if you have any questions. Be >sure to read over the integration section of the documentation. > >Cheers, >Leif > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IBM Linux Tutorials. >Become an expert in LINUX or just sharpen your skills. Sign up for IBM's >Free Linux Tutorials. Learn everything from the bash shell to sys admin. >Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > > |