Does every project or module require a separate rebel.xml?
Yes. Every classpath entry (folder, JAR/WAR/EAR file) you want to reload classes from, should have its own rebel.xml file. This is usually easiest accomplished by adding a rebel.xml to each module in your project.
Related articles
- What is rebel.xml and what does it do?
- What is the best way to generate rebel.xml for my project?
- View all