JNDI connection issue

2008-05-09 Thread Praful Sinha
Hi All, Getting an issues while creating JNDI connection javax.management.MalformedObjectNameException: Invalid character ':' in value part of property at javax.management.ObjectName.construct(Unknown Source) at javax.management.ObjectName.(Unknown Source)

Re: JNDI connection issue

2008-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Praful, Praful Sinha wrote: | Getting an issues while creating JNDI connection | | javax.management.MalformedObjectNameException: Invalid character ':' in | value part of property It would seem that including your configuration would help greatly, h

RE: JNDI connection issue

2008-05-09 Thread Praful Sinha
Hi Chris, The configuration files look like this: Praful Sinha. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, May 09, 2008 7:36 PM To: Tomcat Users List Subject: Re: JNDI connection issue -BEGIN PGP SIGNED MESSAGE

Re: JNDI connection issue

2008-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Praful, Praful Sinha wrote: | The configuration files look like this: | | | | | | Based on the stack trace, I think the error is in server.xml, not in context.xml. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment

RE: JNDI connection issue

2008-05-09 Thread Praful Sinha
Subject: Re: JNDI connection issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Praful, Praful Sinha wrote: | The configuration files look like this: | | | | | | Based on the stack trace, I think the error is in server.xml, not in context.xml. - -chris -BEGIN PGP SIGNATURE- Version

RE: JNDI connection issue

2008-05-09 Thread Caldarale, Charles R
> From: Praful Sinha [mailto:[EMAIL PROTECTED] > Subject: RE: JNDI connection issue > > The configuration files look like this: > docBase="C:\Tomcat 6.0\webapps\AppPts" workDir="C:\Tomcat 6.0\work"> The above path attribute is clearly in error. When it&#x

Re: JNDI connection issue

2008-05-09 Thread Mikolaj Rydzewski
Praful Sinha wrote: I don't know how Tomcat handles backslashes in path names. On the other hand I don't like presented docBase and path attributes. I'd rather specify: path="AppPts" docBase="C:\Tomcat 6.0\webapps" -