0 Replies Latest reply on Oct 21, 2004 1:48 PM by vijaygrk

    JSP Development in Jboss

    vijaygrk

      I changed the jboss-3.2.6\server\default\deploy\jbossweb-tomcat50.sar\server.xml and included the following

      <Context path="/facility" docBase="C:\Projects\VFA7\src\facility" reloadable="false" debug="0"/>
      . The reason for doing this is to do jsp development in jboss. But when i access the jsp page i get the following error
      org.apache.jasper.JasperException: Unable to compile class for JSP
      
      Generated servlet error:
      C:\jboss-3.2.6\server\default\work\jboss.web\localhost\facility\org\apache\jsp\list_jsp.java:3: package javax.servlet does not exist
      import javax.servlet.*;
      ^