You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Ender KILIÇOGLU <en...@kilicoglu.nom.tr> on 2002/06/14 09:56:22 UTC

Castorpsmlmanagerservice bug

    public static final String DEFAULT_MAPPING =
"${webappRoot}/WEB-INF/conf/psml-mapping.xml";
Must be

    public static final String DEFAULT_MAPPING =
"/WEB-INF/conf/psml-mapping.xml";
Or don't use turbine's getrealpath function for mapfile string. 

Ender


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>