C.3 WebLogic 7.0 and higher

Create the WAR file you wish to be deployed. Refer to Deploying the Application as a WAR File for instructions on how to do this using the Enterprise Manager. Refer to Appendix C.1, Manual Creation of a WAR file, for information on how to create a WAR file manually. Let us assume the WAR file you wish to deploy is named c:\temp\sree\sree.war.

1. Start the default server and then the administrative console.

2. Expand the tree in the left pane and expand 'Deployments'.

3. Click on 'Web Application Modules' and in the right pane click on 'Deploy a new Web Application Module'.

 

4. Navigate through the directory structure to find and select the WAR file, and click on 'Target Module'.

 

5. Review your choices and deploy the module (clicking on 'Deploy' in the lower-right corner).

 

6. The new application is now deployed within WebLogic.

7. Start up a browser. You should be able to access your servlet at 'http://localhost:7001/{WAR}/{Serv}', where {WAR} is the name of the WAR file you installed and {Serv} is the name of the servlet.

See Also

Creating a WAR File Using Enterprise Manager, for details on WAR file creation.

<< C.2 WebSphere 5.0 and higher © 1996-2013 InetSoft Technology Corporation (v11.4) C.4 Tomcat 4.1 and higher >>