Reading the Dev docs on Chapter 7: Extending the Data Model.Towards the end there is a section named "Exposing the FAQ Entry to LiveSite Runtime" there is no information listed on how to restart the application server just a mention that the web application must be reloaded, typically this is done by restarting the server.So how do I restart a LiveSite runtime to gain access to the new objects?Teamsite/Livesite 7.0.0
Reload on TS or LS side? On TS side, you can do LS TK Build and / or stop/start servletd. On LS side, refresh your webapp.
Um, post pretty much says what I need clearly.. LS runtime.I'll try to be more clear...I want to know how to reload the web application (Tomcat I presume since we are Win Server 2008) after deploying some Java classes in a JAR to the appropriate locations after rebuilding the toolkit on the TS server.I've settled on restarting the Interwoven LiveSite Runtime service but was wondering if there is a "better" way or a recommended method not published in blatantly obvious form in the docs somewhere.
Since this is in the DMZ (or can be), I put everything on a prod-config branch, use OpenDeploy to push and use a DNR to kick-start LS. I also keep the httpd.conf on the same branch and if I push it out, restart apache.
Technically this is a great solution. However, I am not sure if this (refreshing a webapp on an "ad-hoc" basis) is acceptable in enterprise implementations. Most larger implementations would have a schedule rolling schedule where they bring down a "few" instances of their web-apps down while others pick up the load. In any case this may be acceptable -- maybe not.