1 Reply Latest reply on Nov 21, 2002 1:17 PM by andyjeff

    how to deploy ?

    kennethc

      Hello,

      I'm new to JBoss and have recently downloaded JBoss 3.0 with Tomcat embedded. I have a simple EJB which I would like to access using a jsp . How to I deploy my files and to which folders ? Any help would be greatly apprieciated.

      Thanks,

      Ken.

        • 1. Re: how to deploy ?
          andyjeff

          Create a WAR file with your EJB and the jsp and put it in
          in $JBOSS_HOME/server/default/deploy

          Jboss will automatically pick them up and deploy. You can watch the log in $JBOSS_HOME/server/default/log/server.log

          HTH