Project Overview - Sun Microsystems SUN SEEBEYOND eWAY 5.1.1 User Manual

Https adapter
Table of Contents

Advertisement

Chapter 7
Implementing the HTTPS eWay JCD Sample Projects
Creating a Project
Creating the OTD
Creating the Collaboration Definition (Java)
Creating a Connectivity Map
Creating an Environment
Configuring the eWays
Creating and Activating the Deployment Profile
Creating and Starting the Domain
Building and Deploying the Project
Running the Sample

Project Overview

7.4.1
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>
HTTPS eWay Adapter User's Guide
Building and Deploying the prjHTTPServer_JCD Sample Project
on page 107
on page 108
on page 108
on page 110
on page 110
on page 111
on page 111
on page 111
105
on page 108
on page 111
Sun Microsystems, Inc.
Section 7.4

Advertisement

Table of Contents
loading

Table of Contents