1 Reply Latest reply on Feb 25, 2005 1:48 AM by amith_pj

    Deploy without ear/war ???

    amith_pj

      Hi,
      How to deploy an application without creating ear/war files ???

      In Tomcat, it is very simple, i place the application in Tomcat_Home/webapps . How to do the same in Jboss ?

      I want to do this, because everytime i make some changes to my java/jsp files, i have to create a war, then a ear and then copy that ear into some folder of jboss, all this takes lot of time. Is there any alternative for this other than using the ANT build ????

      Thanks !