cancel
Showing results for 
Search instead for 
Did you mean: 

Servlet in Netweaver WS 6.40 not availible

Former Member
0 Kudos

I try to create a webservice with xfire inside the isa-b2b-shop.

My configuration of the web.xml fot this servlet:

..................

<servlet-mapping>

<servlet-name>XFireServlet</servlet-name>

<url-pattern>/servlet/XFireServlet/*</url-pattern>

</servlet-mapping>

<servlet-mapping>

<servlet-name>XFireServlet</servlet-name>

<url-pattern>/services/*</url-pattern>

</servlet-mapping>

..................

Very easy and the libraries are all in the WEB-INF/lib-directory.

When I wan't invoke the service, I become a 404 back (resource is not availible).

Ok no probs, try to find the failure and fix it. But on Netweaver this is not so easy. Cause I can't find a log everywhere which tells me what's failes.

Can anybody say me where I can find the log for such things?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ok was my fault, packaged not the right jars.

But I have no an other problem, with the loading order of the classes, opened a new thread in the section Java Development Infrastructure (JDI)

don't know how to make a link to the thread, sorry

Former Member
0 Kudos

Ok found something in the j2ee/cluster/server0/log/system/server.1.log:

Initialization of servlet <XFireServlet> failed!

The error is: javax.servlet.ServletException: Error initializing XFireServlet.null

Next step is debug the source from XFire