| Author |
How to run project in WAS5.0 though admin console
|
Tusshar Fasate
Ranch Hand
Joined: May 21, 2008
Posts: 81
|
|
Hi,
I have deployed EAR file in WAS5.0 though admin console and started the application successfully also.
can anybody tell me how can i run the application though admin console or bowser(like in tomcat http:localhost:8080/Project_name).
please help me.
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Find out the port the 'server' is running on; when you deploy an app in WebSphere, you deploy it to a 'server', which is really just a JVM.
Then find out the context root of the war. The context root is defined in the application.xml file of the ear.
From there, it's just locahost:port/context_root
(localhost:9081/scja/index.html)
I believe WAS 5 runs on ports around 9080. Do a nestat -a to see which ports around 9080 are open. That's a backup if you can't find the place in the WebSphere Admin Console that tells you the application server port number.
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Tusshar Fasate
Ranch Hand
Joined: May 21, 2008
Posts: 81
|
|
Thanks Cameron.
i did whatever you said.But its not working.
Is there any other way to run application?
can we run it through admin console?
|
 |
 |
|
|
subject: How to run project in WAS5.0 though admin console
|
|
|