Re: Starting a WO instance from the command line
wojingo <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Matt Kime wrote: > I'm deploying WO 5.2 on linux. I would like to create a startup script > that boot my whole project. Unfortunately, I don't what it takes to > start an application instance from the command line. Does anyone know > what it takes to do this? It seems that needs to register with monitor > in some manner. > > thanks, > matt If you run your app from the CL then monitor is not needed. You just run the script that is contained in the deployed application folder structure and thats it(wotaskd is still needed though). regards, - shaun