DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829 Automatic deployment of war files does not work properly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2001-11-13 10:57 ------- When you use that kind of declaration (referencing a WAR), the webapp is run without unpacking the WAR (although the JARs and the classes will be extracted to a temporary location). Struts should run in that mode, but webapps which require filesystem access will not (getRealPath() will return null, and direct filesystem access to the webapp's resources will obviously fail). If you don't want that to happen, you can let Tomcat extract the WAR, and then declare your context as <Context path="/lexis" docBase="lexis">. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>