I have an application i can war up which i usually use with tomcat in an exploded-ear configuration.
How can i get it to work most painlessly with jetty? I am finding the documentation a bit ambiguous in this area.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a context file with the same name as your web application WAR file inside the
$JETTY_HOME/contextsdirectory.test.xml
Put your WAR file in
$JETTY_HOME/webapps/test.warStart Jetty from the command line by calling
when in the home Jetty directory.