09-19-05 11:04 PM
ahtwog@yahoo.com wrote:
>Hi All
>
>I deployed a war file on to WAS,
>WAS is up and running and the apllication what I deployed too.
>
>Here are my queries
>
>a. How do I find out on which port the deployed application is listening.
>b. How to find the conext root of the deployed application
>
>
>Thanks in advance
>
>
>
>
When you deployed your application, you deployed the web application(s)
to a particular virtual host. In the admin console, you can go look at
the virtual host you deployed to, and see what port(s) it's listening to.
Again in the admin console, you can look at the application's deployment
descriptor, which will contain the context root for all web
application(s) within the EAR.
Ken
[ Post a follow-up to this message ]
|