JaxView is built to have a very easy installation procedure. There are 2 components to installing JaxView. The first component is the JaxView management server. The second component is the stub that needs to be installed for each Web service within all containers. Although the stub needs to be installed for each Web service all of the messages from the stubs on each container will be treated the same.
For upgrades please read here.
The installation package (JaxViewSetup.zip) includes multiple files. Here is the list of those files and what they are user for
JaxView Directory. This directory includes the JaxView Product and all of the files needed
.mm_stub.jar - This jar file includes the JaxRpc handler that needs to be installed on the remote Web service container.
Readme - This file includes these same installation instructions for components of JaxView.
ReleaseNotes - Release notes for all the new features in this release of JaxView
To start the management server run the file ./startJV from the JaxView directory. You can access the management server by going to http://localhost:9090//Hubble/servlet/LoginServlet
Clicking on ./startJV starts 2 java processes. One is Tomcat server the other is a process that watches the tomcat server in case it shuts down. It will restart the tomcat server in case of a shutdown. The Process ID (pid) of these two processes is located in JaxView/tomcat/bin/pid and JaxView/tomcat/bin/mon_pid files.
Note: JaxView requires the JDK 1.4 or above to be installed on the Unix machine and also for the JAVA_HOME path to be set.
Depending on which container you are using read the different installation instructions.
Sun Enterprise Server Installation - This file includes the necessary jar files and installation instructions for Sun One app server.
WebSphere AppServer Installation - This file includes the necessary jar files and installation instructions for Websphere app server.
Tomcat Installation - This file includes the necessary jar files and installation instructions.
Weblogic AppServer Installation - This file includes the necessary jar files and installation instructions.