문제

I have java source code of about 3000 classes & other web content (js, css, html). I imported the project in eclipse(indigo) and run the project on Tomcat6. After ant compile.complete.deploy, a new folder ${env.CATALINA_HOME}.
I am modifying few js & html files from IDE, but it doesn't reflect in the browser. I reloaded the page several times, but no changes are done.

In Project -> Buildautomatically option is checked.

Do i need to modify on the files in ${env.CATALINA_HOME} or the direct src code is fine?

도움이 되었습니까?

해결책

For all the UI related content - Webcontent folder files needs to be changes. And when new class files are added or existing classes are modified then "ant smartbuild" does fine.

-- thanks.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top