i want to keep my maps in a more private location (like my WEB-INF
directory) as opposed to making it publicly accessible.  i've tried things
like:

    mapping.loadMapping(file://www/mysite/WEB-INF/myMap.xml);
    mapping.loadMapping(/www/mysite/WEB-INF/myMap.xml);

but it can't find it ...

so far the only thing that i've gotten to work is moving the map out of
WEB-INF and using a publicly accessible URL like:

    mapping.loadMapping(http://www.mysite.com/myMap.xml);

has anyone loaded their maps from a non-public location?

thanks.

-paul

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to