Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327404

Summary: [server] Patch to support "osgi.dev" property for ServletBridge (need in the warproduct)
Product: [Eclipse Project] Equinox Reporter: Angelo ZERR <azerr>
Component: Server-SideAssignee: equinox.server-side-inbox <equinox.server-side-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: azerr, raymond.auge
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to support "osgi.dev" property for ServletBridge none

Description Angelo ZERR CLA 2010-10-10 08:06:35 EDT
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
Comment 1 Raymond Auge CLA 2018-01-22 22:48:04 EST
Closing due to inactivity.