Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Does server-side equinox support to be deployed in WebSphere6.1?
Does server-side equinox support to be deployed in WebSphere6.1? [message #114046] Mon, 14 July 2008 00:46 Go to next message
Eclipse UserFriend
Originally posted by: jeffidea.hotmai.com

I heard about that WebSphere6.1 base on equinox, and it's servlet
container is an osgi entironment, so does server-side equinox support to
be deployed in WebSphere6.1?
Re: Does server-side equinox support to be deployed in WebSphere6.1? [message #114056 is a reply to message #114046] Mon, 14 July 2008 03:23 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
Yes. The servletbridge has been formally tested with the most common app
servers (including WAS 6.1) and AFAIK should work with any app server or
servlet container.

"Jeff" <jeffidea@hotmai.com> wrote in message
news:168623e984a5d1850d1b52af57265f8f$1@www.eclipse.org...
>I heard about that WebSphere6.1 base on equinox, and it's servlet container
>is an osgi entironment, so does server-side equinox support to be deployed
>in WebSphere6.1?
>
Re: Does server-side equinox support to be deployed in WebSphere6.1? [message #114064 is a reply to message #114056] Mon, 14 July 2008 06:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeffidea.hotmai.com

Thank you Simon Kaegi:
So does that means osgi entironment can hold another osgi entironment as a
bundle? That will be an extremely complex classloader mechanism!

Are you sure:)?
And is there any limitation of the depth of osgi-nesting?
Re: Does server-side equinox support to be deployed in WebSphere6.1? [message #114071 is a reply to message #114064] Mon, 14 July 2008 14:17 Go to previous message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
> So does that means osgi entironment can hold another osgi environment as a
> bundle? That will be an extremely complex classloader mechanism!
It's probably not as complex as you think. The bundle class loaders are not
arranged hierarchically so that within a particular instance of the
framework things look fairly much the same regardless if you're in the nth
nested framework or a top-level instance.

> Are you sure:)? Positive :)
> And is there any limitation of the depth of osgi-nesting?
There's nothing in the framework that would prevent an arbitrary depth
however I don't this has been investigated much beyond about 5 nestings
though. On the other hand I've run 100s of top-level instances of the
framework in one process so don't see this necessarily being a problem.

-Simon
Previous Topic:UserAdmin wrong password data after restart equinox
Next Topic:problems with chmod touchpoint action
Goto Forum:
  


Current Time: Fri Apr 26 17:10:52 GMT 2024

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

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

Back to the top