plugin « Deploy « JSP-Servlet Q&A





1. How to deploy a dynamic web project as Eclipse plugin    stackoverflow.com

I have a dynamic web project doing some servlet stuff. How can I deploy it as eclipse plugin inside an RCP app.

2. post maven artifact to file upload servlet    stackoverflow.com

We have a servlet that we post a zip file to. I would like to automate building the zip and posting it to the servlet with maven. Is there a way ...