Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327404 - [server] Patch to support "osgi.dev" property for ServletBridge (need in the warproduct)
Summary: [server] Patch to support "osgi.dev" property for ServletBridge (need in the ...
Status: CLOSED WONTFIX
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Server-Side (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.server-side-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-10 08:06 EDT by Angelo ZERR CLA
Modified: 2018-01-22 22:48 EST (History)
2 users (show)

See Also:


Attachments
Patch to support "osgi.dev" property for ServletBridge (1.97 KB, application/octet-stream)
2010-10-10 08:06 EDT, Angelo ZERR CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.