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
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
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
> 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
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
--
> 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
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
> 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
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
-