- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Axis, Tomcat and VMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 01:35 AM
02-27-2006 01:35 AM
My question is, how can I get Axis to run as an application managed by my Tomcat server? I have tried to install the Axis.WAR file using the Tomcat manager, but it refuses to start.
Another related question is can I simply use the Axis.WAR file to install axis on VMS, or is the version included in the SOAP toolkit specifically complied for VMS?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 02:18 AM
02-27-2006 02:18 AM
Re: Axis, Tomcat and VMS
http://www.issinoho.com:8080/phpbb2/
are a good place for this sort of info.
and here
http://sysmgr.blogspot.com/
you will find a blog of someone who is playing around with this stuff.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 08:06 PM
02-27-2006 08:06 PM
Re: Axis, Tomcat and VMS
After you installed AXIS, you will need to restart TOMCAT, and, as I found out, Apache. This is because the server configuration has cahnged and before TOMCAT "sees" the AXIS service, it needs a reload of the defined services (and therefore, stop and start...)
NEVER forget that both TOMCAT and AXIS are JAVA with all consequences.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 07:24 AM
03-07-2006 07:24 AM
SolutionI'd like to clarify a few points. The SOAP_TOOLKIT is based on the Apache Axis V1.1 code base. This code base, from apache, contains the SimpleAxisServer web server.
The Axis documentation talks about how to configure Axis within a web server such as Tomcat or BEA WLS.
To configure Axis under Tomcat on OpenVMS
After installing the SOAP_TOOLKIT on OpenVMS issue the command:
$BACKUP/LOG/IGNORE=INTERLOCK AXIS$ROOT:[AXIS-1_1.WEBAPPS...]*.* DISK$:[CSWS_JAVA.APACHE.JAKARTA.TOMCAT.WEBAPPS...]
In the above example command the Tomcat root directory is DISK$:[CSWS_JAVA.APACHE.JAKARTA.TOMCAT] if you installed tomcat to a different location then make the appropriate modification to the command.
At this point the Axis application will appear in the Tomcat Manager. You can then run the Happy Axis page to validate your environment. Often a required jar file such as activation.jar may need to be added to the applications classpath. For your convience the SOAP_TOOLKIT provides common needed jar files in the directory:
AXIS$ROOT:[AXIS-1_1.openvms.libjars]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 10:09 AM
03-07-2006 10:09 AM
Re: Axis, Tomcat and VMS
For more info, you can go thru this URL, explains in detail about "SOAP Toolkit for HP OpenVMS Installation Guide and Release Notes"
http://h71000.www7.hp.com/openvms/products/ips/soap/soap_relnotes.html#softwareclient
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 08:28 PM
09-02-2007 08:28 PM
Re: Axis, Tomcat and VMS
Maybe nice to know for this OpenVMS community
Since nearly 9 months now we run AXIS2-1.2 (next 1.3) on top of Apache Tomcat 5.5.9 on top of JAVA 1.4.2 or 1.5.0, on top of our Alpha OpenVMS 7.3-2 system.
We use Windows 2000 (SP4), with NetBeans 3.6 and distributed NetBeans for OpenVMS.
We use WSIT 1.1 from HP for legacy server integration.
For all SW kit's/packages etc. We use the same versions of SW on OpenVMS and on the PC's, well sometimes minor version differences. :-)
This has the following advantage: It allows us to develop within a PC client/server environment with JAVA 1.5.0, Tomcat 5.5 & AXIS2-1.2.
For debugging/runing we deploy an .aar file to the relevant directory under control of axis2-1.2 web serivce engine.
If all is debugged nicely on the PC, we deploy the .aar file to the OpenVMS - AXIS2 webservice environment through NertBeans, and with hot-deployment supported, we can see in the Tomcat Log that the service has started, is initialized, is deployed.
Then we use the TOMCAT & AXIS2-1.2 management pages such as
http://alpha1:8080/manager/html and
http://alpha1:8080/axis2/axis2-admin/login
to see our service on OpenVMS and manage it as far as we can.
Sepp Stadelmann