How-To: Tag
Library Validation in OC4J (JSP 1.2 feature)
Deploying
the application
|
|
Please note that you must use IE 5.5 (and above)
or Netscape 6.0 (and above) while executing these instructions.
-
Using your favorite browser, go to the Enterprise
Manager at following address :
http://<hostname>:1810
<hostname> - Machine name where Oracle9iAS is running
This will prompt for username and password to log in. Provide the
administrator credentials to log in. The Username and the password
are configured at the time of installation.
Successful login will bring up the front page of Enterprise Manager,
which shows the running instance of Oracle9iAS. Click on
the
instance name to go to next page.
This displays all the system components in Oracle9iAS and
their status (running or not) as shown in Fig 1.
Fig. 1
-
Click on OC4J_home component, which displays
OC4J_HOME page. Fig.2 shows all the applications running
under OC4J.

Fig. 6
-
Click on Deploy EAR file button to deploy howtotlv
sample. This brings up the screen which looks similar to Fig.3

Fig. 3
-
Click on Next button to proceed to the next screen
as shown in Fig. 4

Fig. 4
-
Provide the path of howtotvl.ear
file, that has been provided to you. Also enter "Application
Name" as howtotlv.
And then click Next button, which will bring up a screen which
is similar to Fig. 5.

Fig. 5
-
Make sure that value of "URL Binding" is /howtotlv
and then click Finish button which will bring up a screen similar
to Fig. 6.

Fig. 6
-
Now click on Deploy button, which deploys the
application. On successful deployment of the ear file, OC4J_HOME
page in Enterprise Manager will look like Fig. 7
Fig. 7
This completes the howtotlv Sample deployment in
Oracle9iAS using Enterprise Manager.
To run the examples visit the url http://<hostname>:<port>/howtotlv/
where,
- hostname is the name of the host where this application
is deployed.
- portno is the port number where HTTP server is
listening.
For more information, Check
Back to Main page
|