I am using eclipse indigo, trying to customize its output folder to be outside the project (actually, to copy output into tomcat installation).
I understand there are 2 possible solutions (none of them worked for me)
- configure eclipse project output folder as described here. But I did not find how to enter
linked folderin output folder. - probably a smarter way - configuring
tomcat eclipse plugin(I'm using sysdeo plugin). It did not work either: I can start tomcat from eclipse, but nothing is copied to tomcat installation.
thank for any tip