blob: 9eb70438920fdaf714fad6b88599d8716538795a [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Rupam Kuehner">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>Setup for defaults testing</title>
</head>
<body>
<b><font size=+2>Setup</font></b>
<br><b></b>&nbsp;
<ol>
<li>
Go to Window > Preferences. Select Server > Installed Runtimes</li>
<li>
Configure the following server runtimes and click OK</li>
<ol>
<li>
Tomcat 4.1, jdk1.4</li>
<li>
Tomcat 5.0, jdk 1.4</li>
<li>
Tomcat 5.5, jdk 1.5</li>
</ol>
<li>
Create the following Dynamic Web projects (File > New > Other. Select Web
> Dynamic Web Project)</li>
<ol>
<li>
wptc41a, web 2.3, java 1.4, bind to Tomcat 4.1 runtime</li>
<li>
wptc50a, web 2.3, java 1.4, bind to Tomcat 5.0 runtime</li>
<li>
wptc50b, web 2.4, java 1.4, bind to Tomcat 5.0 runtime</li>
<li>
wptc55a, web 2.3, java 5.0, bind to Tomcat 5.5 runtime</li>
<li>
wptc55a, web 2.4, java 5.0, bind to Tomcat 5.5 runtime</li>
</ol>
<li>
Copy the test folder containing the <a href="Echo.zip">Echo Java bean</a>
into the src folder of each of the Web projects.</li>
<li>
Copy <a href="AddressBook.wsdl">AddressBook.wsdl</a> into the WebContent
folder of each of the Web projects.</li>
<li>
Create a Tomcat 4.1 server and add wptc41a to it</li>
<li>
Create a Tomcat 5.5 server and add wptc55a to it</li>
</ol>
</body>
</html>