Hi,

I'm tring to use jibx-soap in a project where it is not the only servlet - 
there's also a tapestry app in the same WAR file.

I'm therefore trying to map it like this:

    <servlet-mapping>
      <servlet-name>soap_servlet</servlet-name>
      <url-pattern>/soap</url-pattern>
    </servlet-mapping>

rather than like this:

    <servlet-mapping>
      <servlet-name>soap_servlet</servlet-name>
      <url-pattern>/</url-pattern>
    </servlet-mapping>

The one with /soap doesn't work, the one with / does.

Anyone point me in the right direction?

ta,

Tim.

(PS: Dennis - I haven't forgotten you want a quote.)






-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to