I don't make any changes to JBoss/Tomcat distribution other than adding a mysql-service.xml for my ejb.
I actually prefer the way Tomcat (standalone) extracts your war file so (God forbid) if you have problems like resource bundles not loading, etc....you can quickly check the extracted directory as opposed to digging into the war/ear to see if your ant script grabbed everything. You can (sort of) do this with JBoss/Tomcat. By creating a folder like (for example) 'struts-example.war' and extracting your entire app under it, you can work on the app while it is deployed. Most resources are reloaded on demand (as soon as you save it), but if they aren't, just touch the web.xml and JBoss will automagically unload and redeploy your application.....very cool. -- James Mitchell ----- Original Message ----- From: "Micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 1:30 PM Subject: Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? > How do you have JBoss setup James? > > At 01:13 PM 2/6/03 -0500, you wrote: > >Not sure about WebLogic, but if you are working with an expanded webapp in > >JBoss, you can just touch the web.xml and it auto-reloads the app. > > > > > >-- > >James Mitchell > > > > > > > > > > > >----- Original Message ----- > >From: <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, February 06, 2003 1:02 PM > >Subject: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? > > > > > > > Hello, > > > > > > I'd like make some changes in struts-congis.xml like a add new action or > > > etc. and apply those changes without restart WebLogic. > > > > > > tnx > > > > > > Best Regards. > > > Michael. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > LEGAL NOTICE > > This electronic mail transmission and any accompanying documents contain > information belonging to the sender which may be confidential and legally > privileged. This information is intended only for the use of the > individual or entity to whom this electronic mail transmission was sent as > indicated above. If you are not the intended recipient, any disclosure, > copying, distribution, or action taken in reliance on the contents of the > information contained in this transmission is strictly prohibited. If you > have received this transmission in error, please delete the message. Thank > you > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

