Hi All,
I am trying to deploy Axis2 version 1.4 war into
jboss 4.2.2 GA application server. I extracted the axis2.war file and put it in Jboss's delploy folder and start the server. while startup, the server shows following error
18:57:30,083 WARN [Utils] Exception extracting jars into temporary directory :
java.io.FileNotFoundException: C:\Program Files\jboss-4.2.2.GA\server\default\.\
deploy\axis2.war\WEB-INF (Access is denied) : switching to alternate class loading mechanism
18:57:30,083 INFO [JAXWSDeployer] Deploying Exception Occured with java.io.FileNotFoundException: C:\Program Files\jboss-4.2.2.GA\server\default\.\deploy\axis2
.war\WEB-INF (Access is denied)
java.lang.RuntimeException: java.io.FileNotFoundException: C:\Program Files\jboss-4.2.2.GA\server\default\.\deploy\axis2.war\WEB-INF (Access is denied) at org.apache.axis2.deployment.util.Utils.findLibJars Utils.java:869)at org.apache.axis2.deployment.util.Utils.createClassLoader(Utils.java:9
17)
at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployServicesInWARCla
ssPath(JAXWSDeployer.java:100)
at org.apache.axis2.jaxws.framework.JAXWSDeployer.init(JAXWSDeployer.jav
a:80)
Can anyone clarify, how to resolve this issue.
Thanks in advance.
Thilaks