I am having trouble to run configuration for a web application in Eclipse. The Web application is in a Maven project and the Server is JBoss. For a normal Java application, there is a main class and from there I can run configuration. For a Web application, in Eclipse I usually just right click the project root, "run as -> run on server". It will start the server and launch the application.
If I click "run as configurations", Run configurations window gets opened. Then how to proceed from here to launch the Web application?