• 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

Help..Launching Server failed

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
When I try to start my server in the Test Environment using websphere Trial Edi 4.0..I get the following error:-
Launching server failed..
Port 8080 is in use..
Port 7000 in use..
Bootstrap port 900 in use..
But I have no other servers running on this port..
How can I change the Port..
I'm using WSAD Studio..Trial.. Version 4.0..
I want to know the location where to change the port..
Help pl..
Thanx
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) Go to Server Configuration under Server Perspective.
2) You should able to see Server Instances and Server configurations there. Expand the Server Configurations and double click on your desired server.
3) A editor will pop up. Go to the tab with the name port and change the conflict port number.
reply
    Bookmark Topic Watch Topic
  • New Topic