Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 16596 invoked by uid 500); 30 May 2003 21:19:52 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 16581 invoked from network); 30 May 2003 21:19:51 -0000 Date: 30 May 2003 21:22:09 -0000 Message-ID: <20030530212209.8772.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@ws.apache.org Cc: Subject: DO NOT REPLY [Bug 20243] - axis complains about exceptions in javax.http X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 dims@yahoo.com 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