Ravi,

> So... how do I get it to run with a servlet?

You would have to create a new class that extends HttpServlet, implement
the "doGet" and/or "doPost" methods and then put your code into there.

It might be easier to just stick a JSP file into your webapp's deploy
directory and try to hit that, directly.

-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to