Re: issues with declaring a path in context.xml

2015-11-30 Thread Christopher Schultz
Shakila, On 11/30/15 2:07 PM, Rajaiah, Shakila wrote: > I am using Tomcat 8.0.21 with EE7.0 on windows 7.0. For one of my > projects it needs to read the style sheets from /style directory which > has been placed under /webapps directory. That's probably not where you want it, but it will certain

RE: issues with declaring a path in context.xml

2015-11-30 Thread Rajaiah, Shakila
Hello, I am using Tomcat 8.0.21 with EE7.0 on windows 7.0. For one of my projects it needs to read the style sheets from /style directory which has been placed under /webapps directory. I am using eclipse/STS as my IDE. In my jsp I have added this line... Under the tomcat 8.0/webapps directo

issues with declaring a path in context.xml

2015-11-30 Thread Rajaiah, Shakila
Hello, I am using Tomcat 8.0.21 with EE7.0 on windows 7.0. For one of my projects it needs to read the style sheets from /style directory which has been placed under /webapps directory. In my jsp I have added: Under the tomcat 8.0/webapps directory I added the style folder. tomcat 8.0/webap

RE: path in context.xml

2010-03-24 Thread Caldarale, Charles R
> From: Søren Blidorf [mailto:so...@nolas.dk] > Subject: path in context.xml > > I am trying to configure context in a META-INF context.xml which > is new to me. > > I have set my path to "myPath" The path attribute is illegal when the element is in META-IN

path in context.xml

2010-03-24 Thread Søren Blidorf
I am trying to configure context in a META-INF context.xml which is new to me. I have set my path to "myPath" and when I am deploying my "myWar.war" I thought that my app would be called myPath but instead, as usual, it is called myWar. What am I doing wrong??? What is path for??? Soren, DK --

RE: trying to change the context path in context.xml

2006-10-23 Thread Caldarale, Charles R
> From: Jason Novotny [mailto:[EMAIL PROTECTED] > Subject: Re: trying to change the context path in context.xml > > > since it wasn't clear how the context attribute is useful now > based on what you say. The element has 24 other attributes besides path; the path a

Re: trying to change the context path in context.xml

2006-10-23 Thread Jason Novotny
rale, Charles R wrote: From: Jason Novotny [mailto:[EMAIL PROTECTED] Subject: trying to change the context path in context.xml I've configured context.xml in my webapp META-INF/context.xml and I want to change the path attribute, so that instead of the context being identified by my web

RE: trying to change the context path in context.xml

2006-10-23 Thread Caldarale, Charles R
> From: Jason Novotny [mailto:[EMAIL PROTECTED] > Subject: trying to change the context path in context.xml > > I've configured context.xml in my webapp > META-INF/context.xml and I want to change > the path attribute, so that instead of the > context being identi

trying to change the context path in context.xml

2006-10-23 Thread Jason Novotny
Hi, I've configured context.xml in my webapp META-INF/context.xml and I want to change the path attribute, so that instead of the context being identified by my web application name it is user configurable in the context.xml. Is this possible? Thanks, Jason -