facebook

Run a Spring Sacffold application in the Web Browser

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317637 Reply

    Smitht19
    Member

    If I scaffold a Spring application it runs on Tomcat fine and lunches it self in the web browser. If I try and run the same application in JBOSS I have to manually launch the browser and type in the http://localhost/ApplicationName and it works fine. Why does it not open the browser automatically when I run on JBOSS

    Thanks

    #317641 Reply

    jkennedy
    Member

    Each supported server has a Server Adapter which is used to launch the server instance etc.

    For the Tomcat server, we are able to predict the port and derive a URL to launch a browser to load the page. For JBoss we do not have that capability.

    Thanks,
    Jack

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Run a Spring Sacffold application in the Web Browser

You must be logged in to post in the forum log in