Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top