my dog learned polymorphism
The moose likes IDEs, Version Control and other tools and the fly likes eclipse STS 2.5.1 and tomcat 6.0.26 query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "eclipse STS 2.5.1 and tomcat 6.0.26 query" Watch "eclipse STS 2.5.1 and tomcat 6.0.26 query" New topic
Author

eclipse STS 2.5.1 and tomcat 6.0.26 query

Sander Evanfield
Greenhorn

Joined: Oct 15, 2004
Posts: 13
I have STS eclipse 2.5.1 and tomcat 6.0.26. I run an ant build from a clearcase view and copy the generated war onto webapps.

tomcat 6.0.26 is installed and configured to run inside eclipse servers tab. The project is imported as existing workspace into eclipse

I start the server and it deploys the war. My questions are


a) With plain eclipse 3.5 and tomcat with subversion I could publish add and remove projects easily

I cannot add or remove projects or publish here how do I do that ?

b) How do I configure debugging is it going to be straight forward as putting breakpoint and opening debug perspective by clicking the bug ?


xxx
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5528

What is "STS eclipse"?

a) Do you mean add and remove projects using Subversion or ClearCase?

b) That's how it is done in Eclipse...


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: eclipse STS 2.5.1 and tomcat 6.0.26 query
 
Similar Threads
howto: use eclipse server view with an old struts application
old project to be published to tomcat6 within Eclipse3.3
Migration from STS to Eclipse build/publish to Tomcat not working
deploying war projects instead of ear projects from inside RAD 7.5
How to run Spring/Maven project from Eclipse on a web server (examples from “Spring by Example");