On Mon, Dec 27, 2004 at 09:53:17AM +0530, Amit Gupta wrote: : I am giving demo of my Struts based application on a hosting server. I don't : have access to tomcat manager application to reload my demo. Can I do : something on my part to automatically reload my application whenever I update : any class in application?
If this isn't a FAQ, it's at least in the docs. Check out the "reloadable" attribute of the <Context/> tag. Then again, given your situation (using a hosting provider) this may not be possible. You could also setup a small Tomcat environment on your local workstation to do development, then upload the finished product to the hosting provider. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
