|
|
How do you change where the Virtual BUG leaves its files and looks for files? I have Eclipse & Dragonfly installed at /dev/production/ but it goes straight to / when it looks for files and it also creates at least two directories (storage and 1.0.0.5) in ~/ whenever the Virtual BUG runs. I think there is a way to change this and this question has been answered before but I couldn’t find the option. |
|
|
Hey Kevin, If you open Virtual BUG Launch Configuration, there will be two tabs: Virtual BUG and Concierge. In Concierge tab, in properties table there is a property com.buglabs.osgi.cm.storage. The value for this property is where state of Virtual BUG is stored. The storage directory is OSGi’s storage directory. The reason for two directories is because storage directory gets wiped out whenever framework is restarted (default behavior) and Virtual BUG’s storage directory is persisted between restarts. |