Deploying the Example on a Machine Without the IBM WSTK

If you have TomCat and Apache SOAP, you can still deploy and run this example. However, the Apache SOAP package does not contain all the necessary .jar files, and it also does not mention some the files that you must have in order to deploy a Web service. Refer to Library Files to see a complete list of jar files that you need to run a Web service on TomCat.

  1. Modify the tomcat.bat

  2. Create a batch file to set the environment variables.

  3. Go to the bin directory of your TomCat installation directory.

  4. Run the typical batch file to setup the environment variables.

  5. Start the TomCat server by entering the command

    startup
  6. There are two ways to deploy a Web Service on TomCat: using the Apache SOAP admin tool, or manual deployment.

  7. Proceed to Running the Example on a Machine Without the IBM WSTK.