Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Create own server adapter
Create own server adapter [message #545469] Wed, 07 July 2010 21:39 Go to next message
jamesdcarroll  is currently offline jamesdcarroll Friend
Messages: 10
Registered: July 2009
Junior Member
I'm putting this question here since so many server adaptors seem to be related to WTP.

How do I create my own server adaptor? Any pointers to doc or otherwise in the right direction would be appreciated.
icon3.gif  Re: Create own server adapter [message #548152 is a reply to message #545469] Tue, 20 July 2010 20:19 Go to previous message
Angel Vera is currently offline Angel VeraFriend
Messages: 63
Registered: July 2009
Member

Hi jamesdcarroll,

Chapter 12 of the this book: http://www.eclipsewtp.org/chapter12.html , cover some of the aspects.

Another place to start is by looking at some server adapter out there. The Generic server adapter or the Tomcat server adapter, are probably the best ones to start with:

http://dev.eclipse.org/viewcvs/index.cgi/servertools/plugins /?root=WebTools_Project

org.eclipse.jst.server.generic.core/
org.eclipse.jst.server.tomcat.core/
org.eclipse.jst.server.tomcat.ui/


In particular to the generic server adapters, this is a extension of our framework. It allows you to create your own server adapter by providing a simple xml file and no java code.

Take a look at its implementation and hopefully complete your task.

Regards,
--
Angel Vera
WTP Server Tools Developer


Regards,
--
Angel Vera
WTP Server Tools Developer
Previous Topic:Web Service Client Wizard Problems
Next Topic:Publish webapp without deleting generated folders
Goto Forum:
  


Current Time: Thu Apr 18 06:37:30 GMT 2024

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

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

Back to the top