Re: Store Swiftlet backup path with IntraVM
Posted By:
Andreas_Mueller
Posted On:
Wednesday, March 22, 2006 03:09 AM
Yes, you are right. It's missing in the docs. It appears that the backup path is relative but in fact it's the only path that is absolute because our guess was that a backup directory usually resides on another disk. The default value is relative to the router's script directory (the default working dir). That's the reason why it works when you start the router from the scripts. If you start the router intraVM, the working dir is that of the JBoss server and so it's based on JBoss' working dir.
We will change it to be a relative path as well. In SwiftMQ 6.0 you can mix relative and absolute paths in the routerconfig.xml. To switch to an absolute path you simply add "absolute:" in front of the path.