Estou tentando fazer um exemplo do AXIS2 1.3
Baixei o arquivo axis2.war
coloquei no webapp do tomcat e agora estou tentando carregar o tomcat para acessar o axis2.
esta dando o seguinte erro
NFO: Deploying web application archive axis2.war
[INFO] Deploying module: addressing-1.3
[INFO] Deploying module: soapmonitor-1.3
[INFO] Deploying module: metadataExchange-1.3
[INFO] Deploying module: ping-1.3
[INFO] Deploying module: script-1.3
23/08/2007 11:00:11 org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet /axis2 threw load() exception
java.security.AccessControlException: access denied (java.io.FilePermission /home/ibf/apache-tomcat-6.0.14/apache-tomcat-6.0.14/webapps/axis2/WEB-INF/scriptServices read)
antes estava dando varios erros de access, eu coloquei a seguinte linha:
// permissons for apache axis2
grant codeBase "file:${catalina.home}/webapps/axis2/-" {
permission java.security.AllPermission;
};
no arquivo “catalina.policy”, agora esta somente o erro de scriptServices.
estou usando o Linux Kubuntu e o tomcat 6
se alguém tiver uma dica, muito obrigado