• 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

Changing Port!

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
when i start jboss, it throws exception as follows;
ERROR [Http11Protocol1] Error initializing endpoing
java.net.BindException: Address already in use: JVM_Bind:8080
at ort.apache.tomcat.util.net.PoolTcpEndPoint.init........
i guess its a problem with port. could please tell me where in JBoss i can change this port number 8080?
By the way, this JBoss 4.x version.
thanks.
[ September 25, 2003: Message edited by: Namaste Sathi ]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Just have a look for jboss-service.xml. Mostly it will be under JBOSS_HOME_DIR/server/default/deploy/jbossweb.sar/META-INF/jboss-service.xml.
Search for name="jetty.port". You can find the port no. there. Edit it as per ur requirements and restart the jboss server.
Hope this helps.
regards
FutureBoss
 
Brian Smith
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks boss. it works. i appreciate your help.
thanks again.
 
This cake looks terrible, but it tastes great! Now take a bite out of 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