hi, Can you eloborate to load the dll in tomcat server?What is the functionality required ? Can detail us about overhead of loading and unloading dll in servlets?
Pls ignore i was wrong .. Regards, Pratt. ----- Original Message ----- From: "Bjoern Abt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 2:52 PM Subject: Loading dll for servlets > Hello List, > > Background: > I am extending an existing application to the web. The existing application > is written in cobol and compiled to a *.dll on a Windows2000-System. I can > load the dll and go the specific entrypoints, so the existing logic doesn't > have to be rewritten. > > My Question: > Is it possible to load an dll into the Tomact-Server, so that its functions > are always accessible to my servlets? I have a terrible overhead in loading > and unloading the dll in every servlet that is accessed. Or does anyone know > another way to do it? > > Thanks in Advance > > Bjoern Abt > > http://www.inode.ch > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
