Hello,
I use MyEclipse 8.0 with Tomcat 6.0.18.
When I compile a project, the .class files are in tomcat\webapps\project_name\WEB-INF\classes\generated and I would like than these files are in my_project_folder\WebRoot\WEB_INF\classes\generated.
Consequently, when I run my JSP project, java classes and JSP are always compiled (or even with no modifications).
Anybody have a solution about this problem ?
Thank in advance,
Jean-Philippe