Re: Loading dll for servlets

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

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
I'm currently working on an app that requires access to some system DLLs. Not having done anyting like this before, I'm looking form some advice. Do I keep the DLL in with my webapp, or does it have to go somewhere in Tomcat's directory structure? Any help would be greatly appreciated. Thanks,

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