Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP with webservice using internal Tomcat plugin
RCP with webservice using internal Tomcat plugin [message #428025] Fri, 06 May 2005 06:39 Go to next message
Eclipse UserFriend
Hi,

I trying to add some remote administration features to my RCP application.
For this I would like to enable the different services/components to
talk between each other directly in the same JVM OR to remotely through
a webserver.

I have found that the help plugin, which I will use in the future
contains already the Tomcat installation.

I would like to reuse the org.eclipse.tomcat plugin to host my servlet
instead of adding an external Tomcat server.

I have found several tutorial on developping for Tomcat, but nothing on
the internal tomcat server...

Does anyone have any experience on using the internal Tomcat server ?

Thanks,

Cédric


PS: I am planning to use the lightweight Burlap protocol for the
webservice communication
(http://www.caucho.com/resin-3.0/protocols/burlap.xtp)
Re: RCP with webservice using internal Tomcat plugin [message #428029 is a reply to message #428025] Fri, 06 May 2005 08:55 Go to previous messageGo to next message
Eclipse UserFriend
If you insist that you MUST use Tomcat...there is an article about
stripping tomcat for personal application use on onjava.com. However-I
would suggest using Jetty.
Re: RCP with webservice using internal Tomcat plugin [message #428034 is a reply to message #428029] Fri, 06 May 2005 11:09 Go to previous messageGo to next message
Eclipse UserFriend
daniel wrote:

> If you insist that you MUST use Tomcat...there is an article about
> stripping tomcat for personal application use on onjava.com. However-I
> would suggest using Jetty.
>

I would like not to bundle a big piece software when a similar software
is already present in the distribution...

If jetty library size is not too big I will give it a try.

Thanks for the pointer.

Cedric
Re: RCP with webservice using internal Tomcat plugin [message #428061 is a reply to message #428025] Sat, 07 May 2005 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Eclipse help system has an `intenal' extension point for the web
application.
http://help.eclipse.org/help30/topic/org.eclipse.platform.do c.isv/reference/extension-points/org_eclipse_help_base_webap p.html
#This extension point is used by org.eclipse.help.webapp plugin.

Probably, you can use this internal extension point. But I think that
it is hard to use an internal server, because default port is
automatically selected for the help broswer.
--
ryu

"Cédric Hyppolite" <cedric.hyppolite@free.fr> wrote in message
news:d5fhsf$hka$1@news.eclipse.org...
> Hi,
>
> I trying to add some remote administration features to my RCP application.
> For this I would like to enable the different services/components to talk
> between each other directly in the same JVM OR to remotely through a
> webserver.
>
> I have found that the help plugin, which I will use in the future contains
> already the Tomcat installation.
>
> I would like to reuse the org.eclipse.tomcat plugin to host my servlet
> instead of adding an external Tomcat server.
>
> I have found several tutorial on developping for Tomcat, but nothing on
> the internal tomcat server...
>
> Does anyone have any experience on using the internal Tomcat server ?
>
> Thanks,
>
> Cédric
>
>
> PS: I am planning to use the lightweight Burlap protocol for the
> webservice communication
> (http://www.caucho.com/resin-3.0/protocols/burlap.xtp)
Re: RCP with webservice using internal Tomcat plugin [message #443667 is a reply to message #428061] Thu, 02 February 2006 11:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hermann.woock.t-systems.com

I have a very similar problem. I'd like to have a webservice within my RCP-Application. Therefor I need a Tomcat that corresponses with my businesslogic that resists in my plugins. I wonder how I can build this connection between a Servlet and my plugins.
Re: RCP with webservice using internal Tomcat plugin [message #449413 is a reply to message #443667] Fri, 12 May 2006 05:51 Go to previous message
Eclipse UserFriend
Originally posted by: pohngerald.yahoo.de

I have the same problem...do you found any solution?
Previous Topic:How to hide and Show views????
Next Topic:How change the tab color
Goto Forum:
  


Current Time: Sun Aug 31 19:03:43 EDT 2025

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

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

Back to the top