Gen Web Service Wizard User Tomcat and Axis install steps
book
Article ID: 49624
calendar_today
Updated On: 11-06-2024
Products
Gen
Gen - Workstation Toolset
Show More
Show Less
Issue/Introduction
This article is to help users install Apache Tomcat and Axis which are required for use in the Gen Web Service Wizard feature
Environment
Gen Web service Wizard (plug-in)
Resolution
Download Tomcat from http://jakarta.apache.org . Select Binaries under the Downloads heading and select the desired version.
Set environment variable CATALINA_HOME to the Tomcat root directory where Tomcat was installed.
Download Axis (1.x) at http://ws.apache.org/axis/ .
Unzip the Axis and Copy the axis folder under 'Axis Root Folder\webapps\' directory to the Tomcat\webapps directory.
Create the following Axis environment variables:AXIS_HOME = Tomcat Root Directory\webapps\axis (or %CATALINA_HOME%\webapps\axis ).AXIS_LIB = Tomcat Root Directory\webapps\axis\WEB-INF\lib\ (or %AXIS_HOME%\WEB-INF\lib\)
Now follow the steps to add the AXISCLASSPATH which will be using correctly mapped AXIS_LIB environment variable, as Follows (But Please replace with corresponding <Version Numbers> for the JAR files while setting the Path) AXISCLASSPATH = %AXIS_LIB%axis.jar;%AXIS_LIB%axis-ant.jar;%AXIS_LIB%commons-discovery-<version> .jar;%AXIS_LIB%commons-logging-<version> .jar;%AXIS_LIB%jaxrpc.jar;%AXIS_LIB%log4j- <version> .jar;%AXIS_LIB%saaj.jar;%AXIS_LIB%wsdl4j-<version> .jar
Set the AXISCLASSPATH in CLASSPATH environment variable along with the current folder.CLASSPATH=.;%AXISCLASSPATH%
Set JAVA_HOME to the JDK home directory and add %JAVA_HOME%\bin to the PATH .
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No