On 6/5/02 12:22 PM, "Clinton Goudie" <[EMAIL PROTECTED]> wrote:
> Does tomcat provide this behavior? I'd look for a java app that provides > this type of behavior and duplicate their startup item with the changes you > need to start your service... > > Clint > Thank you for the suggestion. In fact, this is the first thing I tried. Tomcat starts up with a simple shell script in the OS X StartupItems folder that has the command: [TOMCAT_HOME]/bin/startup.sh & There are fancier versions that post a console message and check the hostconfig, but that's the line that does the job. Unfortunately, the comparable line for James, [JAMES_HOME]/bin/run.sh & doesn't seem to start the server, and no fancier version seems to work either. Any possible solutions would be welcome. -- Cheers, mb -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
