Maybe was question was quite confusing ... First, I'm talking about Struts 1.1b2 Second, the problem is during development only : I don't want to have to reload my entire webapp everytime I make a little update to the struts-config.xml ! is there any way to reload struts-config.xml on runtime, without redeploying the application ?
for example, in Struts 1.0, ther was an admin action that you can call from a specific servlet that was added in the example webapp, but it seems to have disappear in 1.1b2 ... > -----Original Message----- > From: Michael Lee [mailto:[EMAIL PROTECTED]] > Sent: jeudi 12 septembre 2002 16:55 > To: Struts Users Mailing List > Subject: Re: Reloading struts-config.xml > > > I use Weblogic 6.1sp3. I put everything in my WAR. The struts app goes in > WEB-INF/lib/struts.jar and the struts-config.xml goes in the > WEB-INF dir. I > even have a resource bundle in there. > It all gets reloaded upon deployment! > VERY nice feature. > In a nutshell, if your container can class load your app again from a war > then there is one solution. > Mike > > ----- Original Message ----- > From: "Galbreath, Mark" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Thursday, September 12, 2002 8:58 AM > Subject: RE: Reloading struts-config.xml > > > AFAIK, no. struts-config.xml is loaded into memory upon the first > instantiation of ActionServlet and stays resident until the container is > rebooted. > > Mark (right, guys?) > > -----Original Message----- > From: phpsurf [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:33 AM > To: Struts Users Mailing List > Subject: Reloading struts-config.xml > > > Hi > > I'm new to struts, so I apologize in advance if my question has already > shown up ... > > I would like to know if there is a way to setup struts (in > development mode) > to automatically reload its configuration file when it has been modified. > Or how can I make it reload the file, on demand, without having > to redeploy > the entire webapp ? > > thanks > > > ________________________________________________________________ > Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros > d'�conomies ! > Et pour 1 euro de plus, re�ois le CD-ROM du jeu Dark Age of Camelot > + 1 mois de jeu en r�seau offert ! > Clique ici : http://www.ifrance.com/_reloc/mail.etudiant > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ________________________________________________________________ Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros d'�conomies ! Et pour 1 euro de plus, re�ois le CD-ROM du jeu Dark Age of Camelot + 1 mois de jeu en r�seau offert ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

