Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] OSGi inside servlet container

Thank you, Simon.
In about a month we're going to start a new project,
where I plan to use your code for running OSGi inside
Tomcat. I will tell you how it works.

Vasily



On Dec 8, 2005, at 11:09 PM, Kaegi, Simon wrote:

Hi Vasily,

The code for the projects you mention is already in the
equinox-incubator CVS:
e.g.
/cvsroot/eclipse
	equinox-incubator/org.eclipse.equinox.servlet.bridge
	equinox-incubator/org.eclipse.equinox.servlet.httpservice

You can find some preliminary documentation at
http://www.eclipse.org/equinox/incubator/server/
I'll be providing step-by-step instructions to coincide with the M4
release.

When you have any code written we would be happy to test it
and provide feedback/contributions.
That would be great. Let me know if you need any help.
Feedback with ideas for how to get people started would especially be
appreciated.
I've logged an enhancement request in bugzilla to help track any
feedback you or anyone else has.
( see https://bugs.eclipse.org/bugs/show_bug.cgi?id=119925 )

-Simon

-----Original Message-----
From: equinox-dev-bounces@xxxxxxxxxxx
[mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Vasily Kuznetsov
Sent: Thursday, December 08, 2005 10:50 AM
To: equinox-dev@xxxxxxxxxxx
Cc: Andrew Ivanitsky
Subject: [equinox-dev] OSGi inside servlet container

Hello,

Recently I've read about your efforts to facilitate using
Equinox/RCP in server-side applications, namely inside
servlet containers. We have been running Equinox OSGi
(patched a little to work around the
setURLStreamHandlerFactory and setContentHandlerFactory
problems) inside Apache Tomcat as a foundation of our
web-based applications.

If you're interested, the code is avaiable under Naumen
Public License (BSD-style
http://www.opensource.org/licenses/naumen.php) at
http://download.naumen.ru/naurp/ (see also
http://download.naumen.ru/naurp/README.txt). Currently fx,
the component tying OSGi to the Servlet Container , contains
a lot of code related to JSP and some other dependencies,
which we plan to remove in order to depend only on
OSGi-specified httpService.

We're looking forward to org.eclipse.equinox.servlet.bridge
and org.eclipse.equinox.servlet.http projects as a future
foundation of our platform.
When you have any code written we would be happy to test it
and provide feedback/contributions.

Sincerely,
Vasily Kuznetsov,
NAUMEN
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top