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