Community
Participate
Working Groups
Created attachment 180561 [details] Patch to support "osgi.dev" property for ServletBridge Hi, I send you a patch to support "osgi.dev" property for ServletBridge. This (simply) patch search from the loaded config.ini the property "osgi.dev" and set it as parameter to use to call EquinoxStarter if it is founded in teh config.ini. I need this modification, because I'm managing ServletBridge in dev-mode by using warproduct (https://bugs.eclipse.org/bugs/show_bug.cgi?id=327015). When I generate the config.ini from teh warproduct, I add "osgi.dev" where value is the path of a dev.properties finename which contains soem information about folder wich contains classes (ex : sample.http=bin). PDE generate work slike this (it generate too dev.properties). Hope you will accept my patch. If you don't like it could you explain me how I would manage "osgi.dev"? I would like avoid to set osgi.dev in the "command" init-param of teh web.xml, because I think it polluate web.xml with dev information + it's not easy to modify web.xml XML file. Regards Angelo
Closing due to inactivity.