Installing new application
"Webobjects Developer" <[email protected]> Sun, 14 Oct 2007 23:11:47 -0700
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
If I have a running server, what is the suggested way of updating an application on the server? Here is my current technique (below). I run one instance at once and this technique works consistently for me, but requires me to shut down the web server. It seems like if I skip any of the steps, webobjects keeps using some cached version of the old application. The sequence of steps (below) works, but it is tedious and has more downtime than I'd prefer. Is there an easier way to do this? Installing new webobjects application. - Using monitor, stop my instance(s) from running. - Using server admin, turn off monitor, save. - Using server admin, stop webobjects. - Using server admin, stop web. - Now replace the application and update databases. - Using server admin, start web. - Using server admin, start webobjects. - Using server admin, turn on monitor, save. - Using monitor, start my instance(s).