Thx for your help.
That seems relevant. I called
zmcontrol stop and
tomcat start and saw the 7070 port in use for the first time with nmap. But then when I said
zmcontrol start the 7070 port disappeared.
Starting tomcat gave me these errors:
Code:
$ ./tomcat start
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException robertgeronimo-desktop.thenycworker.com:389)
grepping through the processes after starting tomcat provides this:
Code:
$ ps ax|grep tom
28902 ? Ss 0:00 /opt/zimbra/libexec/zmtomcatmgr start -Xms74m -Xmx74m -client -XX:NewRatio=2
28903 ? Sl 0:06 /opt/zimbra/jdk1.5.0_07/bin/java -Xms74m -Xmx74m -client -XX:NewRatio=2 -Dcatalina.base=/opt/zimbra/apache-tomcat-5.5.15 -Dcatalina.home=/opt/zimbra/apache-tomcat-5.5.15 -Djava.io.tmpdir=/opt/zimbra/apache-tomcat-5.5.15/temp -Djava.library.path=/opt/zimbra/lib -Djava.endorsed.dirs=/opt/zimbra/apache-tomcat-5.5.15/common/endorsed -classpath /opt/zimbra/apache-tomcat-5.5.15/bin/bootstrap.jar:/opt/zimbra/apache-tomcat-5.5.15/bin/commons-logging-api.jar:/opt/zimbra/lib/jars/zimbra-launcher.jar com.zimbra.cs.launcher.TomcatLauncher
I don't know if it's relevant, but I replaced the Tomcat server.xml file with the developer version from cvs accoring to bluetoad's directions:
http://wiki.zimbra.com/index.php?tit...tware_yourself