I'm trying to move the registry directory out of the webapp's WEB-INF
hierarchy using the property

services.Registry.directory=xxx

This does not currently appear to work to move outside the webapp's
directory structure.  Setting this to (for instance) "c:\jetspeed\registry"
will yield the following in the logs:

java.io.FileNotFoundException:
c:\sources\workspace\dev-portal\webApplication\c:\jetspeed\registry\feed_loc
al.xreg (The filename, directory name, or volume label syntax is incorrect)

Thinking I needed to move the "registry.xml" as well and not just the
fragments, I changed services.Registry.mapping and set it to be in the same
directory (c:\jetspeed\registry).  No joy.  The init(ServletConfig) method
of the CastorRegistryService uses:

mapFile = TurbineServlet.getRealPath( mapFile );

to resolve the file and directory names, limiting it to the webapp's
directory.

Is this intentional?  I'd really like to be able to move this information
out of the webapp's directory altogether.

Thanks,
Craig

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

Reply via email to