RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Thanks Allistair, for pointing me in that direction.
I did briefly went over the the JNDI documentation.
I changed my web.xml and it is working now.


-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 24, 2005 9:40 AM
To: Tomcat Users List
Subject: RE: Tomcat 5.5.9 missing jars ?

Hi,

It looks like you are another developer who thinks the transition from 5.0.x
to 5.5.x is just copying your webapp across. Unfortunalte you'll need to
configure JNDI datasources in a different way in 5.5.x. Check out the manual
pages to see how.

Allistair.

> -Original Message-
> From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> Sent: 24 August 2005 14:37
> To: Tomcat Users List
> Subject: RE: Tomcat 5.5.9 missing jars ?
> 
> 
> Thanks Allistair for the information,
> I am running my own web application and it is already working 
> in 5.0.28
> When I try to run it under 5.5.9, the JNDI errors pop up.
> Unable to create resource instance or something like that.
> I see the naming-common.jar and naming-java.jar are missing 
> under common/lib
> folder.
> Now if these jars are not shipped with Tomcat, how does the 
> default java
> namespace in the JNDI work ?
> 
> Srinath.
> 
> 
> 
> -Original Message-
> From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 24, 2005 9:29 AM
> To: Tomcat Users List
> Subject: RE: Tomcat 5.5.9 missing jars ?
> 
> I don't think that's shipped with Tomcat 5.5.9. What is the 
> error you are
> getting? Are you running your own web applications yet or 
> just testing the
> default ROOT webapp?
> 
> Allistair.
> 
> > -Original Message-
> > From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> > Sent: 24 August 2005 14:29
> > To: tomcat-user@jakarta.apache.org
> > Subject: Tomcat 5.5.9 missing jars ?
> > 
> > 
> > Hi 
> > I downloaded Tomcat 5.5.9 (zip file as well as exe) and it 
> seems to be
> > missing the naming-common.jar.
> > The documentation says that the file exists. I have tried 
> > searching the
> > mailing list, but could not find anything specific.
> > Any information/pointers will be very helpful.
> > 
> > Thanks
> > Srinath.
> > 
> > 
> > ---
> > 
> > DISCLAIMER: This email and any attachments are confidential 
> and may be
> > legally privileged.  It is intended solely for the named 
> > addressee.  Access
> > to this message by anyone else is unauthorized.  If you are 
> > not the intended
> > recipient, any disclosure, copying, or distribution of the 
> > message, or any
> > action or omission taken by you in reliance on it, is 
> > prohibited and may be
> > unlawful.  If you have received this email in error please 
> contact the
> > sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> > 
> > 
> > 
> 
> 
>  
> ---
> QAS Ltd.
> Registered in England: No 2582055
> Registered in Australia: No 082 851 474
> ---
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---
> 
> DISCLAIMER: This email and any attachments are confidential and may be
> legally privileged.  It is intended solely for the named 
> addressee.  Access
> to this message by anyone else is unauthorized.  If you are 
> not the intended
> recipient, any disclosure, copying, or distribution of the 
> message, or any
> action or omission taken by you in reliance on it, is 
> prohibited and may be
> unlawful.  If you have received this email in error please contact the
> sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---

DISCLAIMER: This email and any attachments are confidential and may be
legally privileged.  It is intended solely for the named addressee.  Access
to this message by anyone else is unauthorized.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  If you have received this email in error please contact the
sender or NuView Systems, Inc. at 978-988-7884. Thank you.




RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Allistair Crossley
Hi,

It looks like you are another developer who thinks the transition from 5.0.x to 
5.5.x is just copying your webapp across. Unfortunalte you'll need to configure 
JNDI datasources in a different way in 5.5.x. Check out the manual pages to see 
how.

Allistair.

> -Original Message-
> From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> Sent: 24 August 2005 14:37
> To: Tomcat Users List
> Subject: RE: Tomcat 5.5.9 missing jars ?
> 
> 
> Thanks Allistair for the information,
> I am running my own web application and it is already working 
> in 5.0.28
> When I try to run it under 5.5.9, the JNDI errors pop up.
> Unable to create resource instance or something like that.
> I see the naming-common.jar and naming-java.jar are missing 
> under common/lib
> folder.
> Now if these jars are not shipped with Tomcat, how does the 
> default java
> namespace in the JNDI work ?
> 
> Srinath.
> 
> 
> 
> -Original Message-
> From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 24, 2005 9:29 AM
> To: Tomcat Users List
> Subject: RE: Tomcat 5.5.9 missing jars ?
> 
> I don't think that's shipped with Tomcat 5.5.9. What is the 
> error you are
> getting? Are you running your own web applications yet or 
> just testing the
> default ROOT webapp?
> 
> Allistair.
> 
> > -Original Message-
> > From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> > Sent: 24 August 2005 14:29
> > To: tomcat-user@jakarta.apache.org
> > Subject: Tomcat 5.5.9 missing jars ?
> > 
> > 
> > Hi 
> > I downloaded Tomcat 5.5.9 (zip file as well as exe) and it 
> seems to be
> > missing the naming-common.jar.
> > The documentation says that the file exists. I have tried 
> > searching the
> > mailing list, but could not find anything specific.
> > Any information/pointers will be very helpful.
> > 
> > Thanks
> > Srinath.
> > 
> > 
> > ---
> > 
> > DISCLAIMER: This email and any attachments are confidential 
> and may be
> > legally privileged.  It is intended solely for the named 
> > addressee.  Access
> > to this message by anyone else is unauthorized.  If you are 
> > not the intended
> > recipient, any disclosure, copying, or distribution of the 
> > message, or any
> > action or omission taken by you in reliance on it, is 
> > prohibited and may be
> > unlawful.  If you have received this email in error please 
> contact the
> > sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> > 
> > 
> > 
> 
> 
>  
> ---
> QAS Ltd.
> Registered in England: No 2582055
> Registered in Australia: No 082 851 474
> ---
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---
> 
> DISCLAIMER: This email and any attachments are confidential and may be
> legally privileged.  It is intended solely for the named 
> addressee.  Access
> to this message by anyone else is unauthorized.  If you are 
> not the intended
> recipient, any disclosure, copying, or distribution of the 
> message, or any
> action or omission taken by you in reliance on it, is 
> prohibited and may be
> unlawful.  If you have received this email in error please contact the
> sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Thanks Allistair for the information,
I am running my own web application and it is already working in 5.0.28
When I try to run it under 5.5.9, the JNDI errors pop up.
Unable to create resource instance or something like that.
I see the naming-common.jar and naming-java.jar are missing under common/lib
folder.
Now if these jars are not shipped with Tomcat, how does the default java
namespace in the JNDI work ?

Srinath.



-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 24, 2005 9:29 AM
To: Tomcat Users List
Subject: RE: Tomcat 5.5.9 missing jars ?

I don't think that's shipped with Tomcat 5.5.9. What is the error you are
getting? Are you running your own web applications yet or just testing the
default ROOT webapp?

Allistair.

> -Original Message-
> From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> Sent: 24 August 2005 14:29
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat 5.5.9 missing jars ?
> 
> 
> Hi 
> I downloaded Tomcat 5.5.9 (zip file as well as exe) and it seems to be
> missing the naming-common.jar.
> The documentation says that the file exists. I have tried 
> searching the
> mailing list, but could not find anything specific.
> Any information/pointers will be very helpful.
> 
> Thanks
> Srinath.
> 
> 
> ---
> 
> DISCLAIMER: This email and any attachments are confidential and may be
> legally privileged.  It is intended solely for the named 
> addressee.  Access
> to this message by anyone else is unauthorized.  If you are 
> not the intended
> recipient, any disclosure, copying, or distribution of the 
> message, or any
> action or omission taken by you in reliance on it, is 
> prohibited and may be
> unlawful.  If you have received this email in error please contact the
> sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> 
> 
> 


 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---

DISCLAIMER: This email and any attachments are confidential and may be
legally privileged.  It is intended solely for the named addressee.  Access
to this message by anyone else is unauthorized.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  If you have received this email in error please contact the
sender or NuView Systems, Inc. at 978-988-7884. Thank you.




RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Allistair Crossley
I don't think that's shipped with Tomcat 5.5.9. What is the error you are 
getting? Are you running your own web applications yet or just testing the 
default ROOT webapp?

Allistair.

> -Original Message-
> From: Srinath Narasimhan [mailto:[EMAIL PROTECTED]
> Sent: 24 August 2005 14:29
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat 5.5.9 missing jars ?
> 
> 
> Hi 
> I downloaded Tomcat 5.5.9 (zip file as well as exe) and it seems to be
> missing the naming-common.jar.
> The documentation says that the file exists. I have tried 
> searching the
> mailing list, but could not find anything specific.
> Any information/pointers will be very helpful.
> 
> Thanks
> Srinath.
> 
> 
> ---
> 
> DISCLAIMER: This email and any attachments are confidential and may be
> legally privileged.  It is intended solely for the named 
> addressee.  Access
> to this message by anyone else is unauthorized.  If you are 
> not the intended
> recipient, any disclosure, copying, or distribution of the 
> message, or any
> action or omission taken by you in reliance on it, is 
> prohibited and may be
> unlawful.  If you have received this email in error please contact the
> sender or NuView Systems, Inc. at 978-988-7884. Thank you.
> 
> 
> 


 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Hi 
I downloaded Tomcat 5.5.9 (zip file as well as exe) and it seems to be
missing the naming-common.jar.
The documentation says that the file exists. I have tried searching the
mailing list, but could not find anything specific.
Any information/pointers will be very helpful.

Thanks
Srinath.


---

DISCLAIMER: This email and any attachments are confidential and may be
legally privileged.  It is intended solely for the named addressee.  Access
to this message by anyone else is unauthorized.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  If you have received this email in error please contact the
sender or NuView Systems, Inc. at 978-988-7884. Thank you.