Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Re: How to get tomcat connector for eclipse 3.3-RC1 ?
Re: How to get tomcat connector for eclipse 3.3-RC1 ? [message #193185] Sat, 26 May 2007 09:14 Go to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Erick,
the best place to ask questions about web stuff is eclipse.webtools
group, which i added to the "to:" list.
Server adapters you mention are optional and not maintained by Eclipse
Foundation itself, but by external providers.
Tomcat adaper however is maintained by Eclipse and should be always
listed in "Define New Server" window in new server wizard.

If you don't see it, that could mean you are missing some plug-ins, or
their dependencies.
I have following plug-ins that i may be necessary to have Tomcat:
org.eclipse.jst.server.tomcat.core.*.jar
org.eclipse.jst.server.tomcat.ui.*.jar

do you have them in eclipse/plugins directory?


Erick Dovale wrote:
> Hi there,
> I've been looking around for a tomcat copnnector for eclipse-3.3RC1
> and so far I have not find it. Can any one point me to the right place?
> When I try to add a web server definition I am only getting 3 options
> for websphere, pramati and geronimo.
> Any help would be greatly appreciated as I am forced to run on vista
> and 3.2.2 does not supports it.
>
> Thanks
>
> edovale
Re: How to get tomcat connector for eclipse 3.3-RC1 ? [message #193193 is a reply to message #193185] Sat, 26 May 2007 14:13 Go to previous messageGo to next message
Erick Dovale is currently offline Erick DovaleFriend
Messages: 5
Registered: July 2009
Junior Member
Jacek,
Thanks for your replay and my appologies for posting to the wrong forum.
I checked in the plugins folder in my eclipse 3.3-RC1 installation and
no, I dont have those plugins you mentioned below. I also noticed that I
have *.jst.server.xxx for weblogic, oc4j, jonas and jboss and neither of
these is been listed when I try to configure a new server.
Did you get 3.3-RC1 and got support for tomcat out of the box(after
installing WTP and related plugins?)

Thanks.

Erick


Jacek Pospychala wrote:
> Erick,
> the best place to ask questions about web stuff is eclipse.webtools
> group, which i added to the "to:" list.
> Server adapters you mention are optional and not maintained by Eclipse
> Foundation itself, but by external providers.
> Tomcat adaper however is maintained by Eclipse and should be always
> listed in "Define New Server" window in new server wizard.
>
> If you don't see it, that could mean you are missing some plug-ins, or
> their dependencies.
> I have following plug-ins that i may be necessary to have Tomcat:
> org.eclipse.jst.server.tomcat.core.*.jar
> org.eclipse.jst.server.tomcat.ui.*.jar
>
> do you have them in eclipse/plugins directory?
>
>
> Erick Dovale wrote:
>
>> Hi there,
>> I've been looking around for a tomcat copnnector for eclipse-3.3RC1
>> and so far I have not find it. Can any one point me to the right place?
>> When I try to add a web server definition I am only getting 3 options
>> for websphere, pramati and geronimo.
>> Any help would be greatly appreciated as I am forced to run on vista
>> and 3.2.2 does not supports it.
>>
>> Thanks
>>
>> edovale
Re: How to get tomcat connector for eclipse 3.3-RC1 ? [message #193202 is a reply to message #193193] Sat, 26 May 2007 17:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Erick,
it seems to me, there are two issues here:
1. missing tomcat jars. All the adapters you mention are usually in
folders, whereas tomcat is in jar files, so maybe you overlooked them?
2. existing servers adapters don't appear in new server wizard. It's
possible that you may be missing some dependencies. Please verify, that
you have installed: JST, WST, EMF, XSD, SDO, GEF. For some reason when
installing through Update Manager, it doesn't require EMF,XSD and SDO.

Erick Dovale wrote:
> Jacek,
> Thanks for your replay and my appologies for posting to the wrong forum.
> I checked in the plugins folder in my eclipse 3.3-RC1 installation and
> no, I dont have those plugins you mentioned below. I also noticed that
> I have *.jst.server.xxx for weblogic, oc4j, jonas and jboss and
> neither of these is been listed when I try to configure a new server.
> Did you get 3.3-RC1 and got support for tomcat out of the box(after
> installing WTP and related plugins?)
>
> Thanks.
>
> Erick
>
>
> Jacek Pospychala wrote:
>> Erick,
>> the best place to ask questions about web stuff is eclipse.webtools
>> group, which i added to the "to:" list.
>> Server adapters you mention are optional and not maintained by
>> Eclipse Foundation itself, but by external providers.
>> Tomcat adaper however is maintained by Eclipse and should be always
>> listed in "Define New Server" window in new server wizard.
>>
>> If you don't see it, that could mean you are missing some plug-ins,
>> or their dependencies.
>> I have following plug-ins that i may be necessary to have Tomcat:
>> org.eclipse.jst.server.tomcat.core.*.jar
>> org.eclipse.jst.server.tomcat.ui.*.jar
>>
>> do you have them in eclipse/plugins directory?
>>
>>
>> Erick Dovale wrote:
>>
>>> Hi there,
>>> I've been looking around for a tomcat copnnector for eclipse-3.3RC1
>>> and so far I have not find it. Can any one point me to the right place?
>>> When I try to add a web server definition I am only getting 3
>>> options for websphere, pramati and geronimo.
>>> Any help would be greatly appreciated as I am forced to run on vista
>>> and 3.2.2 does not supports it.
>>>
>>> Thanks
>>>
>>> edovale
Re: How to get tomcat connector for eclipse 3.3-RC1 ? [message #193327 is a reply to message #193202] Sun, 27 May 2007 20:51 Go to previous message
Erick Dovale is currently offline Erick DovaleFriend
Messages: 5
Registered: July 2009
Junior Member
Jacek,
I finally got it to work.. thanks a lot for you help.
It seems europa discovery site is still not 100% properly configured and
a few of the plugins you mentioned below were not been installed. I
installed them manually and everything is working as expected now.
Thanks again.

Jacek Pospychala wrote:
> Erick,
> it seems to me, there are two issues here:
> 1. missing tomcat jars. All the adapters you mention are usually in
> folders, whereas tomcat is in jar files, so maybe you overlooked them?
> 2. existing servers adapters don't appear in new server wizard. It's
> possible that you may be missing some dependencies. Please verify, that
> you have installed: JST, WST, EMF, XSD, SDO, GEF. For some reason when
> installing through Update Manager, it doesn't require EMF,XSD and SDO.
>
> Erick Dovale wrote:
>
>> Jacek,
>> Thanks for your replay and my appologies for posting to the wrong forum.
>> I checked in the plugins folder in my eclipse 3.3-RC1 installation and
>> no, I dont have those plugins you mentioned below. I also noticed that
>> I have *.jst.server.xxx for weblogic, oc4j, jonas and jboss and
>> neither of these is been listed when I try to configure a new server.
>> Did you get 3.3-RC1 and got support for tomcat out of the box(after
>> installing WTP and related plugins?)
>>
>> Thanks.
>>
>> Erick
>>
>>
>> Jacek Pospychala wrote:
>>
>>> Erick,
>>> the best place to ask questions about web stuff is eclipse.webtools
>>> group, which i added to the "to:" list.
>>> Server adapters you mention are optional and not maintained by
>>> Eclipse Foundation itself, but by external providers.
>>> Tomcat adaper however is maintained by Eclipse and should be always
>>> listed in "Define New Server" window in new server wizard.
>>>
>>> If you don't see it, that could mean you are missing some plug-ins,
>>> or their dependencies.
>>> I have following plug-ins that i may be necessary to have Tomcat:
>>> org.eclipse.jst.server.tomcat.core.*.jar
>>> org.eclipse.jst.server.tomcat.ui.*.jar
>>>
>>> do you have them in eclipse/plugins directory?
>>>
>>>
>>> Erick Dovale wrote:
>>>
>>>> Hi there,
>>>> I've been looking around for a tomcat copnnector for eclipse-3.3RC1
>>>> and so far I have not find it. Can any one point me to the right place?
>>>> When I try to add a web server definition I am only getting 3
>>>> options for websphere, pramati and geronimo.
>>>> Any help would be greatly appreciated as I am forced to run on vista
>>>> and 3.2.2 does not supports it.
>>>>
>>>> Thanks
>>>>
>>>> edovale
Previous Topic:beginner: RC1 - doesn't work
Next Topic:disable "Run On Server" submenu
Goto Forum:
  


Current Time: Thu Apr 25 02:23:23 GMT 2024

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

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

Back to the top