Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Run a Spring Sacffold application in the Web Browser
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
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.