• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

New server instance in WAS

 
Greenhorn
Posts: 6
  • 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 server instance (apart from the default server1). I started this server through the app.server\bin command startserver servername and the logs show that the server has started. But the logs doesnt show the ports on which this server listens for http requests.
(ofcourse this can be known from the webcontainer\HttpTransports properties.)

But usually when the default server is started the port for http requests is shown up in the system.out log and the server status is shown as running in the server 'runtime tab'. Either of these are not happening for the newly created server instance. Wanted to know if this is the default behaviour for a non default server or is it that I missed out something during creation of a new server instance.

Also since there seems to be no default applications associated with the new server instance(eg.index.jsp etc) cant check if its running on its port.
But if I try to deploy some applications on the server and try starting them a message gets displayed saying that the server is not running.

thanks
Kishore
 
To do a great right, do a little wrong - shakepeare. twisted little ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic