View Single Post
  #4 (permalink)  
Old 12-20-2005, 06:35 PM
anand anand is offline
Zimbra Employee
 
Posts: 274
Default

I don't run tomcat from inside eclipse, so I can't comment on that - others here do, and they may comment on that.

wrt being able to use -Xdebug in the tomcat/jvm command line, you can do this by using zmlocalconfig to change tocmat_java_options (make sure you preserve current values and reuse them - there is no append in zmlocalconfig).

Another thing to be aware of - if you are running production install, some JVM options are not allowed (for setuid/security reasons, -Xrun specifically being one of them; see source in ZimbraNative/src/launcher). Make sure you are using the "ZimbraServer/src/bin/tomcat" and not "tomcat.production" script to start/stop tomcat.
Reply With Quote