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

Servers In Netbeans or Eclipse

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is possible to install and configure Sun Java Application Server 9.1, Tomcat 6.0, Jboss-web2.1.1.CR3 with Netneans IDE at same time? Can I use these server with eclipse3.2.2.? I want to use them when any of them, is required, by stopping one server and starting another.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you should be able to configure all of these servers in Eclipse at the same time. When deploying/running an application you should be able to specify which one to use. (This should also hold true for NetBeans, but I am not a NetBeans user.)

If you want to run them at the same time, you will have to make certain that their ports do not conflict. For example, both Tomcat and JBossWeb use the same HTTP port (8080), so you will have to configure one of them to use a different HTTP port.

Repeat for every port conflict - I suggest that you resolve the port conflicts outside the IDE before attempting to run within the IDE.
 
roshan laddu
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Peter Johnson. now you tell me about different port numbers, so I can configure one of them to use a different HTTP port and their ports do not conflict.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Tomcat and JBossWeb 2.x, the port numbers can be assigned in the file conf/server.xml.
[ September 11, 2008: Message edited by: Peter Johnson ]
 
You guys haven't done this much, have ya? I suggest you study this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic