Apologies for the novice question, but I'm embedding Jetty into my server, and 
would like recommendations for what type of Eclipse project setup is best 
suited for this purpose. The server will primarily provide REST-based web 
services but also needs to serve up some static (HTML/Javascript) content. I 
know that if I create a Dynamic Web Content project, Eclipse expects that 
static content in a WebContent folder and will automatically move this content 
when creating a WAR file, but since I'm embedding Jetty, a Dynamic Web Content 
project doesn't seem like the right way to go.

How do I use my Eclipse project setup to manage the HTML content and how do I 
make sure it ends up in the right place so the embedded Jetty server will find 
it?

Thanks,

Chris

_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to