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 Stephen Nelson <st...@artmachine.com> on 2001/02/05 18:32:40 UTC

Setup on W2K/Apache

Hello all...

I'm trying to set up a sample implementation of a SOAP server for RMI. Could
someone please point me to some setup instructions, or send me a sample
configuration?

My setup is as follows:

* Windows 2000
* Apache web server
* Apache JServ
* JSDK 2.0

Any response appreciated... Also, if there is a group FAQ for such matters,
or a startup guide, I'd love to hear about it. (If there isn't, perhaps I
can start a project to make one...)




Re: Setup on W2K/Apache

Posted by George I Matkovits <ma...@uswest.net>.
Could you, please change from Jserv to Tomcat. Jserv can not support Apache Soap
because it supports only the 'older' Servlet2.1 and ServerPages1.0 APIs.
Regards - George

Stephen Nelson wrote:

> Thanks; I'll keep it in mind. Actually, I'm putting together a SOAP-based
> distributed processing system. I was using the term "RMI" generally.
>
> Anyway, I've found the documentation for most of what I need. If I'm
> successful, I'll put together a setup page for Apache and Jserv.
>
> ----- Original Message -----
> From: "Aleksander Slominski" <as...@cs.indiana.edu>
> To: <so...@xml.apache.org>
> Sent: Monday, February 05, 2001 11:34 AM
> Subject: Re: Setup on W2K/Apache
>
> > Stephen Nelson wrote:
> >
> > > I'm trying to set up a sample implementation of a SOAP server for RMI.
> Could
> > > someone please point me to some setup instructions, or send me a sample
> > > configuration?
> >
> > hi,
> >
> > i am not sure what is it exactly that you try to do with SOAP and RMI but
> we
> > have implemented RMI system on top of SOAP.
> >
> > in our SoapRMI /Java services can be run both as standalone (typical RMI)
> or
> > embedded into servlets. as we use SOAP/HTTP as underlying  protocol any
> SOAP
> > client can contact SOAP RMI service (although you can also write typical
> RMI
> > client to do it). our implementation is fairly lightweight (when compiled
> 150 KB
> > jar including xml parser) and is using JDK1.3 dynamic proxies to create
> dynamic
> > stubs. we have an implementation of Soap RMI  registry but we also allow
> to bind
> > remote references into JNDI directory.
> >
> > we have almost finished java version and we plan to release it next week.
> we
> > have also an initial SoapRMI C++ version that is now being tested to work
> with
> > java and we plan to pre-release it next week.
> >
> > let me know if you are interested and we can make available to you
> pre-release
> > java version.
> >
> > thanks,
> >
> > alek
> > --
> > Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
> > As I look afar I see neither cherry Nor tinted leaves Just a modest hut
> > on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)
> >
> >
> >


Re: Setup on W2K/Apache

Posted by George I Matkovits <ma...@uswest.net>.
Could you, please change from Jserv to Tomcat. Jserv can not support Apache Soap
because it supports only the 'older' Servlet2.1 and ServerPages1.0 APIs.
Regards - George

Stephen Nelson wrote:

> Thanks; I'll keep it in mind. Actually, I'm putting together a SOAP-based
> distributed processing system. I was using the term "RMI" generally.
>
> Anyway, I've found the documentation for most of what I need. If I'm
> successful, I'll put together a setup page for Apache and Jserv.
>
> ----- Original Message -----
> From: "Aleksander Slominski" <as...@cs.indiana.edu>
> To: <so...@xml.apache.org>
> Sent: Monday, February 05, 2001 11:34 AM
> Subject: Re: Setup on W2K/Apache
>
> > Stephen Nelson wrote:
> >
> > > I'm trying to set up a sample implementation of a SOAP server for RMI.
> Could
> > > someone please point me to some setup instructions, or send me a sample
> > > configuration?
> >
> > hi,
> >
> > i am not sure what is it exactly that you try to do with SOAP and RMI but
> we
> > have implemented RMI system on top of SOAP.
> >
> > in our SoapRMI /Java services can be run both as standalone (typical RMI)
> or
> > embedded into servlets. as we use SOAP/HTTP as underlying  protocol any
> SOAP
> > client can contact SOAP RMI service (although you can also write typical
> RMI
> > client to do it). our implementation is fairly lightweight (when compiled
> 150 KB
> > jar including xml parser) and is using JDK1.3 dynamic proxies to create
> dynamic
> > stubs. we have an implementation of Soap RMI  registry but we also allow
> to bind
> > remote references into JNDI directory.
> >
> > we have almost finished java version and we plan to release it next week.
> we
> > have also an initial SoapRMI C++ version that is now being tested to work
> with
> > java and we plan to pre-release it next week.
> >
> > let me know if you are interested and we can make available to you
> pre-release
> > java version.
> >
> > thanks,
> >
> > alek
> > --
> > Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
> > As I look afar I see neither cherry Nor tinted leaves Just a modest hut
> > on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)
> >
> >
> >


Re: Setup on W2K/Apache

Posted by Stephen Nelson <st...@artmachine.com>.
Thanks; I'll keep it in mind. Actually, I'm putting together a SOAP-based
distributed processing system. I was using the term "RMI" generally.

Anyway, I've found the documentation for most of what I need. If I'm
successful, I'll put together a setup page for Apache and Jserv.

----- Original Message -----
From: "Aleksander Slominski" <as...@cs.indiana.edu>
To: <so...@xml.apache.org>
Sent: Monday, February 05, 2001 11:34 AM
Subject: Re: Setup on W2K/Apache


> Stephen Nelson wrote:
>
> > I'm trying to set up a sample implementation of a SOAP server for RMI.
Could
> > someone please point me to some setup instructions, or send me a sample
> > configuration?
>
> hi,
>
> i am not sure what is it exactly that you try to do with SOAP and RMI but
we
> have implemented RMI system on top of SOAP.
>
> in our SoapRMI /Java services can be run both as standalone (typical RMI)
or
> embedded into servlets. as we use SOAP/HTTP as underlying  protocol any
SOAP
> client can contact SOAP RMI service (although you can also write typical
RMI
> client to do it). our implementation is fairly lightweight (when compiled
150 KB
> jar including xml parser) and is using JDK1.3 dynamic proxies to create
dynamic
> stubs. we have an implementation of Soap RMI  registry but we also allow
to bind
> remote references into JNDI directory.
>
> we have almost finished java version and we plan to release it next week.
we
> have also an initial SoapRMI C++ version that is now being tested to work
with
> java and we plan to pre-release it next week.
>
> let me know if you are interested and we can make available to you
pre-release
> java version.
>
> thanks,
>
> alek
> --
> Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
> As I look afar I see neither cherry Nor tinted leaves Just a modest hut
> on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)
>
>
>


Re: Setup on W2K/Apache

Posted by Stephen Nelson <st...@artmachine.com>.
Thanks; I'll keep it in mind. Actually, I'm putting together a SOAP-based
distributed processing system. I was using the term "RMI" generally.

Anyway, I've found the documentation for most of what I need. If I'm
successful, I'll put together a setup page for Apache and Jserv.

----- Original Message -----
From: "Aleksander Slominski" <as...@cs.indiana.edu>
To: <so...@xml.apache.org>
Sent: Monday, February 05, 2001 11:34 AM
Subject: Re: Setup on W2K/Apache


> Stephen Nelson wrote:
>
> > I'm trying to set up a sample implementation of a SOAP server for RMI.
Could
> > someone please point me to some setup instructions, or send me a sample
> > configuration?
>
> hi,
>
> i am not sure what is it exactly that you try to do with SOAP and RMI but
we
> have implemented RMI system on top of SOAP.
>
> in our SoapRMI /Java services can be run both as standalone (typical RMI)
or
> embedded into servlets. as we use SOAP/HTTP as underlying  protocol any
SOAP
> client can contact SOAP RMI service (although you can also write typical
RMI
> client to do it). our implementation is fairly lightweight (when compiled
150 KB
> jar including xml parser) and is using JDK1.3 dynamic proxies to create
dynamic
> stubs. we have an implementation of Soap RMI  registry but we also allow
to bind
> remote references into JNDI directory.
>
> we have almost finished java version and we plan to release it next week.
we
> have also an initial SoapRMI C++ version that is now being tested to work
with
> java and we plan to pre-release it next week.
>
> let me know if you are interested and we can make available to you
pre-release
> java version.
>
> thanks,
>
> alek
> --
> Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
> As I look afar I see neither cherry Nor tinted leaves Just a modest hut
> on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)
>
>
>


Re: Setup on W2K/Apache

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Stephen Nelson wrote:

> I'm trying to set up a sample implementation of a SOAP server for RMI. Could
> someone please point me to some setup instructions, or send me a sample
> configuration?

hi,

i am not sure what is it exactly that you try to do with SOAP and RMI but we
have implemented RMI system on top of SOAP.

in our SoapRMI /Java services can be run both as standalone (typical RMI) or
embedded into servlets. as we use SOAP/HTTP as underlying  protocol any SOAP
client can contact SOAP RMI service (although you can also write typical RMI
client to do it). our implementation is fairly lightweight (when compiled 150 KB
jar including xml parser) and is using JDK1.3 dynamic proxies to create dynamic
stubs. we have an implementation of Soap RMI  registry but we also allow to bind
remote references into JNDI directory.

we have almost finished java version and we plan to release it next week. we
have also an initial SoapRMI C++ version that is now being tested to work with
java and we plan to pre-release it next week.

let me know if you are interested and we can make available to you pre-release
java version.

thanks,

alek
--
Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
As I look afar I see neither cherry Nor tinted leaves Just a modest hut
on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)



Re: Setup on W2K/Apache

Posted by Stephen Nelson <st...@artmachine.com>.
Thanks, will do.

----- Original Message -----
From: "George I Matkovits" <ma...@uswest.net>
To: <so...@xml.apache.org>
Sent: Monday, February 05, 2001 8:29 PM
Subject: Re: Setup on W2K/Apache


> Please switch from Jserv to Tomcat. Jserv can not support Apache Soap
since it
> does not conform to the required ServerPages2.2 and Servlet1.1 specs.
Tomcat
> does.
> Regards - George
>
> Stephen Nelson wrote:
>
> > Hello all...
> >
> > I'm trying to set up a sample implementation of a SOAP server for RMI.
Could
> > someone please point me to some setup instructions, or send me a sample
> > configuration?
> >
> > My setup is as follows:
> >
> > * Windows 2000
> > * Apache web server
> > * Apache JServ
> > * JSDK 2.0
> >
> > Any response appreciated... Also, if there is a group FAQ for such
matters,
> > or a startup guide, I'd love to hear about it. (If there isn't, perhaps
I
> > can start a project to make one...)
>
>


Re: Setup on W2K/Apache

Posted by Stephen Nelson <st...@artmachine.com>.
Thanks, will do.

----- Original Message -----
From: "George I Matkovits" <ma...@uswest.net>
To: <so...@xml.apache.org>
Sent: Monday, February 05, 2001 8:29 PM
Subject: Re: Setup on W2K/Apache


> Please switch from Jserv to Tomcat. Jserv can not support Apache Soap
since it
> does not conform to the required ServerPages2.2 and Servlet1.1 specs.
Tomcat
> does.
> Regards - George
>
> Stephen Nelson wrote:
>
> > Hello all...
> >
> > I'm trying to set up a sample implementation of a SOAP server for RMI.
Could
> > someone please point me to some setup instructions, or send me a sample
> > configuration?
> >
> > My setup is as follows:
> >
> > * Windows 2000
> > * Apache web server
> > * Apache JServ
> > * JSDK 2.0
> >
> > Any response appreciated... Also, if there is a group FAQ for such
matters,
> > or a startup guide, I'd love to hear about it. (If there isn't, perhaps
I
> > can start a project to make one...)
>
>


Re: Setup on W2K/Apache

Posted by George I Matkovits <ma...@uswest.net>.
Please switch from Jserv to Tomcat. Jserv can not support Apache Soap since it
does not conform to the required ServerPages2.2 and Servlet1.1 specs. Tomcat
does.
Regards - George

Stephen Nelson wrote:

> Hello all...
>
> I'm trying to set up a sample implementation of a SOAP server for RMI. Could
> someone please point me to some setup instructions, or send me a sample
> configuration?
>
> My setup is as follows:
>
> * Windows 2000
> * Apache web server
> * Apache JServ
> * JSDK 2.0
>
> Any response appreciated... Also, if there is a group FAQ for such matters,
> or a startup guide, I'd love to hear about it. (If there isn't, perhaps I
> can start a project to make one...)


Re: Setup on W2K/Apache

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Stephen Nelson wrote:

> I'm trying to set up a sample implementation of a SOAP server for RMI. Could
> someone please point me to some setup instructions, or send me a sample
> configuration?

hi,

i am not sure what is it exactly that you try to do with SOAP and RMI but we
have implemented RMI system on top of SOAP.

in our SoapRMI /Java services can be run both as standalone (typical RMI) or
embedded into servlets. as we use SOAP/HTTP as underlying  protocol any SOAP
client can contact SOAP RMI service (although you can also write typical RMI
client to do it). our implementation is fairly lightweight (when compiled 150 KB
jar including xml parser) and is using JDK1.3 dynamic proxies to create dynamic
stubs. we have an implementation of Soap RMI  registry but we also allow to bind
remote references into JNDI directory.

we have almost finished java version and we plan to release it next week. we
have also an initial SoapRMI C++ version that is now being tested to work with
java and we plan to pre-release it next week.

let me know if you are interested and we can make available to you pre-release
java version.

thanks,

alek
--
Aleksander Slominski, IU, http://www.extreme.indiana.edu/~aslom
As I look afar I see neither cherry Nor tinted leaves Just a modest hut
on the coast In the dusk of Autumn nightfall-Fujiwara no Teika (1162-1241)



Re: Setup on W2K/Apache

Posted by George I Matkovits <ma...@uswest.net>.
Please switch from Jserv to Tomcat. Jserv can not support Apache Soap since it
does not conform to the required ServerPages2.2 and Servlet1.1 specs. Tomcat
does.
Regards - George

Stephen Nelson wrote:

> Hello all...
>
> I'm trying to set up a sample implementation of a SOAP server for RMI. Could
> someone please point me to some setup instructions, or send me a sample
> configuration?
>
> My setup is as follows:
>
> * Windows 2000
> * Apache web server
> * Apache JServ
> * JSDK 2.0
>
> Any response appreciated... Also, if there is a group FAQ for such matters,
> or a startup guide, I'd love to hear about it. (If there isn't, perhaps I
> can start a project to make one...)