• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Run WAS5.02 Server Instance

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use the startServer batch file and use the name of your server as its first parameter.
Kyle
 
Venkata RamaKrishna
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic