Thanks Zoudhi, I intalled axis2.war, but the error is something else. In Eclipse, when I clean my JBoss server, it does something to these war files, which makes me unable to deploy them after that. I shutdown JBoss, remove the old axis2.war and deploy the downloaded war again, but the error continues. Maybe it's not related to axis at all.
Zouhdi Haffar wrote: > > Make sure the name of the unzipped file is 'axis2.war'. You may then > run into classpath issues....some jars may need to be moved to jboss' > lib folder. > > > > -----Original Message----- > From: hordine [mailto:[email protected]] > Sent: Tuesday, May 12, 2009 4:40 PM > To: [email protected] > Subject: Installing axis on jboss > > > Hi everyone, > > I'm trying to install axis on JBoss 5 and all I did was download > axis-bin-1_4.zip, unzipped it and coppied the axis directory from > webapps > into JBOSS_HOME/server/default/deploy > > When I try to start the server from eclipse, I get the following error: > > java.lang.IllegalArgumentException: Document base > C:\desenvolvimento\jboss-5.0.1.GA\server\default\deploy\axis\WEB-INF\web > .xml > does not exist or is not a readable directory > at > org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.jav > a:148) > at > org.apache.catalina.core.StandardContext.resourcesStart(StandardContext. > java:4021) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4188 > ) > at > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInt > ernal(TomcatDeployment.java:312) > at > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(To > mcatDeployment.java:144) > at > org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploymen > t.java:461) > at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) > at org.jboss.web.deployers.WebModule.start(WebModule.java:97) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > > The web.xml does exist at that path. Can anyone please help? > -- > View this message in context: > http://www.nabble.com/Installing-axis-on-jboss-tp23511126p23511126.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Installing-axis-on-jboss-tp23511126p23529635.html Sent from the Axis - User mailing list archive at Nabble.com.
