Re: [Resin-interest] Unable to do JNDI lookup in resin

2008-02-13 Thread Jason D'cruz
One more thing. I'm trying to port an app from weblogic into resin. Ideally i would just like to change the deployment descriptors only so what would i have to do. And for lookups i just need the InitialContecxtFactory Class and the lookup URL as given in my code. Can you please help me with thi

Re: [Resin-interest] Unable to do JNDI lookup in resin

2008-02-13 Thread Jason D'cruz
Thanks Scott, Can you tell me where to download the 3.1.5 snapshot? http://www.caucho.com/download/ only has the 3.1.4 version and 3.1 snapshot. Thanks, Jason Scott Ferguson wrote: > > > On Feb 11, 2008, at 6:23 AM, Jason D'cruz wrote: > >> >> Hi, >> >> I'm trying to do a JNDI Lookup i

Re: [Resin-interest] Unable to do JNDI lookup in resin

2008-02-13 Thread Scott Ferguson
On Feb 11, 2008, at 6:23 AM, Jason D'cruz wrote: > > Hi, > > I'm trying to do a JNDI Lookup in Resin using the Hessian libraries > wit > Resin 3.1.3 > > > > My Client is > >Hashtable env = new > Hashtable(5); > env > .put > (Context > .INITIAL_CONTEXT_FACTORY > ,"com