Hi All,
i setup Oracle's xslt processor successfully in the following environment
with Tomcat running as a standalone web server,
windows 2000
java jdk 1.4
jakarta-tomcat-4.1.27-LE-jdk14.exe
oracle jdbc driver 9.x
however, when i add apache and jk2 connector,
apache_2.0.48-win32-x86-no_ssl.msi
jk2 connector
i can no longer run Oracle's xslt processor, but rather get the standard
'cannot find class' error, given as follows:
HTTP Status 500 -
---------------------
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
exception
javax.servlet.ServletException: Error allocating a servlet instance
at
org.apache.catalina.core.StandardWrapper.allocate (
StandardWrapper.java:672)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:210)
root cause
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
at
java.lang.ClassLoader.defineClass0(Native Method)
The required xslt jar files are located in the web apps WEB-INF\lib
directory.
Does anyone have any idea why this setup does not work when Apache and JK2
are introduced, or better yet, what a work-around or fix to this might be???
Anyone else have a problem like this?
-paul.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)