Tomcat 4.1.29 + Intellij 3.0 class reloading
Hi all,
I'm using tomcat 4.1.29 with Intellij 3.0, and it
appears the class reloading isn't working. Everytime I edit class file I have to restart Intellij
to see the effect.
I have an entry in server.xml:
]]>
I run tomcat with;
- Main Class: org.apache.catalina.startup.Bootstrap
- VM parameters: -Dcatalina.base=... -Dcatalina.home=...
- Program parameters: start
- Working directory: path_to_catalina_home
If I run the same context with Eclipse, the class reloading does work. So I'm sure it has to do with Intellij. Does anybody have same problem/any idea?
Thank you for your help.
- Tshu
请先登录再写评论。