View Single Post
  #3 (permalink)  
Old 05-24-2006, 02:35 AM
ljm ljm is offline
Project Contributor
 
Posts: 70
Arrow

If you follow the instructions above, an error message appears in catalina.out:
zmtomcatstart: error: JVM option: -Xdebug: not allowed

As a workaround, you can:
1. edit ZimbraNative/src/launcher/zmtomcatstart.c
2. add -Xdebug and -Xrunjdwp to the AllowedJVMArgs array
3. rebuild and install zmtomcatstart

tomcat then listens on port 8000 and you are happily debugging.
Reply With Quote