I have implemented a jetty-based servlet under eclipse.It runs fine under eclipse. Right now, I need to deploy it as a Web application. I would like to know the procedures of transplanting these java programs from Eclipse to a real Jetty-based web application. The system is a Linux box. Thanks.
This is a Jetty question, not an Eclipse question. Unfortunately, there is no forum specific to Jetty, but there is one for other servers, I'll move the post there.
But I think the answer to your question is to simply copy the WAR file, or the expanded WAR directory, to jetty_home/webapps.