typically we haven't offered a guide on writing a servlet since a servlet
is a servlet regardless of where you deploy it...

something like: http://www.oracle.com/technetwork/java/servlet-142430.html

there are also copious books on the topic

then it becomes a matter of how do you deploy that on jetty, which our
currently documentation needs some additional work on as we migrate over to
docbook

however I generally recommend folks use something like the maven-war-plugin
as that takes virtually all the work out of it, just copy the resulting war
file into $jetty.home/webapps and start up jetty (for which there is quite
a bit of documentation.

cheers!
jesse

--
jesse mcconnell
[email protected]


On Sun, Dec 30, 2012 at 4:21 PM, Morgan Lindqvist <
[email protected]> wrote:

> Hi all,
>
> I have been looking around for a good tutorial for writing a Jetty 9
> servlet in Eclipse but so far failed to find one. Any pointers?
>
> The servlet I will write will both send as well as receive HTTP requests
> and use a database for storing information.
>
> Best Regards,
> Morgan
>
> ______________________________**_________________
> jetty-users mailing list
> [email protected]
> https://dev.eclipse.org/**mailman/listinfo/jetty-users<https://dev.eclipse.org/mailman/listinfo/jetty-users>
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to