1 Reply Latest reply on Dec 21, 2005 10:16 PM by aquila_deus

    How do i start

    matrix1234

      i want to make an EJB application.

      i wan to write a JSP and that JSP would access EJB's.

      writing the code is not a problem but my problem is how do i test my application ?


      JBoss needs the war file to deployed. it does not accept folder structer of the deployment.

      suppose, i made sme mistake in my JSP , then should i unwar my war file and make it correct and then again warring it and deploy that ?

      this is very time consuming.


      does Jboss accept the web application folder structer . i want have a folder "myapps" . in this folder i want to keep everything. JSPs, EJBs etc etc.

      if i make my web application folder into a ear file it would create trouble in DEBUGGING.


      How do i start then ?

        • 1. Re: How do i start
          aquila_deus

           

          "Matrix1234" wrote:
          i want to make an EJB application.

          i wan to write a JSP and that JSP would access EJB's.

          writing the code is not a problem but my problem is how do i test my application ?


          JBoss needs the war file to deployed. it does not accept folder structer of the deployment.

          suppose, i made sme mistake in my JSP , then should i unwar my war file and make it correct and then again warring it and deploy that ?

          this is very time consuming.


          does Jboss accept the web application folder structer . i want have a folder "myapps" . in this folder i want to keep everything. JSPs, EJBs etc etc.

          if i make my web application folder into a ear file it would create trouble in DEBUGGING.


          How do i start then ?


          Hi! If you want to use directory rather .war, just name the directory as your_app.war

          The app is restarted if u touch WEB-INF/web.xml