You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by aj...@apache.org on 2006/03/22 20:33:45 UTC

svn commit: r387920 - /webservices/axis2/trunk/java/xdocs/faq.html

Author: ajith
Date: Wed Mar 22 11:33:43 2006
New Revision: 387920

URL: http://svn.apache.org/viewcvs?rev=387920&view=rev
Log:
updated the FAQ to include the remedy for JDK 1.5/tomcat 5 issue

Modified:
    webservices/axis2/trunk/java/xdocs/faq.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=387920&r1=387919&r2=387920&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Wed Mar 22 11:33:43 2006
@@ -35,6 +35,15 @@
   </li>
 </ol>
 
+<h1>Web Archive / Server side</h1>
+<ol>
+  <li><strong>I see an internal server error page when I try to view the WSDL file.</strong><br>
+    <p>This happens specifically with tomcat 4.x and 5.0 in a JDK 1.5 environment. The reason is that the system picks up a wrong transformer
+ factory class. This can be solved simply by putting the xalan-2.7.0.jar(found <a href="http://www.apache.org/dist/java-repository/xalan/jars/">here</a>) into the axis2/WEB-INF/lib directory</p>
+  </li>
+  
+</ol>
+
 <h1>Client API</h1>
 <ol>
   <li><strong>I want to do request response Messaging, Where should I