posted 16 years ago
In WebSphere, you can deploy applications (WAR/EAR) in 2 ways:
1. Using the administrative console (the Admin Console)
2. Using wsadmin scripts
Admin Console:
-------------
If WebSphere is installed properly, you will be able to access the admin console through browser with the help of the following url:
http : // ip-address : port /ibm/console/ (without the spaces)
By default, 9060 is the port used by WAS. You can change it by specifying another port during installation.
Once you access the admin console, deploying an application is easy.
You can go to Applications --> Enterprise Applications --> Install New Application link and follow the steps from there.
If it's a WAR you are installing, you can specify the context root.
You can map the application to available servers, and choose to pre compile JSPs as well.
Once you open the admin console, it's pretty simple and self explanatory.
[ July 31, 2008: Message edited by: Sandeep Narasimhamurthy ]
[ July 31, 2008: Message edited by: Sandeep Narasimhamurthy ]
[ July 31, 2008: Message edited by: Sandeep Narasimhamurthy ]