mast wrote: > if i delete the context.xml file it seem to work is there anything wrong > in : > <Context reloadable="true" /> > <WatchedResource>WEB-INF/web.xml</WatchedResource>
Yes. It should be: <Context reloadable="true" > <WatchedResource>WEB-INF/web.xml</WatchedResource> </Context> Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]