You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2004/12/28 17:03:55 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/Install/Tomcat

   Date: 2004-12-28T08:03:55
   Editor: RickKellogg
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/Install/Tomcat
   URL: http://wiki.apache.org/ws/FrontPage/Axis/Install/Tomcat

   no comment

New Page:

##language:en
'''Installation help for Axis on [http://jakarta.apache.org/tomcat/index.html Apache Tomcat]'''

Tomcat is widely documented in Axis's own install docs.

One common problem is related to XML parsers; A full Tomcat install, not an LE download, is better. 

'''Also keep Tomcat up to date -Axis is only tested on the latest versions.'''

If you want to switch the security manager on when running Tomcat ("catalina run/start -security") then you need to 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;   }}}
};
 }}}

'''Note: Tomcat 5.x is still in alpha testing.  As such, testing by the development community is very limited.  We recommend you use the latest Tomcat 4.x release to minimize installation difficulties.'''