I am migrating my application from standard war to virgo-osgi modularity bundles. Before we used tomcat application server with war deployed. We load all properties file from tomcat lib folder as class path loading. Can i use same way in virgo environment? I found in virgo using different namespace(http://www.springframework.org/schema/osgi-compendium)
for load properties file as configuration. I do not want to use that way for now. I prefer same as class path loading. Please help me how to use in virgo.
Thank you, regards, gopy