Community
Participate
Working Groups
I think it shoud be cool if we have a new tab page called "BridgeServlet" to customize BridgeServlet servlet declared in the web.xml. We could have 4 sections : * 1. Servlet section to customize servlet-mapping. * 2. one section per init-param : ** 2.1 : commandline to manage init-param commandline. We could have a text filed which display the content of the commandline init-param. We could add 3 checkboxes : *** 2.1.1 : activate OSGi console. when you click on it it add/remove "-console" parameter in the commandline text field. *** 2.1.2 : activate OSGi console log. when you click on it it add/remove "-consoleLog" parameter in the commandline text field. *** 2.1.1 : activate OSGi debug. when you click on it it add/remove "-debug" parameter in the commandline text field. ** 2.2 : enableFrameworkControls with a checkbox to activate/anuactivate teh BridgetServlet /sp_* 2.3 : extendedFrameworkExports : to export some packages. We could have Add button to select some packages coming from the WEB Application. 2.4 : frameworkLauncherClass : with a Class button to select a class which extends FrameworkLauncher. Regards Angelo