Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Adding servlet to Orion Server

Sorry I didn't replied to that. I managed to fix this. The problem was I was using maven to build the jar so had issues with building it. Will post the solution in detail ASAP.

On Mon, Feb 22, 2016 at 9:19 PM, Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> wrote:
To add a new servlet to Orion, you need to add a new OSGi bundle that contributes to the servlet extension points.  See https://git.eclipse.org/c/orion/org.eclipse.orion.server.git/tree/bundles/org.eclipse.orion.server.git/plugin.xml for an example that adds both static content and hooks up a Servlet to an HTTP endpoint.  https://git.eclipse.org/c/orion/org.eclipse.orion.server.git/tree/bundles/org.eclipse.orion.server.cf/plugin.xml contains another example.

https://wiki.eclipse.org/Orion/How_Tos/How_to_write_an_Orion_SDK_plugin covers the general mechanics of adding an OSGi bundle to the orion server itself.


On Fri, Feb 19, 2016 at 1:39 AM, Danushka Fernando <wdfdo1986@xxxxxxxxx> wrote:
Hi Devs
I am trying to do $subject. I am new to jetty. Can you guys point me out on how to do this.

I tried following [1]. Didn't work. 


--
Best Regards
Danushka Fernando.
Senior Software Engineer,
WSO2.

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev



--
Paul Webster
Hi floor.  Make me a sammich! - GIR

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev



--
Best Regards
Danushka Fernando.
Senior Software Engineer,
WSO2.

Back to the top