Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Adding a server to eclipse
Adding a server to eclipse [message #207284] Tue, 22 January 2008 16:33 Go to next message
Eclipse UserFriend
Originally posted by: massimiliano.fanciulli.intecs.it

Hi All,

i'm searching documentation for extending the
org.eclipse.wst.server.core.* extension points in order to implement a
plugin that will add a new server to Eclipse. I could not find any
useful tutorial that would explain this clearly and i haven't found any
post on this newgroup (actually there are more than 15000 posts to
check! gosh!).
Does anyone have some useful links?
Thank you,

Massimiliano
Re: Adding a server to eclipse [message #207319 is a reply to message #207284] Wed, 23 January 2008 09:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wknauf_NO_._INSIDE_hg-online.de

Hi Massimiliano,

do you want to do some coding for the new server plugin, or do you want to use
the WTP generic server plugin (as JBoss server does)? If you want to do the
latter, then your work can be done by some configuration files.

For WTP 1.5, I created a modified JBoss plugin which added the EJB3 libraries.
Maybe you can take this plugin file as a sample for your own plugin.
http://www.informatik.fh-wiesbaden.de/~knauf/public/org.ecli pse.jst.server.jboss.ejb3_1.5.0.v200706052200.jar

Best regards

Wolfgang

Massimiliano Fanciulli schrieb:
> Hi All,
>
> i'm searching documentation for extending the
> org.eclipse.wst.server.core.* extension points in order to implement a
> plugin that will add a new server to Eclipse. I could not find any
> useful tutorial that would explain this clearly and i haven't found any
> post on this newgroup (actually there are more than 15000 posts to
> check! gosh!).
> Does anyone have some useful links?
> Thank you,
>
> Massimiliano
Re: Adding a server to eclipse [message #207323 is a reply to message #207319] Wed, 23 January 2008 10:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: massimiliano.fanciulli.intecs.it

Hi Wolfgang,

i have a product that is a web application shipped with Tomcat. What i
want to do is simply let user add one or more remote servers of that
kind. Eclipse then would let user run/debug some code on these servers.
If i have understood well i can achieve this point simply deriving my
own server from the WTP generic Tomcat server.. Am i right? How can i
specify that my server is not local but remote?

I'll check your code. Thank you for your help.
Regards,
Massimiliano


Wolfgang Knauf wrote:
> Hi Massimiliano,
>
> do you want to do some coding for the new server plugin, or do you want
> to use the WTP generic server plugin (as JBoss server does)? If you want
> to do the latter, then your work can be done by some configuration files.
>
> For WTP 1.5, I created a modified JBoss plugin which added the EJB3
> libraries. Maybe you can take this plugin file as a sample for your own
> plugin.
> http://www.informatik.fh-wiesbaden.de/~knauf/public/org.ecli pse.jst.server.jboss.ejb3_1.5.0.v200706052200.jar
>
>
> Best regards
>
> Wolfgang
>
> Massimiliano Fanciulli schrieb:
>> Hi All,
>>
>> i'm searching documentation for extending the
>> org.eclipse.wst.server.core.* extension points in order to implement a
>> plugin that will add a new server to Eclipse. I could not find any
>> useful tutorial that would explain this clearly and i haven't found
>> any post on this newgroup (actually there are more than 15000 posts to
>> check! gosh!).
>> Does anyone have some useful links?
>> Thank you,
>>
>> Massimiliano
Re: Adding a server to eclipse [message #207326 is a reply to message #207323] Wed, 23 January 2008 16:43 Go to previous message
Lawrence Mandel is currently offline Lawrence MandelFriend
Messages: 486
Registered: July 2009
Senior Member
Hi Massimiliano,

Chapter 12 [1] in the WTP book "Eclipse Web Tools Platform: Developing
Java Web Applications" shows in detail how to add custom servers to WTP.
For full disclosure, I'm a co-author of this book.

[1] http://www.eclipsewtp.org/chapter12.html

Lawrence Mandel
-
Co-author Eclipse Web Tools Platform: Developing Java Web Applications
http://www.eclipsewtp.org
Previous Topic:Project-> Properties-> Run/Debug ->New ...all blank
Next Topic:Failed to get the xml catalog user specified entries from the eclipse preference
Goto Forum:
  


Current Time: Tue Mar 19 10:35:48 GMT 2024

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

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

Back to the top