is it possible to run spring mvc application on tomcat (with this plugin http://mojo.codehaus.org/tomcat-maven-plugin/ ), if so, where is the application log and expand the web application directory?
Let me rephrase the question. I ask somehow to launch my web application (spring mvc application) from the command line either using maven or with something inside the application that the web server creates.
What would you recommend? I found this tomcat maven plugin while searching googling, no special reason to use it.
I am currently using jboss server for this application, but I want to run both the server and the application from the application, any suggestions?
source
share