2 Replies Latest reply on Dec 19, 2005 5:54 PM by myraft01

    starting a new project.

    myraft01

      Hello,
      I am new to JBossIDE setup. I have setup a simple web project and was able to run it. I am having the hardest time firguring out how to setup the workspace where once the server is started, code can be changed without re-packaging / re-deploying ? Is there a way to setup the workspace in the server/default/deploy directory , so that changes to the .jsp and .java are instantly picked up without having to running the packaging / deploying the war file ?

      I used the example in http://www.laliluna.de, and keep on getting " No action instance for path /bookEdit could be created " which tells me there is something wrong with my project structure. This is the partial stack strace : Error creating form bean of class src.de.laliluna.tutorial.library.struts.form.BookEditForm
      java.lang.ClassNotFoundException: src.de.laliluna.tutorial.library.struts.form.BookEditForm


      Any ideas ?

      Is there a simple struts project that I can get, which I start working with ?

      Thanks

        • 1. Re: starting a new project.
          myraft01

          Hate to sort of answer my own question (somewhat), after going thru the Fibonacci example, I deployed the .ear file and was able to debug ( also change the Java code) at runtime.

          Now if only I can get a basic struts project working, I am on my way.

          Still need the help folks.

          thanks

          • 2. Re: starting a new project.
            myraft01

            Finally got it to work.
            Had to include servlet.jar in the /WEB-INF/lib directory and also add it to the class path ( I am guessing what the IDE calls the build path).

            Finally got it to work.