You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Michael Scheuner <mi...@cos-data.de> on 2000/05/09 11:27:59 UTC

Util.java.getBasename() - Problem wirh Tomcat

Hi!

I want to do a:

<util:include-file name="sidebar.xml"/>

But the i get this Exception:

java.lang.NullPointerException
	at org.apache.cocoon.Utils.getBasename(Utils.java, Compiled Code)
	at
org.apache.cocoon.processor.xsp.XSPUtil.relativeFilename(XSPUtil.java:138)
	at
org.apache.cocoon.processor.xsp.XSPUtil.relativeFilename(XSPUtil.java:150)
	at
_usr._local._tomcat._webapps._test._michael._test._wissen.populateDocument(_
wissen.java:92)
	at org.apache.cocoon.processor.xsp.XSPPage.getDocument(XSPPage.java:96)
.
.
.
I use Tomcat 3.1/Cocoon1.7.3 - this worked fine with JServ1.1 before.

Any Ideas?

Michael