Tuesday, November 23, 2010

accesing console

Was console 7.o url

Hi frnds anybody plz tell me whats the url for was console in 7.0
iam useing this url but its not working..
http://localshost:9061/ibm/console
even i tried http://localhost:9060/ibm/console

sol:

Check if the dmgr is running .. you can go in the <WAS_HOME>/profiles/dmgr profile/bin
./serverStatus.sh
or ps -auxwww | grep dmgr
if its stopped start the dmgr .. using ./startManager.sh
to get the admin console port
<WAS_HOME>/profile/config/cells/<cellname>/nodes/dmgr_node/serverindex.xml
Within the serverindex.xml there u will find the admin port ..
identify the port to be used
Then http://ipaddress:adminport/ibm/console
use the Ip address instead of localhost in the URL
-----------------------


A JVM is an enviroment where your Java codes run..

the JVMs within WAS would be process for DMGR , Nodeagent ,and Appservers,

No comments:

Post a Comment