Hi folks. I have a problem with Fortress and system.xconf source path. In examples I find ... ContextBuilder cb = new ContextBuilder(); ..... cb.setContainerConfiguration("resource://com/mycomp/myapp/system.xconf");
And it works correctly. Now I bundled my server app in .jar file for deployment, and I want this system.xconf to be out of that jar. Meaning that I want to load this system.xconf not like classpath resource anymore, but as ordinary file out of bundle. I tried with let's say : cb.setContainerConfiguration(file://C:/system.xconf); And it doesn't work ! I tried every possible way of selecting this win path ( \\ instead / for instance), and it doesn't work ...I guess that I don't understand well how this org.apache.excalibur.source.* package works, since I think it relies on that ... Help! -Vjeran -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>