This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 66407

Summary: Server must know the package of the JSP Servlet
Product: serverplugins Reporter: Libor Kotouc <lkotouc>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 65969    

Description Libor Kotouc 2005-10-10 16:53:49 UTC
Server plugin must be able to say what package extension and name it uses for
the JSP servlet. 
E.g. Tomcat compiles JSP page <web root>/dir/pageName.jsp into a class
org.apache.jsp.dir.pageName_jsp and WL into a class jsp_servlet._dir.__pageName.

See issue 65969.
Comment 1 Petr Hejl 2011-03-22 13:25:00 UTC
This is already done - web-main d55b0fb86a99.