• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Auto Register Struts Module Config

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! All,
I have a project that I am working on, that requires Struts development in modules. Now, I understand how to do this by specifying multiple struts-config.xml files in web.xml. However, my problem is that I am going to have a new module every now and then, and I would like to have a way to dynamically load the right struts-config.xml file, without changing the web.xml file. The reason is that everytime i will change the web.xml file I will have to redeploy the web-app.
An example of this i found in weblogic was the AutoRegisterActionServlet, which if i understood it correctly does the same thing. If anyone has played with that, it would be great if you can share your experiences.
Any help would be greatly appreciated.
Thanks
Abhi
 
reply
    Bookmark Topic Watch Topic
  • New Topic