DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29160

precompile problem: _jspx_meth_* 
(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) cannot be applied to 
(org.apache.struts.taglib.*.*Tag,javax.servlet.jsp.PageContext)

           Summary: precompile problem: _jspx_meth_*
                    (javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageC
                    ontext) cannot be applied to
                    (org.apache.struts.taglib.*.*Tag,javax.servlet.jsp.PageC
                    ontext)
           Product: Tomcat 5
           Version: 5.0.24
          Platform: PC
               URL: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-
                    howto.html#Web%20Application%20Compilation
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


as per the above URL, I am trying to precompile my jsps for a struts-based web-app.

Suggestion 1: Mention there that with 300 jsp's, java will run out of memory,
but extending /usr/local/bin/ant
   ANT_OPTS=" -Xmx512m "
can remedy that.

Next problem with the jsp-"compile" target:

About 100 errors of the following kind

<<_jspx_meth_html_link_9(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext)
in org.apache.jsp.my_jsp cannot be applied to
(org.apache.struts.taglib.logic.GreaterEqualTag,javax.servlet.jsp.PageContext)>>

This basically happens to all tags that are happily compiled at deploy time.
(i.e.: _jspx_meth_logic_notPresent_4, _jspx_meth_logic_greaterThan_2,
_jspx_meth_bean_write_7, _jspx_meth_html_form_0, ...)

Suggestion 2: It would be great to tell what ant doesn't get when started on the
command line that tomcat does nicely when running the webapp.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to