Hello,
I'm new to the world of JSP/JSTL, but have managed to get some code
running under tomcat 4.1.29 (bundled with jboss 3.2.3 - as I'm using JMS
too)/JSTL 1.0. I'm using java 1.4.2_03.
I'm using only the c and x libraries currently, but wanted to use the
new EL functions of JSTL 1.1, so I installed tomcat 5.0.19 alongside the
previously mentioned jboss/tomcat versions.
I've gotten the code to run under the new tomcat, but the performance is
terrible. I've narrowed the performance problem down to any <x:forEach>
loop. There wasn't anything of interest in the tomcat log, so I did a
truss on the tomcat process, and found it spitting out this error over
and over: stat64("/usr/j2sdk1.4.2_03/jre/lib/jaxp.properties",
0xDF97FFF8) Err#2 ENOENT. I understand this to be tomcat looking for
the jaxp.properties file and not finding it. I never saw this error
message while trussing the tomcat 4.1.29 process, and it processes the
xml extremely quickly.
With the older tomcat and JSTL 1.0, I didn't have to do any special
configuration of jaxp (I understood that to be built into java 1.4.2x),
so I figured it would be the same with the newer tomcat, but I guess
not.
So far I've tried setting parser system properties in the web.xml and in
files under META-INF with no change. What am I missing? If someone can
just point me to some good docs on the subject, I'd appreciate it
greatly.
Thanks,
Chris Johnson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]