> From: David kerber [mailto:dcker...@verizon.net] > Subject: TC 5.5 with java -server mode in windows service > > Do I just specify the full path to the > \Program Files\Java\jdk1.5.0_17\jre\bin\server\jvm.dll in the jvm box?
Yes, that's the proper way to do it. > [2009-05-15 08:54:50] [info] Full thread dump Java HotSpot(TM) > Server VM (1.5.0_17-b04 mixed mode): You're already in server mode. The "mixed mode" indicates that you have both an interpreter and a JIT active; you cannot run without the interpreter, but you can run without a JIT, in which case it will say "interpreted mode". All is well. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org