I need to create a Web Project that is related to a
Java Project.
For this I have done the following -
1. Created my Java project and my Web project.
2. Added my Java project to the build path of my web project
3. Edited WebContent/META-INF/Manifest.MF and added the Java Project as a dependency for my Web project.
4. In the Applications tab set WAR Class loader policy to APPLICATION
On editing and then saving the java files in my Java Project and restarting the server the changes that I made do not get reflected.
However doing a full rebuild of the Java project and then restarting the server works.
Is there an easier solution?