axis2 and embedded jetty

2009-07-17 Thread Martin Fernau
Hi, can someone provide me a simple description how to get axis2 to run in an embedded jetty6 Server? Until now I'm unable to get it to work. What I currently have is the following: --- cut Server server = new Server(8080); ServletHolder axisServletholder = new

Re: axis2 and embedded jetty

2009-07-17 Thread Andreas Veithen
Martin, I think that Axis2 relies on some Tomcat libraries for clustering support. Have a look at axis2.xml and try to disable clustering. Andreas On Fri, Jul 17, 2009 at 10:09, Martin Fernaum.fer...@cps-net.de wrote: Hi, can someone provide me a simple description how to get axis2 to run in

Re: axis2 and embedded jetty

2009-07-17 Thread Martin Fernau
Hi Andreas, you're right. After removing the corresponding parts from axis2.xml I don't get these exceptions any more. But the service isn't working properly. I get the follwoing output during startup: --- cut 2 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.simplelog...@32c41a via

Re: axis2 and embedded jetty

2009-07-17 Thread Andreas Veithen
Martin, The explanation for this could be that the contextRoot and servicePath parameters are not set correctly in axis2.xml. Andreas On Fri, Jul 17, 2009 at 10:33, Martin Fernaum.fer...@cps-net.de wrote: Hi Andreas, you're right. After removing the corresponding parts from axis2.xml I don't