If you re worried about dropping connections between IIS and Tomcat, you could always increase the number of maxProcessors for your AJP13 Coyote Connector (see Lawson KB article
http://kmcollections.lawson.com/KMDOCS/GSC...TM?docid=100008 for an explanation of how to configure this). The number of concurrent users that you expect is fairly small, however, so you could probably get by with the default setting of 75 processors.
What you shoould make sure of is that you have the correct ESP level and ESS version to be able to support pooled DME. ESS makes extensive use of DME calls, and you don't want these done as CGI, lest you hammer your app server. Lawson 8.0.3's use of an RMI server to pool native DME processes isn't as scalable as a true J2EE architecture, but it's better than CGI.