Scott,
Thanks for your quick reply. By reading this,
IMPORTANT: With Tomcat 4.0, you do not need to change the startup scripts or place any jar or class files in any of Tomcat's private directories. You need only place files within Tomcat's webapps directory. If you cannot resist, jars should be placed in %CATALINA_HOME%/lib and classes in %CATALINA_HOME%/classes. Anything placed in these directories is visible to all Web applications running on the Tomcat server.
Does it mean that I need to create 'war' or 'jar' file for my server application or just copy the class files or other procedure? So my question is puting what files to the webapp directory.
Thanks,
Jingkun
Scott Nichol <[EMAIL PROTECTED]>
2002-10-15 11:08 AM
|
To: [EMAIL PROTECTED] cc: (bcc: Jingkun Hu/BRQ/RESEARCH/PHILIPS) Subject: Re: Need help in soap 2.3.1 samples Classification:
|
Your server cannot load the classes for the samples. Since you are
using Tomcat 4.0.1, you should follow these instructions for
installation Apache SOAP:
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/docs/install/
tomcat.html?rev=HEAD&content-type=text/html
Scott Nichol
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 5:09 PM
Subject: Need help in soap 2.3.1 samples
> I have Tomcat 4.01 installed and running. Also I installed soap 2.3.1
and
> deployed AddressFetcher sample through Tomcat. I got the following
error
> when I run GetAllListings app:
>
> C:\soap-2_3_1>java samples.addressbook.GetAllListings
> http://130.140.65.79:8080/
> soap/servlet/rpcrouter
> Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Client]
> [faultString=Deploy
> ment error in SOAP service 'urn:AddressFetcher': class name
> 'samples.addressbook
> .Address' could not be resolved: samples.addressbook.Address]
> [faultActorURI=/so
> ap/servlet/rpcrouter] [DetailEntries=] [FaultEntries=]
>
> Please help me out!
>
> Thank in advance,
>
> Jingkun
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>