| Author |
How to Run WAS5.02 Server Instance
|
Venkata RamaKrishna
Greenhorn
Joined: Nov 21, 2003
Posts: 4
|
|
HI, I created a new Appserver instance in Application Servers link with the template as server1. I do not find any means to start the server. I am running the base version of WAS5.0.2. As mentioned in the Appserver creation steps, I have restarted the Server, Configured the new Server with with default settings, still there is no means to run the server. Can any one help this out please.... My intention is to run my application on two server instances simultaneously. Is there any work around for this? Please help... Thanks, RK
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Use the startServer batch file and use the name of your server as its first parameter. Kyle
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
Venkata RamaKrishna
Greenhorn
Joined: Nov 21, 2003
Posts: 4
|
|
Thank you so much for your suggestion Kely. I am able to run my server from the command prompt. I have installed my EAR on both the servers. But I didnt find my application running on server1 and my new server. I am getting the following message when I start my Enterprise Application. "Make sure the server is started." Where as my server is running with a process ID also. While deploying my appplication, I have choosen server1 and my own server instance. My ear is running partially only on server1. Is there anything else I need to do to make my application run on both servers? Thanks RK
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
If you are running the base product, the administration screens only show the results for ONE server -- the one that the administration application is installed on. Your application may very well be running on the second server, but you'll never see it on the admin screen of the first server. Try examining the logs of the second server, or trying invoking a URL in your application on it to see if it is working. Kyle
|
 |
Venkata RamaKrishna
Greenhorn
Joined: Nov 21, 2003
Posts: 4
|
|
Hi Thanks a lot for your message. I have tried the option. I have created a server instance and run it from the command prompt. I have installed my application on both server1 and my new server say 'X'. When I launch the application, it is not running. When I examine the plugin-cfg.xml file, it has the entires for both server1, X.And my application URI is present in the plugin-cfg.xml file. I deployed my application on server1 alone then it was working fine. When I deployed on server 'X', it was not running even though server X is running. Similarly when I deployed my application on both server1,serverX, the application is not running. In the http_plugin.log file, it says 'OS error=10061'. Can anybody please help on this.
|
 |
 |
|
|
subject: How to Run WAS5.02 Server Instance
|
|
|