Sorry, really don't understand. I would just create a text file, rename it to .jsp, put it in the webapp directory and try to open the page?
On 7/19/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
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