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/06/27 02:56:11 UTC

DO NOT REPLY [Bug 10264] New: - Need an option to generate generic Servlets from given JSP's

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=10264>.
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=10264

Need an option to generate generic Servlets from given JSP's

           Summary: Need an option to generate generic Servlets from given
                    JSP's
           Product: Tomcat 4
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: eu@uland.com


The present implementation generates Servlets dependend on 
org.apache.jasper.runtime.* package. The new option should allows to generate 
conteiner independend Servlets those can be deployed not only on Tomkat and 
without including jasper-runtime.jar into target WAR. Generated Servlets should 
be dependend only on common Java Servlets classes and on JSP classes 
javax.servlet.jsp.* and javax.servlet.jsp.tagext.*

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>