DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12129>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12129 The JSP generated servlets have bad package directories Summary: The JSP generated servlets have bad package directories Product: Tomcat 4 Version: 4.1.7 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Servlet & JSP API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The JSP generated servlets have the "org.apache.jsp" package. But there is no directory structure described by this package (for example [EMAIL PROTECTED]). When we integrate the Tomcat with the Netbeans/Forte IDE, the missing package directory structure makes us a lot of problems. Our core code, which we have to use, expects a right directory package structure. Than this core code is not able to find the generated servlet, which we mount into the IDE. The mounting is necessary for the debugging. Only one work around (which we have found) is we will make a copy of the servlet in a good directory structure. But this is not very elegant solution. Do you want and are you able to fix it? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>