• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Auto Class Loading in Resin 3.0.9

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic