Chapter 7. Administration of WebSphere processes 305
4. Click New.
5. Enter values for the Host Name and Port fields and click OK.
One situation that requires creating a new virtual host is the need to secure communication
between an unmanaged HTTP server and the application server.This communication can be
secured so that it accessed only one specific application from all the applications hosted by
that server. To accomplish this, follow these general steps:
1. Add a new secure port to the HTTP server configuration (other than 443, which is the
default HTTP server secure port).
2. Generate and configure new certificates for the secure port of the HTTP server.
3. Add a new web container transport chain with a new secure port to the application server.
4. Generate and configure new certificates for the secure port of the application server.
5. Create a new virtual host.
6. Add the new port of the application server and the new port of the HTTP server to the new
virtual host.
7. Restart the application server.
8. Re-generate the plug-in for the application server.
9. Manually update the plug-in and configuration of the HTTP server, and map the
application on the new virtual host.
10.Update the HTTP server plug-in key stores with the certificate for the new secure port of
the application server.
11.Restart the HTTP server.
7.9 Managing applications
WebSphere Application Server V8.5 supports J2EE 1.3, J2EE 1.4, Java EE 5, and Java EE 6,
which we refer to as
enterprise applications. WebSphere Application Server V8.5 can run the
following types of applications:
Java EE applications
Portlet applications
Session Initiation Protocol applications
Business-level applications
OSGi applications (New in Version 8)
OSGi applications are built on an architecture for developing and deploying modular
applications and libraries. OSGi applications are built using the OSGi API and deploying it
into an OSGi container. WebSphere Application Server provides an OSGi container as part of
its basic architecture. For more information about OSGi applications, see Chapter 26,
“Working with OSGi applications” on page 921.
For more information about the ways to install enterprise applications and modules, refer to
the following information center website:
http://pic.dhe.ibm.com/infocenter/wasinfo/v8r5/topic/com.ibm.websphere.nd.multipla
tform.doc/ae/crun_app_install.html
Important: If you create, delete, or update virtual hosts, you need to regenerate the
web server plug-in.