I would like to avoid generating and deploying a war file after every JSP edit. It seems that with JBoss 4DR4/embedded Tomcat 5 I can't do this. However, I would like to do this.
We are (hopefully) transitioning from Tomcat 5 standalone to JBoss/TC5, but Tomcat has a nice feature that lets it point to an external, exploded project directory for it's webapp info. This involved editing the XML fragment in $CATALINA_HOME/conf/Catalina/localhost/mywebappcontext.xml. We like to have this fragment point to the actual CVS workspace directory such that an edit on a JSP file is picked up without having to build and deploy a war. This is a true time saver that I don't want to loose. Is this possible with JBoss 3 or 4? Will we be forced to use war file deployment all the time with JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838213#3838213 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838213 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
