Re: SOAP: Unable to resolve target object

2002-11-22 Thread Philippe Burger
Strange but it doesn't work anymore!!! When I run the client, I have the following (basic!) Exception: Exception in thread "main" java.lang.NoClassDefFoundError: this class is in /webapps/soap/WEB-INF/classes/ The compilation is OK. I put this /webapps/soap/WEB-INF/classes in the CLASSPATH (in

Re: SOAP: Unable to resolve target object

2002-11-20 Thread Philippe Burger
Hi John, I think I get it! When i unpacked the soap.war file to put my classes in /webapps/soap/WEB-INF/classes/packagename/, I forgot to set the WebAppDeploy to 'soap' in my Apache configuration file ( it was set on soap.war, so the classes could'nt be seen) > > > ConfigFile > /WEB-INF/soap.x

Re: SOAP: Unable to resolve target object

2002-11-19 Thread Philippe Burger
> > Firstly, TomCat ignores your CLASSPATH. The SOAP libraries and your client > classes have to be in TomCat's common/lib directory and your webapp's > WEB-INF/classes directory in order to be found when servicing a request. > Why put the client classes in TomCat's common/lib directory ??? I put

SOAP: Unable to resolve target object

2002-11-18 Thread Philippe Burger
I tried to install a SOAP service on an Apache server with Tomcat 4.1 webapp module. (It's a simple Hello 'name' SOAP tutorial example) I deployed the SOAP service with no problem. The SOAP client is well compiled. But when I run the client, i have the following message: Unable to resolve target

JSP blank lines !?

2002-10-31 Thread Philippe Burger
Hi all, When JSP pages are sent to the web client, they include several blank lines at the begining of the file. They are generated during the compilation ofthe JSP, why? What can I do to delete this lines? Phil