You get this when deploying or when trying to reload your context?
If you add a context.xml file to src/main/webapp/META-INF, you may be able to solve this. In that file, you can put something like: <Context path="/appname" reloadable="true"/> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Matt On 6/17/07, Martin Ravell <[EMAIL PROTECTED]> wrote:
I'm trying to deploy my 2m5 app to a Tomcat5 server on my Linux box but am getting the following error: "The server encountered an internal error (Error retrieving attribute reloadable) that prevented it from fulfilling this request." I'm thinking that I should try getting 'reloadable' into the server.xml. Can someone explain how this file is generated? I do not seem to have it in my project to modify. Regards Marty --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
