-none- 2007-10-02 - By Caldarale, Charles R
Back > From: loredana loredana [mailto:loredana888888@(protected)] > Subject: jsp modifications not visible after tomcat restart? > > I remember that if I do a modification in a jsp file I don't > have to restart tomcat, it's enough to copy the jsp file in > the webapps/appfolder/ and refresh in browser. well that > doesn't work for me.
Look at the settings for the JSP servlet in conf/web.xml or in your webapp's WEB-INF/web.xml. Have you set development to false? If so, JSPs will not be recompiled automatically when updated.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|