Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
hi all,
 I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution
and I was wondering if it included any XML parsers or related tools? It
seems that something in this new version is now killing my XML code in
my web application (unreadable/missing files). Anyone know whats been
added that could do this?

thanks,
-Jared


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




RE: Tomcat Distrobution Bundle

2003-01-06 Thread Brandon Cruz
I don't think the LE version contains any XML parsers.

-Original Message-
From: Jared Walker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 7:37 PM
To: Tomcat Users List
Subject: Tomcat Distrobution Bundle


hi all,
 I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution
and I was wondering if it included any XML parsers or related tools? It
seems that something in this new version is now killing my XML code in
my web application (unreadable/missing files). Anyone know whats been
added that could do this?

thanks,
-Jared


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



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




Re: Tomcat Distrobution Bundle

2003-01-06 Thread Jeanfrancois Arcand
What kind of errors are you seeing? There is a defaut parser that comes 
with JDK 1.4.x (Crimson) and if you want to use Xerces, copy the 
xercesImpl,.jar under ${catalina_home}/common/endorsed. With which 
Tomcat version it was working before?

-- Jeanfrancois

Jared Walker wrote:

hi all,
I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution
and I was wondering if it included any XML parsers or related tools? It
seems that something in this new version is now killing my XML code in
my web application (unreadable/missing files). Anyone know whats been
added that could do this?

thanks,
-Jared


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


 



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




Re: Tomcat Distrobution Bundle

2003-01-06 Thread David Hemingway
Hey,

I think that is one of the main differences of the LE edition. You must have
at least jdk1.4.0 or add in the xml parsers yourself.

from jakarta site:
a.. JDK 1.4 LE: This is a lightweight binary distribution of Tomcat 4,
designed to be run on JDK 1.4. It does not include any of the optional
binaries or the necessary XML parser (which is included in JDK 1.4). This
build can be run on JDK 1.2+ by adding an XML parser. All the components of
this distribution are open source software. This package does not contain
JavaMail, Java Activation Framework, Xerces, JNDI or the JDBC Standard
Extension.

regards,
Dave

- Original Message -
From: Brandon Cruz [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, January 07, 2003 12:17 PM
Subject: RE: Tomcat Distrobution Bundle


 I don't think the LE version contains any XML parsers.

 -Original Message-
 From: Jared Walker [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 06, 2003 7:37 PM
 To: Tomcat Users List
 Subject: Tomcat Distrobution Bundle


 hi all,
  I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution
 and I was wondering if it included any XML parsers or related tools? It
 seems that something in this new version is now killing my XML code in
 my web application (unreadable/missing files). Anyone know whats been
 added that could do this?

 thanks,
 -Jared


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



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



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




Re: Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
All,

The problem is missing or unparsable XML files, the error messages
vary.  I know that the LE version does have all the goodies, but I do
have JDK 1.4 and we are using crimson as a parser because xerces has
issues with our xml.  I accidentally added the xercers parse for a
while... then I deleted those jars, and now I have problems modifying
our XMl files.  I was just wondering if there was something else missing
seeing as how I am stumped.

The previous version of tomcat we were using was 4.0.1.

thanks,
-Jared

On Mon, 2003-01-06 at 19:13, David Hemingway wrote:
 Hey,
 
 I think that is one of the main differences of the LE edition. You must have
 at least jdk1.4.0 or add in the xml parsers yourself.
 
 from jakarta site:
 a.. JDK 1.4 LE: This is a lightweight binary distribution of Tomcat 4,
 designed to be run on JDK 1.4. It does not include any of the optional
 binaries or the necessary XML parser (which is included in JDK 1.4). This
 build can be run on JDK 1.2+ by adding an XML parser. All the components of
 this distribution are open source software. This package does not contain
 JavaMail, Java Activation Framework, Xerces, JNDI or the JDBC Standard
 Extension.
 
 regards,
 Dave
 
 - Original Message -
 From: Brandon Cruz [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, January 07, 2003 12:17 PM
 Subject: RE: Tomcat Distrobution Bundle
 
 
  I don't think the LE version contains any XML parsers.
 
  -Original Message-
  From: Jared Walker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 06, 2003 7:37 PM
  To: Tomcat Users List
  Subject: Tomcat Distrobution Bundle
 
 
  hi all,
   I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution
  and I was wondering if it included any XML parsers or related tools? It
  seems that something in this new version is now killing my XML code in
  my web application (unreadable/missing files). Anyone know whats been
  added that could do this?
 
  thanks,
  -Jared
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



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