updating JSP in debug session
Hi,
I am using IntelliJ 9.0.3, Tomcat 6.0.26, and a portlet framework Liferay.
In a debug session, I modify a jsp file, control-F10, hoping that refresh browser (Firefox) will bring the update up. But it doesn't.
Here are a couple of things I noticed.
- Artifacts (%project.dir%\out\Artifacts) is updated fine.
- Work directory of web module (translated java and class), which is under user.home\.IntelliJ90\system\tomcat\...\work\Catalina\localhost, is NOT updated.
- CATALINA_TMPDIR (\dev\apache-tomcat-6.0.26\temp) is NOT updated.
Reloadable for Tomcat context is set to false.
I was IntelliJ 6 and 7 user. JSP dynamic update in debug session was not a problem then. Can you please help?
thanks in advance!
Please sign in to leave a comment.
Can it be this ?
No.
I did ctrl-F10 (if you re-read my post). And I tried "Package file". No it's not these.