Discussion Forum : Portlet Mvc Framework
Question - To deploy the application to a web container:-
Options:
A .  mvn tomcat:run
B .  mvn jetty:run
C .  all of the mentioned
D .  none of the mentioned
Answer: Option C


In the project directory, in the standard shell, run mvn tomcat:run or mvn jetty:run, and open http://localhost:8080 in your browser.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *