0 Replies Latest reply on Jun 25, 2005 3:47 PM by georgebaby

    Deploying JSP

    georgebaby

      I've done the HelloWorld tutorial, and can deploy and run a simple Servlet.

      Next, I'd like to deploy and run JSPs, and so far, haven't succeeded. I simply created a subdirectory of my src dir (a sibling of WEB-INF and my class root), and put JSPs there. If I Run Packaging, they do not appear in the WAR file. Is there syntax I need to add to the web.xml file?