You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/28 17:39:56 UTC

DO NOT REPLY [Bug 12129] New: - The JSP generated servlets have bad package directories

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: tomcat-dev@jakarta.apache.org
        ReportedBy: damian.frach@sun.com


The JSP generated servlets have the "org.apache.jsp" package. 

But there is no directory structure described by this package (for example 
org/apache/jsp/my_jsp@jsp.java). 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>