Could not acces to my WS

2004-01-31 Thread devnulle
Hi the world, I try to acces to my WS, but my client return me the following error : Fault Occured (details follow): Fault Code: SOAP-ENV:Server.BadTargetObjectURI Fault String: Unable to resolve target object: HelloService My WS is on the directory HelloService (which is on the dir Webapps) I c

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

2004-04-15 Thread devnulle
Hi all   I have a problem that seems common (I have seen it many times on few forum), but I can’t still solve it :(   I have installed Tomcat 5.0.19 + Apache Soap, deployed Apache Soap by copy soap.war into webapps ….   Then I launch startup.bat, and I enter in IE the url localhost:80

RE: javax/servlet/http/HttpServlet

2004-04-18 Thread devnulle
Ok Thx A lot, it works now. I haven't copy jaf.jar and javamail.jar into the shared/lib directory ... and because of I read a bad documentation, I have modify the start.bat So there is no need to modify it, just copy/past javamail.jar and jaf.jar and it will work. But I have 2 others questions:

WS class

2004-04-18 Thread devnulle
Hi I just want to know where must I put my WS's classes ? in %CATALINA_HOME%/shared/class ? %CATALINA_HOME%/common/class ? or other ? The twice dir are working, but which is the best way ? Thx