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=20243>. 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=20243 axis complains about exceptions in javax.http ------- Additional Comments From [EMAIL PROTECTED] 2003-05-30 21:22 ------- Ok, Found a workaround that DOES NOT require any code changes. Edit your catalina.policy file and add the following section (You will need to adjust the directory path) grant codeBase "file:${catalina.home}/webapps/axis/WEB-INF/lib/-" { permission java.security.AllPermission; }; Thanks, dims
