Just going to take a stab at it, but it looks like you are trying to
combine the apache configuration and the tomcat configuration into one
file.
basic xml dictates ...
1. Comments are the same as html comments, meaning <!-- --> and not #
2. Attributes are followed by an = sign and quotes, <IfModule
mod_webapp.c> does not make sense for XML. {In apache it does!!}
So, in your apache.conf file it would be {like you have it}
<IfModule ... >
</IfModule>
But this will NOT work in the tomcat server.xml or web.xml.
Hope this helps.
On Mon, 2002-11-25 at 18:45, Bob Tilley wrote:
> The FreeBSD box is on an intranet in our office that does not link to the
> outside world, but I'll try to communicate the errors:
>
> PARSE error at line 55, column 23 of ... server.xml
> org.xml.sax.SAXParseException: Attribute name "IfModule must be followed
> by the '=' character."
>
> Then more errors cascade from the one above. Here is the relevant line from
> the server.xml file:
>
> # Tomcat 4 Webapp Warp
> <IfModule mod_webapp.c>
> ...
> </IfModule>
>
> Any ideas?
>
> -----Original Message-----
> From: Andoni [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 25, 2002 1:18 PM
> To: Tomcat Users List
> Subject: Re: Newbie Problems
>
>
> What do the error messages say?
>
> I.e.: can you paste them into a message (and maybe your server.xml also)
> then we could tell you what each one means.
>
> Andoni.
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
p niemandt <[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>