RE: xml.jar

2001-01-19 Thread Cox, Charlie
Title: RE: xml.jar





You can modify your classpath in the tomcat.bat(or tomcat.sh?) file to move xml.jar to the end. java uses the first implementation of a class that it finds in the path.

I moved the following line:
set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\xml.jar


below this one:
set CLASSPATH=%CLASSPATH%;%cp%


and I haven't had any problems.


I had to do this since document.importNode is not implemented in xml.jar.
I had to leave xml.jar in the classpath - since tomcat wouldn't run without it - apparently it implements something that xerces doesn't.

Charlie


-Original Message-
From: Samson, Lyndon [IT] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 11:04 AM
To: '[EMAIL PROTECTED]'
Subject: xml.jar



Tomcat use this ( its in the system Classpath created by tomcat.bat ) I need
to install another XML parser for my servlet ( WEB-INF/libs ) however the
classes in the system classpath seem to be loaded first, screwing up my
installed parser. Is there anything I can do about this, ideally I'd like
the xml.jar removed from the Class Loader searches for my servlet.


thx


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





xml.jar

2001-01-16 Thread Samson, Lyndon [IT]

Tomcat use this ( its in the system Classpath created by tomcat.bat ) I need
to install another XML parser for my servlet ( WEB-INF/libs ) however the
classes in the system classpath seem to be loaded first, screwing up my
installed parser. Is there anything I can do about this, ideally I'd like
the xml.jar removed from the Class Loader searches for my servlet.

thx

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




Re: where is xml.jar

2000-11-06 Thread Mohsen Emami-Nouri

Thank you Arturo,
your wisdom really enriches this list!!
--- Arturo Gaona <[EMAIL PROTECTED]> wrote:
> On Fri, 03 Nov 2000, you wrote:
> > does any body no where I can get the xml.jar that
> > jakarta-tomcat needs for installation
> > 
> > __
> > Do You Yahoo!?
> > From homework help to love advice, Yahoo! Experts
> has your answer.
> > http://experts.yahoo.com/
> 
> DON' T BE FOCKING!
> .
> !!
> .
> 


__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/



Re: where is xml.jar

2000-11-03 Thread Arturo Gaona

On Fri, 03 Nov 2000, you wrote:
> does any body no where I can get the xml.jar that
> jakarta-tomcat needs for installation
> 
> __
> Do You Yahoo!?
> From homework help to love advice, Yahoo! Experts has your answer.
> http://experts.yahoo.com/

DON' T BE FOCKING!



RE: where is xml.jar

2000-11-03 Thread Nacho

Hola Mohsen:

It seems you are using a old ant version or something like that, please
which versions of everything are you trying ? from your reading first
message it seems you have some problem with versions of libs on your
classpath.. 

Saludos ,
Ignacio J. Ortega


> -Mensaje original-
> De: Mohsen Emami-Nouri [mailto:[EMAIL PROTECTED]]
> Enviado el: sábado 4 de noviembre de 2000 0:07
> Para: [EMAIL PROTECTED]
> Asunto: where is xml.jar
> 
> 
> 
> does any body no where I can get the xml.jar that
> jakarta-tomcat needs for installation
> 
> __
> Do You Yahoo!?
> From homework help to love advice, Yahoo! Experts has your answer.
> http://experts.yahoo.com/
> 



where is xml.jar

2000-11-03 Thread Mohsen Emami-Nouri


does any body no where I can get the xml.jar that
jakarta-tomcat needs for installation

__
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/



where is xml.jar

2000-11-03 Thread Mohsen Emami-Nouri

I am trying to insatl  jakarta-tomcat, jakarta-ant is
already installed, as instructed in the same directory
where  jakarta-tomcat . When calling build.sh this is
the result:


Searching for build.xml ...
Buildfile: /home/memami/local/jakarta-tomcat/build.xml
 
init:
 
prepare:
  [copydir] DEPRECATED - The copydir task is
deprecated.  Use copy instead.
  [copydir] DEPRECATED - The copydir task is
deprecated.  Use copy instead.
  [copydir] DEPRECATED - The copydir task is
deprecated.  Use copy instead.
 [copyfile] DEPRECATED - The copyfile task is
deprecated.  Use copy instead.
  [copydir] DEPRECATED - The copydir task is
deprecated.  Use copy instead.
  [copydir] DEPRECATED - The copydir task is
deprecated.  Use copy instead.
 [copyfile] DEPRECATED - The copyfile task is
deprecated.  Use copy instead.
 
BUILD FAILED
 
/home/memami/local/jakarta-tomcat/build.xml:39: src
/home/memami/local/jakarta-ant/lib/xml.jar does not
exist.


appriciate your help

__
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/