I need to write a webapp, using Jetty. My context path is decided externally and will vary from one customer to the next.
Is this a normal requirment?
Assuming I have links to other pages, AJAX calls from static JavaScript files and image references from static CSS files, how can this be achieved? What is the recommended project structure?
Can I accomplish this without templates? (JSP).