2 Replies Latest reply on Aug 6, 2004 12:16 PM by peake

    Not using a war/ear as in Tomcat.

    peake

      I would like to deploy (loosely speaking) a simple web app that is not much more than a helloworld.jsp. Under Tomcat I can create a context directory, have a WEB-INF empty dir there and a single JSP file in the context dir.
      How(if i can) do something similar in JBoss if I don't have a war file?

      I know this it not preferred. I'm just trying to learn and this is the first thing I tried that did not work as it did in Tomcat.

      Thanks.