RE: Create an object that's shared with multiple applications?

2006-08-16 Thread Phil \(waex\)
You can serialize/deseriaize your object(s) in /from an Ms SQLserver blob field I can email you some code off list if this is what you are looking forward Phil -Original Message- From: 0 8 [mailto:[EMAIL PROTECTED] Sent: 09 August 2006 20:14 To: Tomcat Users List Subject: Re: Create a

[OT] Usage of Ibatis in production

2006-07-29 Thread Phil \(waex\)
Hi, Sorry for if this question is slightly off topic, I'm revisiting my work practices at the moment and I'm considering the usage of various frameworks to replace hand coding. I was wondering if any of the users in the list use Ibatis in production / commercial systems for data persistence to RDB,

RE: Intermediate write in JSP

2006-07-18 Thread Phil \(waex\)
Hi, I had a similar issue in the past that I overcome by having the servlet start a separate thread that was producing the report, And a jsp page refreshing every 10 seconds or so checking for completion. Philippe -Original Message- From: Abh N [mailto:[EMAIL PROTECTED] Sent: 19 July 2

RE: IIS and Tomcat authentication problems

2006-06-23 Thread Phil \(waex\)
If this can help ... With jrun the isapi filter need to be in a protected folder for the authentication to be passed to the engine. I.e. if your iis site is password protected and the jrun.dll is in a folder that does not require auth, it won't receive the username. Cheers Phil -Original