> From: Nathan Wilhelmi [mailto:[EMAIL PROTECTED] 
> Subject: RE: TC6 classpath problem...
> 
> JSVC_CLASSPATH=\
> $CATALINA_HOME/bin/commons-daemon.jar:\
> $CATALINA_HOME/bin/bootstrap.jar:\

Why do you have commons-daemon.jar on the -cp?  None of the doc shows
that.

> SEVERE: createMBeans: Throwable
> java.lang.NullPointerException
>         at java.io.File.<init>(File.java:222)
>         at 
> org.apache.catalina.core.StandardContext.getBasePath(StandardC
> ontext.java:4777)

That looks like a <Context> element for one of your webapps is bad.  If
the <Context> element is not in server.xml (and it shouldn't be), you
must not specify the path or docBase attributes.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to