1. Websphere Application Server 8.5.5.13
  2. Websphere Application Server 8.5.5 Announcement Letter 213-137
  3. Websphere Application Server 8.5 Knowledge Center
  4. Websphere Application Server 8.5 Redbook
  5. Websphere Application Server 8.5 Download
Active10 months ago

Websphere Application Server 8.5.5.15 cannot be installed on Solaris 10 update 9 and up: PH13270: IBM SDK Java Technology Edition Versions 7 and 7.1 will be end of service: Java 2 Connectivity (J2C) PH04931: FFDC for java.lang.IllegalStateException logged intermittently while many transactions start in parallel are not a problem: PH10198. In this course, you learn how to install, configure, and maintain IBM WebSphere Application Server V8.5.5 base, Network Deployment (ND), and the Liberty profile. You learn how to deploy enterprise Java applications in a single computer or clustered configuration. Learn about WebSphere Application Server traditional 8.5.5.15 offerings, including IBM WebSphere Application Server (base) and Network Deployment, IBM HTTP Server, and more. The information includes installation-related instructions, prerequisites, highlights, and known issues. 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.

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

DanielBarbarian
3,45912 gold badges27 silver badges37 bronze badges
user3586286user3586286

3 Answers

Go to the WebSphereAppServerprofilesYourProfileNamebin folder and run

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:

To verify if server is started check file:

Look for server Open for e-business message.

valiano
6,0914 gold badges21 silver badges43 bronze badges
GasGas
15.1k2 gold badges28 silver badges68 bronze badges

Follow :

  1. please start node agent go toWebSphereAppServerprofilesYourProfileNamebin then use command

    ./startNode.sh

  2. then only you are able to start the server go toWebSphereAppServerprofilesYourProfileNamebin and type

    ./startServer.sh 'severname'

Websphere Application Server 8.5.5.13

Note: if your nodeagent and dmgr is up then you are to stop and star your server through console

Websphere Application Server 8.5.5 Announcement Letter 213-137

Raja Simon

Websphere Application Server 8.5 Knowledge Center

7,6283 gold badges24 silver badges57 bronze badges
vishal srivastavavishal srivastava

Pretty much what the others said in terms of starting up your server, but you might want to check out your port settings first to verify 9060 is the correct port you're looking for:

If you installed it locally on a windows machine, C-Drive, usually it's C:/IBM/WebSphere/wp_profile (or C:/IBM/WebSphere/Profiles/wp_profile) followed by the path above.

Please don't upvote mine, guys above are providing the main guidance.

valiano
6,0914 gold badges21 silver badges43 bronze badges
Maurice YuMaurice Yu

Websphere Application Server 8.5 Redbook

Not the answer you're looking for? Browse other questions tagged webspherewebsphere-8 or ask your own question.

Active1 year, 2 months ago

I am using the IBM Rational Application Developer8.5.5.

I want to know How do I add an older 'Runtime Environment' Websphere Application Server 8.0 to RAD 8.5.5 ?

Within RAD's view, I cannot add a WAS 8.0 server. If I click on the 'download server adapters' link, it does not list Websphere 8.0 In the installation Manager I can see WAS 8.0 installed.

I have both RAD 7.5.5 and RAD 8.5.5 installed on my machine in different directories and RAD 8.5.5 and WAS 8.0 also installed in different directories.

MachavityWebsphere Application Server 8.5
25.4k15 gold badges63 silver badges83 bronze badges
archarch

1 Answer

The most probable reason is that you didn't install WAS 8.0 development tools it during RAD installation.Start Installation Manager and click Modify, then select your RAD installation.

Verify that in Server tools you have both WAS 8.5 and WAS 8.0 development tools installed (by default if I remember only 8.5 is selected).

Websphere Application Server 8.5 Download

Once you install 8.0 development tools, you will be able to add WAS server in the Servers view.

GasGas
15.1k2 gold badges28 silver badges68 bronze badges

Not the answer you're looking for? Browse other questions tagged websphereibm-rational or ask your own question.