You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by LAMY Olivier <LA...@accor-hotels.com> on 2002/12/02 12:04:19 UTC

Using xalan 2.4.1 with jdk1.4.1

Hi all,
I'm actually using xalan in a few Environments :
- devellopment : windows 2k , jdk1.4.1 and tomcat 4.1.12

#---- BEGIN writeEnvironmentReport($Revision: 1.7 $): Useful properties
found: ---- java.version=1.4.1_01 version.JAXP=1.1
java.ext.dirs=D:\j2sdk1.4.1_01\jre\lib\ext version.crimson=not-present
version.SAX=2.0 java.class.path=d:\Tomcat4\bin\bootstrap.jar
version.xerces=not-present
sun.boot.class.path=d:\Tomcat4\common\endorsed\xercesImpl.jar;d:\Tomcat4\com
mon\endorsed\xmlParserAPIs.jar;D:\j2sdk1.4.1_01\jre\lib\rt.jar;D:\j2sdk1.4.1
_01\jre\lib\i18n.jar;D:\j2sdk1.4.1_01\jre\lib\sunrsasign.jar;D:\j2sdk1.4.1_0
1\jre\lib\jsse.jar;D:\j2sdk1.4.1_01\jre\lib\jce.jar;D:\j2sdk1.4.1_01\jre\lib
\charsets.jar;D:\j2sdk1.4.1_01\jre\classes version.DOM.draftlevel=2.0fd
version.xalan2=Xalan;Java;Xalan Java 2.2.D11; version.DOM=2.0
version.xalan1=not-present #----- END writeEnvironmentReport: Useful
properties found: ----- # YAHOO! Your environment seems to be OK.

- testing/production : solaris 8, jdk1.3.1, tomcat 4.1.12 and xalan 2.1.4

#---- BEGIN writeEnvironmentReport($Revision: 1.14 $): Useful stuff
found: ---- version.DOM.draftlevel=2.0fd
java.class.path=/local/weblogic/BEA/jdk131/lib/tools.jar:/local/jakarta-tomc
at-4.1.12/bin/bootstrap.jar version.JAXP=1.1
java.ext.dirs=/local/weblogic/BEA/jdk131/jre/lib/ext
version.xerces2=Xerces-J 2.0.2 version.xerces1=Xerces 1.4.4
version.xalan2_2=Xalan Java 2.4.1 version.xalan1=not-present
version.ant=Apache Ant version 1.5 compiled on July 9 2002
java.version=1.3.1 version.DOM=2.0 version.crimson=not-present
sun.boot.class.path=/local/weblogic/BEA/jdk131/jre/lib/rt.jar:/local/weblogi
c/BEA/jdk131/jre/lib/i18n.jar:/local/weblogic/BEA/jdk131/jre/lib/sunrsasign.
jar:/local/weblogic/BEA/jdk131/jre/classes version.SAX=2.0
version.xalan2x=Xalan Java 2.4.1 #----- END writeEnvironmentReport: Useful
properties found: ----- # YAHOO! Your environment seems to be OK.

In fact, xalan Xalan Java 2.2.D11 looks to be included in the sun's rt.jar.
How to force Tomcat to use the xalan.jar which I have put in the directory :
CATALINA_HOME\common\lib
Thanks a lot,
Olivier




	
**********************************************************************  
Ce message électronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message (ci après "le message"), sont
confidentiels et destinés exclusivement à l'usage de la  personne à laquelle
ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le
renvoyer à son émetteur et de le détruire. Toute diffusion, publication,
totale ou partielle ou divulgation sous quelque forme que ce soit non
expressément autorisées de ce message, sont interdites.  
	
**********************************************************************  
This e-mail, any attachments and the information contained (herein " the
message") are confidential and intended solely for the use of the
addressee(s) if you have received this message in error please send it back
to the sender and delete it. Unauthorized publication, use, dissemination or
disclosure, either whole or partial, of this  message is strictly
prohibited.

RE: Using xalan 2.4.1 with jdk1.4.1

Posted by Florian Deissenboeck <fl...@deissenboeck.de>.
Hi,

with JDK 1.4 I had to put xalan.jar in %JAVA_HOME%/jre/lib/endorsed.

See http://java.sun.com/j2se/1.4/docs/guide/standards/ for description of 
endorsed mechanism.

Flo

> In fact, xalan Xalan Java 2.2.D11 looks to be included in the 
> sun's rt.jar.
> How to force Tomcat to use the xalan.jar which I have put in the 
> directory :
> CATALINA_HOME\common\lib
> Thanks a lot,
> Olivier
>