• 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

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
 
Ruth Stout was famous for gardening naked. Just like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic