Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start websphere application server

I am new at websphere 8.5 and I have it installed , I want to enter the console page localhost:9060/ibm/console

But i am not sure how to start the application server inorder to access the console

like image 513
user3586286 Avatar asked Jul 19 '14 20:07

user3586286


People also ask

How do I start an application server?

On Windows, from the Start menu, select Settings > Control Panel. Double-click Administrative Tools, and double-click Services. Right-click BladeLogic Application Server and select Start from the pop-up menu.


1 Answers

Go to the WebSphere\AppServer\profiles\YourProfileName\bin folder and run

 startServer.bat/.sh server1

If you used defaults during installation/profile creation YourProfileName will be AppSrv1 and server name will be server1.

You can check server name running command:

serverStatus.bat/.sh -all

To verify if server is started check file:

 WebSphere\AppServer\profiles\YourProfileName\logs\server1\SystemOut.log

Look for server Open for e-business message.

like image 135
Gas Avatar answered Oct 07 '22 21:10

Gas