Setup
 
  1. Go to Window > Preferences. Select Server > Installed Runtimes
  2. Configure the following server runtimes and click OK
    1. Tomcat 4.1, jdk1.4
    2. Tomcat 5.0, jdk 1.4
    3. Tomcat 5.5, jdk 1.5
  3. Create the following Dynamic Web projects (File > New > Other. Select Web > Dynamic Web Project)
    1. wptc41a, web 2.3, java 1.4, bind to Tomcat 4.1 runtime
    2. wptc50a, web 2.3, java 1.4, bind to Tomcat 5.0 runtime
    3. wptc50b, web 2.4, java 1.4, bind to Tomcat 5.0 runtime
    4. wptc55a, web 2.3, java 5.0, bind to Tomcat 5.5 runtime
    5. wptc55a, web 2.4, java 5.0, bind to Tomcat 5.5 runtime
  4. Copy the test folder containing the Echo Java bean into the src folder of each of the Web projects.
  5. Copy AddressBook.wsdl into the WebContent folder of each of the Web projects.
  6. Create a Tomcat 4.1 server and add wptc41a to it
  7. Create a Tomcat 5.5 server and add wptc55a to it