Deploying the application to WebSphere
Use the procedure below to deploy a web application to WebSphere 7.
Steps:
- In Web Applications Manager, click the Applications panel, check the box next to the web application you want to deploy, then click Export.
- On the web application export page, configure security, if desired, and click Export.
- On the File Download dialog box that appears, click Save. Save the .war file to a folder on your computer.
- Start the WebSphere application server, then log in to the Administrative Console.
- Expand the Applications node in the console and click the New Application link.
- Click the New Enterprise Application link, then choose Local file system and click the Browse button to locate the .war file. After choosing the .war file, click Next.
- On the Preparing for the application installation page, accept the default option Fast Path - Prompt only when additional information is required, then click Next.
- Click Next to accept the default installation options.
- Click Next to accept the default target servers.
- Click Next to accept the default virtual hosts.
- In the Context Root text input box, enter a context path for the web application.
- Review the summary of settings and click Finish.
- When the preparation process is complete, click the Save link at the bottom of the page to save the application to the master configuration.
- On the Application Types > WebSphere enterprise applications page, check the box next to the application name and click the Start button.
Testing your deployment
You can verify your deployment by browsing to http://localhost:9080/<application context path>, for example, http://localhost:9080/myapp.
10/19/2012