Robert,

it worked perfectly on a fresh Resin installation.

Since it's by far much easier and cleaner than the procedure for previous
versions, I suggest it be added to the documentation.

How can we achieve this?


L.

-----Messaggio originale-----
Da: Robert S. Koberg [mailto:[EMAIL PROTECTED]]
Inviato: luned́ 29 luglio 2002 12.12
A: [EMAIL PROTECTED]
Oggetto: Re: resin 2.1.x problems


Hi,


Lorenzo De Sio wrote:
> I just tried the following procedure (found on this list) to solve my
> problem w/Resin 2.1.1.
> 
> It worked. What about adding it to the installation docs?
> 
> L.
> 



Another thing you can do in the RESIN_HOME/conf/resin.conf is:

   <!--
      - If true, the classloader order follows the Servlet spec.
      - If false, the classloader order follows the JDK spec.
     -->
   <servlet-classloader-hack>true</servlet-classloader-hack>

when set to true it goes to your WEB-INF/lib

best,
-Rob




> 
> 
>>List:     xml-cocoon-users
>>Subject:  Solution for Problem with Resin 2.1.x and Cocoon 2.0.x
>>From:     =?iso-8859-1?Q?J=F6rn_Heid?= <[EMAIL PROTECTED]>
>>Date:     2002-05-01 12:11:05
>>
>>For all who will have problems with Resin 2.1.x running Cocoon 2.0.x and
> 
> JDK < 1.4. Symptom:
> 
>>After deleting dom.jar, sax.jar and jaxp.jar (the TODO for Resin 2.0.x),
> 
> and putting all required JARs to resin/lib I got a "NoSuchMethodError" as
> the Resin-XSLT implementation was used instead of Xalan.
> 
>>java.lang.NoSuchMethodError: javax.xml.transform.TransformerException:
>>method <init>()V not found
>>at com.caucho.xsl.XslException.<init>(XslException.java:59)
>>
>>Changing xalan-xxx.jar to a_xalan-xxx.jar does not succeed.
>>
>>Solution:
>>Remove all entries in WEB-INF/services from resin.jar (you can change the
> 
> filename to resin.zip, delete those entries, and change the filename back
> again).
> 
>>JOERN
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 





---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to