Hi,

Although I think it is the corrct way to go along with Servlet API 2.0
compatible Apache SOAP, I still work with Apache SOAP 2.3.1 avoiding
problems step by step.

I'm also afraid that I can find it or not, because Apache SOAP expected
JSP from early versions and Servlet API 2.0 doesn't support JSP.

Anyway I'm now in the following trouble.

In ServerManager constructor, DocumentBuilder is declared as follows.
public class ServiceManager {
    :
  protected DocumentBuilder  xdb = XMLParserUtils.getXMLDocBuilder();
    :

and then I got follwing exception.
java.lang.NoClassDefFoundError: Ljavax/xml/parsers/DocumentBuilder;
although I have /usr/xerces-1.4.3/xerces.jar in my CLASSPATH.

I think it is not related the Servlet API compatibility problem.

In case of using tomcat-3.2.3 it doesn't appear.

Does anybody know the reason why such an error has been happened ?

Best regards,
Tatsuya Tsurukawa

Scott Nichol wrote:
>You might find that an earlier version of Apache SOAP works with your
>servlet container, so if you cannot change the container, try changing the
>SOAP version.
>
>Scott Nichol
>
>----- Original Message -----
>From: "Tatsuya Tsurukawa" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, July 10, 2002 3:49 AM
>Subject: Re: How to run apache-soap on a servlet engine except Tomcat
>
>
>> Hi All,
>>
>> I found our proprietary servlet engine supports Servlet API 2.0.
>>
>> Does anybody know what version's Apache SOAP should I use ?
>>
>> Regards,
>> Tatsuya Tsurukawa
>>
>> ----
>> Tatsuya   [EMAIL PROTECTED]
>>
>> --
>> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>
>>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>

----
Tatsuya   [EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to