Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Eclipse Equinox Jk2 AJP
Eclipse Equinox Jk2 AJP [message #125514] Tue, 03 February 2009 20:56 Go to next message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
Is there a way to connect my osgi embedded jetty server with apache2 using
mod_jk2 or something like that ??

Thanks
Ignacio
Re: Eclipse Equinox Jk2 AJP [message #125700 is a reply to message #125514] Tue, 10 February 2009 06:07 Go to previous messageGo to next message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
To make this work with jetty 6 embedded in osgi, we need to download the
src of jetty 6. And create a bundle with the src of Ajp. Import the
required packages with 6.1.7 version. It is compiling now.

Then a change to org.eclipse.equinox.http.jetty will make the job to add
the AJPConnector using Ajp13SocketConnector()... Probably we can use
properties or read an xml file like in the standard jetty 6.

Does any one have a suggestion for this configuration any thing that can
be changed.

Thanks
Ignacio M.
Re: Eclipse Equinox Jk2 AJP [message #125724 is a reply to message #125514] Tue, 10 February 2009 15:01 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
You might want to try looking at
org.eclipse.equinox.http.jetty.JettyCustomizer (in M5) .
I've never tried your use-case however it would allow you to for example
replace the regular Http Connector with a custom configured AJPConnector.
One thing to be aware of is that your Customizer "must" be a fragment of the
http.jetty bundle.

There is a little more info here --
https://bugs.eclipse.org/bugs/show_bug.cgi?id=178985

-Simon


"Ignacio M" <nmorenor@gmail.com> wrote in message
news:dff1285e686c30dd32c8c85d5c88ae92$1@www.eclipse.org...
> Is there a way to connect my osgi embedded jetty server with apache2 using
> mod_jk2 or something like that ??
>
> Thanks
> Ignacio
>
Re: Eclipse Equinox Jk2 AJP [message #125736 is a reply to message #125724] Tue, 10 February 2009 16:53 Go to previous message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
Thanks for this quick reply. It is what I need, now it is working.

Ignacio M
Previous Topic:why my svn in eclipse 3.4.1 doesn't display the file version number and modified state?
Next Topic:[P2] Duplicating/Cloning/Sharing a P2 profile
Goto Forum:
  


Current Time: Tue Mar 19 08:26:37 GMT 2024

Powered by FUDForum. Page generated in 0.02375 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top