Friday 28 August 2020

Deploying applications in IBM WebSphere Application Server

Here, we will learn, how to deploy an application on IBM WebSphere Application Server v8.5 using admin console. We will follow below steps :

1) Logon to the WAS console

2) In the left navigation pane, Click on Applications --> Application Types --> WebSphere enterprise applications



3) Click Install



4) Select path where the ear file is placed. In this case, we will choose Remote Filesystem, as the ear file is on the server. In case you have placed the file on local desktop, you may chose Local filesystem.



5) Click Browse and navigate to the ear file. Click OK



6) Click Next



7) Select Fast path if you do not have any specific requirements for the application. Click Next



8) Here you can specify the application installation path and the application name. Click Next



9) This is the most important step, where we will map the modules. Here, we will map the Application server/Cluster on which we wish to install the application. Select the modules, select the JVM/Cluster from the list and click Apply. Then, click Next.



10) Review all configuration and click Finish.



11) Click Review, select Synchronize changes with nodes  and Click OK.





12) Restart the Application Server

13) Now access the application using the endpoint url.
      https://hostname:port/contextRoot
      where port will be Default Host Secure as defined in the serverindex.xml

1 comment: