i am using svn repository with MyEclipse as well as using TOmcat 1.6.x to test using localhost:8080 in my web page.
when i make a change within Package Explorer (which is pointing to my svn checkout directory), and then try running it using Tomcat, it doesn’t use my svn repository, it actually is reading some older revision from within my Tomcat directory.
Can you tell me why its not looking at my svn directory when trying to test it in my browser?
i’m sure its a simple config problem, but pulling my hair out trying to find it. thanks