1 project overview, Project overview – Sun Microsystems 5.1.1 User Manual
Page 105

Chapter 7
Section 7.4
Implementing the HTTPS eWay JCD Sample Projects
Building and Deploying the prjHTTPServer_JCD Sample Project
HTTPS eWay Adapter User’s Guide
105
Sun Microsystems, Inc.
Creating the Collaboration Definition (Java)
Creating and Activating the Deployment Profile
Creating and Starting the Domain
Building and Deploying the Project
7.4.1
Project Overview
Before you can run the Project, you must first copy the following .html input form file
into any directory:
postJCEHTTPS
The content of postJCEHTTPS.html is:
<HTML><HEAD><TITLE>HTTPS Test Page</TITLE></HEAD>
<BODY>
<FORM ACTION="http://localhost:18001/
Deployment1_servlet_HttpServerSample/
HttpServerSample" METHOD=POST>
<TABLE>
<TR><TD>First Name:</TD><TD><INPUT NAME=fname></TD></TR>
<TR><TD>Last Name:</TD><TD><INPUT NAME=lname></TD></TR>
<TR><TD>EMail:</TD><TD><INPUT NAME=email></TD></TR>
<TR><TD>Sex:</TD><TD><INPUT type="radio" name="sex"
value="Male">Male</TD></TR>
<TR><TD></TD><TD><INPUT type="radio" name="sex"
value="Female">Female</TD></TR>
<TR><TD></TD><TD></TD></TR>
</TABLE>
<BR>
<CENTER><INPUT TYPE=submit VALUE="Submit"></CENTER>
</FORM>
</BODY>
</HTML>
You must make a change in the HTML code shown previously. In the code where it
shows:
<FORM ACTION="http://localhost:18001/
Deployment1_servlet_HttpServerSample/
HttpServerSample" METHOD=POST>
You must make changes based on your own Environment. The logic for the ACTION
parameter is:
http://<IS Server Name>:<IS port>/<Deployment_name>_servlet_
<servlet_url from properties>/<servlet_url from properties>