• 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

Not able to add Tomact server in eclipse Windows 7

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am not able to add tomcat server in eclipse . After adding the server nothing happens and am not able to view it in the console area.
My PC OS id Windows 7. please reply asap.

Thanks and Please move this query if there is a thread already existing for this!
 
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
Welcome to the JavaRanch, Sri!

Tomcat doesn't care about Eclipse, but Eclipse can be made to care about Tomcat using one of several plugins. The one that's built into the J2EE build of Eclipse is the one I like least, however.

I'm moving this thread to the Eclipse (IDEs) forum.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is "console area"? Do you mean the Console View in Eclipse? That's not where servers appear - instead look in the Servers View.
 
sri watson
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I meant the servers view only! No action happens when i add a tomcat server ...
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This works for me: File | New | Other, Select the Server | Server wizard and click Next, select Apache | Tomcat v6.0 Server (or v7.0 or v5.5 ...) click Next, browse to where I installed Tomcat and click Next, then click Finish. "Tomcat v6.0 Server at localhost" appears in the Server's View.
reply
    Bookmark Topic Watch Topic
  • New Topic