0 Replies Latest reply on Jan 6, 2006 12:49 AM by ayusman

    Re: Deploying an war file into JBoss4.0.0.

      Hi All,
      I have a simple question,


      Can I access an simple java class from a jsp file that I have written by putting it in the "classes" folder?? What entry should go in the web.xml file?

      Here is my directory structure:

      sample.war
      |
      ----test.jsp
      |
      ----WEB-INF
      | |
      | ----classes
      | | |
      | | ----simpleJavaClass.class
      | |
      | ----lib
      | |
      | ----web.xml

      I want to access the simpleJavaClass.class from the jsp test.jsp.

      Please suggest.

      Thanks and regards
      Ayusman