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.
|
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. |
|||
|
|
|
Create a context file with the same name as your web application WAR file inside the
Put your WAR file in Start Jetty from the command line by calling
when in the home Jetty directory. |
||||
|
|