@Ralph
Thanks a lot. I installed Tomcat 4.1.12 (could not find 4.1.11) and now my
jsp pages compile.

Jsp-Destroy:
I saw that jasper added a jspDestroy method to my jsp source.
  public void jspDestroy() {
    _jspx_tagPool_html_html_locale.release();
    _jspx_tagPool_bean_message_key.release();
    _jspx_tagPool_logic_notPresent_scope_name.release();
    _jspx_tagPool_html_link_page.release();
    _jspx_tagPool_html_img_page_alt.release();
  }
I don't think it should do it. Maybe ist should be in a parent class and I call
super() in my own implementation.

Thanks again,
Gunter



<Tomcat 4.1.10 has known problems with paths other than C:.
<
<- Upgrade to 4.1.11
  <According to the release notes the problem is fixed
  <in this version. (Haven't tried it)
<- Use 4.1.10 with Jasper instead of Jasper2
<- Downgrade to 4.0.4
<- Move the application to C:
<
<It should be possible to define an own jspDestroy
<(in 4.0.3 it is possible).
<
<Have a look at the generated code in the work directory.
<If you haven't defined 2 jspDestroy methods, I would guess
<that either jasper doublicates your method or defines
<an own jspDestroy.


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













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

Reply via email to