I am trying (unsuccessfully till now) to run Geronimo on offline mode (no internet connection)
My bootstrap services are deployed from file:/home/elegoff/incubator-geronimo/target/geronimo-DEV/etc/boot-service.xml But LocalEntityResolver cannot not locate internal catalog resolver-catlog.xml :(( When looking at boot-servcice.xml, the provided path to resolver-catolog.xml is: $(geronimo.home)/etc/resolver-catalog.xml As my $(geronimo.home) property was set to file:/home/elegoff/incubator-geronimo/target/geronimo-DEV/ in o.a.g.k.Main class , it is normal that $(geronimo.home)/etc/resolver-catalog.xml is parsed into file:/home/elegoff/incubator-geronimo/target/geronimo-DEV//etc/boot-service.xml On my linux system, this double / in the path causes the problem and the resolver catalog is not located. I would not like to set $(geronimo.home)etc/resolver-catalog.xml instead of $(geronimo.home)/etc/resolver-catalog.xml in my boot-service.xml file :(( As a newbie, I wonder if my issue is just trivial, or even if there were already discussions here about it. Sorry about that. -Eric