RE: Tomcat vs. RH 6.2

2002-01-18 Thread kynn



   Message-ID: <[EMAIL PROTECTED]>
   From: Barney Hamish <[EMAIL PROTECTED]>
   To: 'Tomcat Users List' <[EMAIL PROTECTED]>
   Date: Fri, 18 Jan 2002 17:33:04 +0100

   The instructions on how to build tomcat (provided with the tomcat source)
   detail where to get the XML parser and all the other stuff you need.

I followed those instructions to the letter before attempting 'ant
-projecthelp'.  It turns out that the problem was that the
instructions failed to mention that jaxp.jar has to be in
$ANT_HOME/lib.  Once I fixed this, 'ant -projecthelp' succeeded.

So that problem is solved, but the build is still failing...  (I'll
post about it in another thread.)

Thanks,

KJ


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Tomcat vs. RH 6.2

2002-01-18 Thread Barney Hamish

The instructions on how to build tomcat (provided with the tomcat source)
detail where to get the XML parser and all the other stuff you need.

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 18, 2002 5:28 PM
To: Tomcat Users List
Subject: RE: Tomcat vs. RH 6.2


While I have never built Tomcat, I do use Ant to build all my Java projects.
I use Xerces Java 2 parser for an XML parser and it works just fine.
Download it form the Apache XML Project website and install it in a
convenient place on your system.  Then add the xerces.jar file (in your
Xerces bin directory) to your classpath.  This should make Ant happy.

Jim

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 18, 2002 10:17 AM
To: [EMAIL PROTECTED]
Subject: Tomcat vs. RH 6.2




I'm trying to build Apache with Tomcat.

I can't use the Tomcat binaries because they require glibc-2.2, but
I'm on a Linux RH 6.2 system that I'm in no position to upgrade, and
RH 6.2 and glibc-2.2 apparently don't mix.  Therefore, I decided to
try building my own Tomcat binary, one that can hopefully work with
the version of glibc I have.  (Does this make any sense??)

The building instructions for Tomcat are outdated and skimpy, but
anyway I got to:

% ant -projecthelp

Buildfile: build.xml

BUILD FAILED

No JAXP compliant XML parser found. Please visit
http://xml.apache.org for a suitable parser

Total time: 0 seconds

This gives me too little information to go on.  If someone would be so
kind as to tell me exactly what XML parser I must download, and where
I must install it for ant to work, I'd be most grateful.

Thanks!

KJ



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Tomcat vs. RH 6.2

2002-01-18 Thread Jim Urban

While I have never built Tomcat, I do use Ant to build all my Java projects.
I use Xerces Java 2 parser for an XML parser and it works just fine.
Download it form the Apache XML Project website and install it in a
convenient place on your system.  Then add the xerces.jar file (in your
Xerces bin directory) to your classpath.  This should make Ant happy.

Jim

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 18, 2002 10:17 AM
To: [EMAIL PROTECTED]
Subject: Tomcat vs. RH 6.2




I'm trying to build Apache with Tomcat.

I can't use the Tomcat binaries because they require glibc-2.2, but
I'm on a Linux RH 6.2 system that I'm in no position to upgrade, and
RH 6.2 and glibc-2.2 apparently don't mix.  Therefore, I decided to
try building my own Tomcat binary, one that can hopefully work with
the version of glibc I have.  (Does this make any sense??)

The building instructions for Tomcat are outdated and skimpy, but
anyway I got to:

% ant -projecthelp

Buildfile: build.xml

BUILD FAILED

No JAXP compliant XML parser found. Please visit
http://xml.apache.org for a suitable parser

Total time: 0 seconds

This gives me too little information to go on.  If someone would be so
kind as to tell me exactly what XML parser I must download, and where
I must install it for ant to work, I'd be most grateful.

Thanks!

KJ



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 



--
To unsubscribe:   
For additional commands: 
Troubles with the list: