Loading dll for servlets

2003-03-14 Thread Bjoern Abt
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

Re: Loading dll for servlets

2003-03-14 Thread Tomcat-RND
] 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

Re: Loading dll for servlets

2003-03-14 Thread Bjoern Abt
Hi Can you eloborate to load the dll in tomcat server?What is the functionality required ? I need to access the dll's entrypoints from a few servlets. And I don't want to Load the dll to RAM and unload it in every servlet. Can detail us about overhead of loading and unloading dll in

Re: Loading dll for servlets

2003-03-14 Thread Tomcat-RND
. - Original Message - From: Bjoern Abt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 14, 2003 3:09 PM Subject: Re: Loading dll for servlets Hi Can you eloborate to load the dll in tomcat server?What is the functionality required ? I need to access

Re: Loading dll for servlets

2003-03-14 Thread Bjoern Abt
3:09 PM Subject: Re: Loading dll for servlets Hi Can you eloborate to load the dll in tomcat server?What is the functionality required ? I need to access the dll's entrypoints from a few servlets. And I don't want to Load the dll to RAM and unload it in every servlet. Can

Re: Loading dll for servlets

2003-03-14 Thread jbisotti
, Jamie Bjoern Abt [EMAIL PROTECTED] on 03/14/2003 04:22:34 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Loading dll for servlets Hello List, Background: I am extending an existing application to the web. The existing application

RE: Loading dll for servlets

2003-03-14 Thread Scott, Sean
the DLL everytime the App is deployed, which will result in errors. -sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 9:00 AM To: Tomcat Users List Subject: Re: Loading dll for servlets I'm currently working on an app that requires

RE: Loading dll for servlets

2003-03-14 Thread Cox, Charlie
in a webapp it will try to load the DLL everytime the App is deployed, which will result in errors. -sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 9:00 AM To: Tomcat Users List Subject: Re: Loading dll for servlets I'm