• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

TOmcat 7 plugin in eclipse indigo

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

I am trying to integrate tomcat 7 in eclipse indigo. I downloaded tomcat 7 plugin and copied in to eclipse plugin folder. I am getting tomcat start, stop and restart icon in tomcat tool bar. But when i click on start tomcat icon it says "tomcat settings should be configured in a tomcat preference". Could anyone help me to start the tomcat server in eclipse indigo by giving the step by step procedure. Thanks in advance...
 
Ranch Hand
Posts: 56
Netbeans IDE Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.eclipse.org/webtools/jst/components/ws/M4/tutorials/InstallTomcat.html

Check the above link, you will get the idea.
 
Saloon Keeper
Posts: 28327
210
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
Since you said that you "downloaded the Tomcat plugin", I figure that you did one of two things:

1. Downloaded Tomcat and placed it in the Eclipse plugin folder. Tomcat isn't the tomcat plugin, so you shouldn't do that. Tomcat should be installed in a directory that's completely external to Eclipse.

2. Downloaded a third-party Tomcat manager such as the sysdeo plugin. I know sysdeo pretty well, but it's not the only Tomcat plugin available, and they will differ on how you configure them.

The WTP plugin comes already installed when you download and install the J2EE spin of Eclipse Indigo. But personally, I hate it, so I install sysdeo and ignore WTP.

In the particular case of the sysdeo plugin, it will add icons to your toolbar like you described, as well as equivalent menu controls. To actually use it, you must employ the Window/Preferences menu and select the Tomcat options. You'll have to tell the plugin where your Tomcat home directory is, which version of Tomcat it is, and various other minor details. If you have existing Eclipse web projects that you want to be able to debug in tomcat, select them in the Tomcat/source path preferences topic.
 
Tijo Mathew
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim Holloway,

I did what you said for tomcat plugin downloaded. I am new to sysdeo tomcat plugin. could you provide me how to integrate this in eclipse by step wise procedure?

thanks in advance.
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tijo,

Were you able to install sysdeo on Eclipse.If not than will like to help you on this !!

Cheers!
Rakesh
 
Tijo Mathew
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply. I could not do the installation...
 
Rakesh Chaudhary
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey this was quick

anyways

download a sysdeo plugin and place the unzipped file in the plugin folder of your eclipse environment.

Restart click ...You will be able to see three icons for Start/Stop/Restart of Tomcat on the eclipse Workbench.

Now.on navigate to Windows-->Preferences-->Locate Tomcat and click ....Select the version-->path of the home directory...And done.!!!

Start the tomcat ...you can see it running in the Console window.

Cheers!

Rakesh
 
Tijo Mathew
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Rakesh.............It has worked....Appreciate your guidance....
 
What are you saying? I thought you said that Santa gave you that. And this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic