Hi!

I am running the catalina and the following does not work:

http://localhost:8080/jaxm-provider/digest

generates an error...file not found...

(the .jar file contaiming the servlet is located under /common/lib and that should be 
ok! )

jakarta-tomcat-4.0.1/webapps/jaxm-provider/WEB-INF/web.xml

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


    <servlet>
        <servlet-name>
            digest
        </servlet-name>
        <servlet-class>
            com.sun.xml.messaging.provider.AdminServlet
        </servlet-class>
        <load-on-startup>
          3
        </load-on-startup>
    </servlet>


Any clue on how to get the mapping to work??


/Morten

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to