Is there any option for .rar files on Tomcat 5.5.7

2005-02-03 Thread Edmon Begoli
I understand that Tomcat is not a full J2EE app. server, but I would like to know if there are any options to deploy .rar JCA adapters on Tomcat 5.5.7? Thank you, Edmon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Is there any option for .rar files on Tomcat 5.5.7

2005-02-03 Thread Remy Maucherat
On Thu, 03 Feb 2005 18:04:00 -0500, Edmon Begoli [EMAIL PROTECTED] wrote: I understand that Tomcat is not a full J2EE app. server, but I would like to know if there are any options to deploy .rar JCA adapters on Tomcat 5.5.7? No, Tomcat doesn't support JCA, sorry. --

Re: Is there any option for .rar files on Tomcat 5.5.7

2005-02-03 Thread Jacob Kjome
But you can fake it by implementing a custom javax.naming.spi.ObjectFactory and returning an object implementing javax.resource.cci.ConnectionFactory. I have done this to mimick the Kodo JDO JCA adapter so that whether the app is running in Weblogic or Tomcat, I access the JDO persistence