Webobjects Developer
2007-10-15 06:11:47 UTC
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).
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).