• 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

Automatic Class Reloading

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my previous posting, the directory structure didn't post correct. Let me repost...

I have several webapp directories under the main "webapps" folder of resin 3.0.9. I cannot seem to get automatic class reloading to work. Can someone explain how to configure resin to automatically reload classes under various webapps. My directory structure is as follows -

resin-3.0.9
|---webapps
....|---ROOT
....|...|---WEB-INF
....|.......|---classes
....|---myApp1
....|...|---WEB-INF
....|.......|---classes
....|---myApp2
....|...|---WEB-INF
....|.......|classes


How do I get the resin class loader to automattically reload classes in myApp1/WEB-INF/classes and myApp2/WEB-INF/classes?

I'm baffled.

Thanks for your support,
- Mike
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic