2012/10/5 Anjib Mulepati <[email protected]>: > > Quick question. If I made change to (\META_INF\context.xml) file do i have > to restart tomcat server to load changes? >
You need to undeploy & deploy your web application. Recent versions of Tomcat 7 should do that automatically if autoDeploy is enabled on the Host. In earlier versions it may behave differently. You should be able to see what actually happens from the server logs. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
