yes, there's a tag to disable that in Resin 2.1 but it doesn't seem to resolve my problem.

<caucho.com>
<http-server>
 <jsp fast-jstl='false'/>
 ...
</http-server>
</caucho.com>

I keep getting the error message below. DocumentRange.class is supposed to be xalan.jar which is contained in WEB-INF/lib of the standard-examples web-app. Is there anything in JDK1.4.2 that is overriding this?
||


java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at 
org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(DocumentBuilderImpl.java:102)
        at 
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(DocumentBuilderFactoryImpl.java:88)
        at 
org.apache.taglibs.standard.tag.common.xml.TransformSupport.doStartTag(TransformSupport.java:144)
        at 
org.apache.taglibs.standard.tag.el.xml.TransformTag.doStartTag(TransformTag.java:104)
        at _xml._transform__jsp._jspService(/standard-examples/xml/Transform.jsp:28)
        at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
        at com.caucho.jsp.Page.subservice(Page.java:506)
        at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
        at com.caucho.server.http.Invocation.service(Invocation.java:315)
        at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
        at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
        at 
com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
        at java.lang.Thread.run(Thread.java:534)



Kris Schneider wrote:

I don't use Resin, but I know it has an integrated JSTL implementation. Have you
disabled Resin's impl?

Quoting Dennis Warren <[EMAIL PROTECTED]>:



Has anyone been able to get Resin 2.1.11 to work with JDK1.4.2 using the apache JSTL libraries 1.04? I'm having some class problems with the standard-example webapp. Resin works fine with JDK1.4.1, but with 1.4.2 there seems to be some sort of class conflicts.

-Dennis






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



Reply via email to