Stefano Nichele wrote:
> You are right, sorry.
> Apache Tomcat 6.0.13
> jdk1.6.0_10
> Windows XP SP3
>
> but I was able to reproduce it with:
> Apache Tomcat 6.0.13
> jdk1.6.0_07
> CentOS release 5.2
>
> Cheers,
> ste
Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=41606
Try 6.0.2
You are right, sorry.
Apache Tomcat 6.0.13
jdk1.6.0_10
Windows XP SP3
but I was able to reproduce it with:
Apache Tomcat 6.0.13
jdk1.6.0_07
CentOS release 5.2
Cheers,
ste
Mark Thomas wrote:
Stefano Nichele wrote:
Am I missing something ?
Yes (well your question is anyway). Most imp
Stefano Nichele wrote:
> Am I missing something ?
Yes (well your question is anyway). Most importantly: the Tomcat version you are
using. Less important but usually worth mentioning: the JDK and OS you are
using.
Mark
-
To uns
Hi All,
I'm experiencing some strange calls to jspInit method. I've this simple jsp:
<%!
public void jspInit() {
System.out.println("In test.jspInit");
}
public void jspDestroy() {
System.out.println("In test.jspDestroy");
}
%>
This is a test
and in my web.xml I a