RE: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-24 Thread Caldarale, Charles R
> From: Gema Berdasco [mailto:[EMAIL PROTECTED] > Subject: Re: Cannot access external resources from a webapp > when upgrading Tomcat above 5.5.9 version. > > The situation is just you`ve said. Do you know any other way > to access to external resources? You can configu

Re: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-23 Thread Gema Berdasco
al resources from a webapp when upgrading Tomcat above 5.5.9 version. > From: Gema Berdasco [mailto:[EMAIL PROTECTED] > Subject: Cannot access external resources from a webapp when > upgrading Tomcat above 5.5.9 version. > > we use the following entry on the context.xml

RE: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-23 Thread Caldarale, Charles R
> From: Gema Berdasco [mailto:[EMAIL PROTECTED] > Subject: Cannot access external resources from a webapp when > upgrading Tomcat above 5.5.9 version. > > we use the following entry on the context.xml file of the webapp: > > > className="org.apache.na

Re: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-23 Thread Markus Schönhaber
Gema Berdasco wrote: > For a webapp deployed on Tomcat 5.5.9 to access external resources, > which we don't want to be deleted when the application is undeployed, we > use the following entry on the context.xml file of the webapp: > > > > > > Having configured this, we can access the files u

Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-23 Thread Gema Berdasco
Hello, For a webapp deployed on Tomcat 5.5.9 to access external resources, which we don't want to be deleted when the application is undeployed, we use the following entry on the context.xml file of the webapp: Having configured this, we can access the files under /path/to/resources throu