You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Daniel Duchaussoy <Da...@ceram.fr> on 2001/05/02 21:40:32 UTC

RE: Configuration with Jserve

Configuration with JserveHi Deane,

I am a student in computer sciences.
I am new to SOAP and trying to set up an Apache JServ with Apache SOAP 2.1.
I would be interested in the changes you made to enable JServ and Apache
SOAP to work together.

I would really enjoy it if you could tell where to find this new version.

Best regards
Daniel Duchaussoy

  -----Message d'origine-----
  De : Deane Sloan [mailto:Deane.Sloan@equinox.co.nz]
  Envoyé : mardi 17 avril 2001 05:09
  À : 'soap-user@xml.apache.org'
  Objet : RE: Configuration with Jserve


  Hi Max,

  (I assume Jserve == Apache JServ)

  I have changes that enables Apache SOAP 2.1 to run unde Apache JServ (via
automatic detection). I am trying to get a sponsor to adopt these changes
into the main source tree, but so far with no luck.

  Apache JServ is a Servlet API 2.0 container - but  Apache SOAP 2.1 is
written for Servlet API 2.1 or higher containers, and uses some facilities
not available in 2.0 (2.0 lacking context attributes - still, a large
majority of the Apache SOAP 2.1 code is still compatible with Servlet API
2.0).

  I can make these changes available - however I could offer no support.

  Best Regards,

  Deane Sloan

    -----Original Message-----
    From: Max Kremer [mailto:max.kremer@oceanlake.com]
    Sent: Tuesday, 17 April 2001 11:13
    To: 'soap-user@xml.apache.org'
    Subject: Configuration with Jserve


    Anyone know how to configure SOAP with APACHE and JServe ?