Operating System - OpenVMS
1756989 Members
2500 Online
108858 Solutions
New Discussion юеВ

Re: Web Services on OpenVMS

 
SOLVED
Go to solution

Web Services on OpenVMS

How could I create a Web Service on OpenVMS ?
16 REPLIES 16
Heinz W Genhart
Honored Contributor

Re: Web Services on OpenVMS

Hi Archimar

First of all Welcome to the HP OpenVMS Forum.

You can install the apache Webserver for OpenVMS.
You can find the descriptions and the required Kits here: http://h71000.www7.hp.com/openvms/products/ips/apache/csws.html

Hope that helps

Regards

Heinz
Steven Schweda
Honored Contributor
Solution

Re: Web Services on OpenVMS

Some Web server options are listed in the
FAQ.

http://www.hoffmanlabs.com/vmsfaq/
http://www.hoffmanlabs.com/vmsfaq/vmsfaq.txt

Look for "Web Servers:".

Re: Web Services on OpenVMS

Hi Heinz

Thanks for your soon answer. I'll try to download and test.
Have you ever used that ? It really works well ?

Re: Web Services on OpenVMS

Thanks for your help.

I'll you look for informations on these documents.
Heinz W Genhart
Honored Contributor

Re: Web Services on OpenVMS

Hi Archimar

I'm actually using Apache on OpenVMS.
If you or somebody else is interested, I can send you the URL of my Webserver. Because I don't like to publish this adress here, please send a Email to the following address: heinz.genhart@gawnet.ch
I will then reply and send the URL to you

Regards

Geni
Steven Schweda
Honored Contributor

Re: Web Services on OpenVMS

> Have you ever used that ? It really works
> well ?

So far as I know, all the major Web servers
available for VMS work well. Apache on VMS
looks much like Apache anywhere else, so
knowledge of it may be more portable than
knowledge of the others. Antinode.org has
been using "Server: Apache/1.3.20 (OpenVMS)
mod_ssl/2.8.4 OpenSSL/0.9.6g" for some years
with few significant problems. (I don't do
much non-trivial stuff with it, however.)
Hoff
Honored Contributor

Re: Web Services on OpenVMS

A web service is usually viewed as being distinct from and different from a web server.

Web servers are the foundation here, and field the incoming http connections and serve up the http responses.

Web services are the glue that connects applications. One of the HP folks was fond of the phrase "middleware for the web". These are the pieces that receive and process and transmit the application requests.

A web service on OpenVMS might involve gSOAP (don't know if that's fully over as yet) or Tomcat or J2EE/J2SE or other such tools, running in conjunction with a web server.

What you might use to create a web service depends on what particular task(s) you might be addressing. At its simplest, a static service might involve static HTML. More dynamic content might involve one of the packages mentioned earlier, or a php, perl or python environment or similar such.

And to add to the list of web servers discussed for OpenVMS, there's WASD and OSU, both of which can serve quite well. I haven't seen a LightTPD port around, however.

Stephen Hoffman
HoffmanLabs LLC
Richard J Maher
Trusted Contributor

Re: Web Services on OpenVMS

Hi Archimar,

I can't think of why Hoff neglected to mention HP's own and fully supported solution -"WSIT". Here a reference for you: -

http://h71000.www7.hp.com/openvms/products/ips/wsit/

Of course if HP is continuing to pour resources (dollars, manpower, and facilities) into WSIT's direct competitor (gSOAP) then it maybe prudent to seek official clarification before committing to WSIT and Axis2 on VMS.

You wouldn't want to end up like Bridgeworks would you?

Cheers Richard Maher
DECxchange
Regular Advisor

Re: Web Services on OpenVMS

Hello,
I'm using the Apache Secure Web Server software that came with the OpenVMS 8.3 CD kit. It works extremely well. You can take a look at my web site at www.decxchange.com. It is not always up because I am using dynamic IP addresses over an AT&T DSL line and it keeps resetting my IP address at least once per day, it varies.
I would recommend using OpenVMS 8.3 with Apache as the earlier versions don't seem to work as well. I'm not sure if this is a VMS OS issue or an Apache version issue. I just know that it works best for me running OpenVMS 8.3.

Good luck with it.