2008-11-04 22:03:47 UTC
I'm having issues running this under Tomcat. I built it with Maven, and use the resulting war file to deplay on Tomcat.
Anytime I'm connected to the 3270 host, processor usage goes high on the server hosting Tomcat. I've tried different versions of Tomcat, as well as different versions of the JDK as well as building it on both Windows and Linux with the same result. It also doesn't matter whether Tomcat is running on Linux or Windows. The reported thread that's using all the CPU on Windows is "MSVCRT.DLL!endthreadex+0x3a" (MSVCR71.dll!endthreaqdex_0x31 after the JDK upgrade and rebuild). I don't have the tools to see the same on Linux, except that the high utilization process is java.bin.
Another thing I noticed that might be helpful. I manually edited the index.jsp to increase the size of the applet window, and noticed that it appears there's a 2nd applet behind the 1st slightly offset towards the bottom (maybe it's not really there but an oddity with the way the window is drawn).
So, any thoughts on how to deal with the high utilization? Any other info I can provide that might be helpful?
Great looking app. Thanks for all the work you've done.
jh