RE: Re: NullPointer Exception in HostConfig

2005-12-04 Thread Caldarale, Charles R
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ 
 Fashion Content
 Subject: Re: NullPointer Exception in HostConfig
 
 I have xerxesImpl and xml-apis in tomcat/common/endorsed
 might that be causing some trouble?

They are the 1.4 compatibility package, and must be there if you're
running on a 1.4 JRE/JDK.  If you're on 1.5, they must be removed, since
they're part of the 1.5 JRE.  You could experience classloader conflicts
if those are present in a 1.5 environment.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: Re: NullPointer Exception in HostConfig

2005-12-03 Thread Caldarale, Charles R
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ 
 Fashion Content
 Subject: Re: NullPointer Exception in HostConfig
 
 P.S. the ROOT.xml does end with a /context

Which could well be part of the problem, since the tag is Context not
context.  Case matters. Also, if you're using a 5.5 version of Tomcat,
the path attribute is illegal (not ignored) unless the Context element
is inside server.xml - which is strongly discouraged.

You should be using an XML syntax checker before you actually throw junk
at Tomcat - diagnosing XML structure problems is not what it's designed
for.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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