JBoss

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lastknight
    New Member
    • Jun 2007
    • 55

    JBoss

    Hi

    I am using Jboss server 4.0.4. in that,
    to run an application, we can give url http://localhost:8080/project

    whithout using portnumber(i.e 8080) in url. we can run the application is possible or not.

    if possible how to do it.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Lastknight
    Hi

    I am using Jboss server 4.0.4. in that,
    to run an application, we can give url http://localhost:8080/project

    whithout using portnumber(i.e 8080) in url. we can run the application is possible or not.

    if possible how to do it.
    If you don't supply a port number, port 80 is assumed; you have to make your
    JBoss servlet container listen to that port instead of port 8080.

    kind regards,

    Jos

    Comment

    Working...