• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to integrate eclipse and tomcat

 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anybody tell how to integrate eclipse and tomcat i am using 3.5 eclipse i put com.sysdeo.eclipse.tomcat_3.0.0 in c:/eclipse/plugin i am not getting tomcat in window-preference can anybody explain detail please? thanks in advance
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Windows -> Preferences -> Eclipse -> Servers -> Tomcat

this is the usual path ( in Eclipse 6.0) where we configure Tomcat in Eclipse

but, I am not sure with the version you are using.
 
vijayakumar durai
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using tomcat 5.5.9 version i have to configure i doesn't see tomcat in window-prefernces
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed sysdeo in Eclipse Ganymede and it found everything, but it no longer worked reliably. I went back and checked, and apparently the sysdeo plugin hasn't been maintained since 2007.

I'm disappointed. The WTP server is nowhere near as good. Unlike the sysdeo plug-in, it tries to get actively involved in the Tomcat server; but not actively involved enough. Stuff that ran just fine in sysdeo can't find resources in the WTP server, I fight the server configuration stuff constantly (for one thing, it's no longer in plain view like it was for sysdeo), it won't give the freedom I need to locate resources or even set context names, and to add insult to injury, it wants to stuff the contexts into server.xml to maintain Tomcat3 compatibility even though even Tomcat4 passed end-of-life years ago. So now I'm stuck using an external Tomcat.

 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You would be able to add tomcat in Eclipse under,

Windows -> Preferences -> Servers -> Installed Runtimes --> Click Add Button --> Apache --> Tomcat 5.5

HTH!
 
vijayakumar durai
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am not getting anything

windows->preference->eclipse->server->tomcat

windows->prefernce->server->tomcat

windows->preference->tomcat

 
Saifuddin Merchant
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about this?

Windows --> Show view --> Others -->Servers --> Server

The server view should now open.
Right click on server view and say New Server. After that finding it should be simple...
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the IDEs forum
 
vijayakumar durai
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i didn,t get result can any body tell how to integrate eclipse 3.5 & tomcat
 
vijayakumar durai
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this i got results thanks i installed new eclipse
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic