On 09/02/2012 06:19, sanu wrote:
> Thanks for your reply. I have a global web.xml, where the DefaultServlet is
> mapped.
>
> The difference I see is that my static resources are not in the same
> directory as the host's appBase. Could this be the problem ? How can the
> static content be served in
Thanks for your reply. I have a global web.xml, where the DefaultServlet is
mapped.
The difference I see is that my static resources are not in the same
directory as the host's appBase. Could this be the problem ? How can the
static content be served in such a case ?
--
View this message in con
2012/2/8 sanu :
> Thank you.
>
> I just did that. Here's what I have :
>
> StandardContext context = (StandardContext)
> tomcat.addContext(null, "", directory");
>
> This doesn't seem to work.
>
>(...)
I would guess that you have not created nor mapped the DefaultServlet
instance
Sanu, you are wasting our time, and yours.
sanu wrote:
Following are the answers to your questions :
not really
1) Apache Tomcat/7.0.25
this is ok
2) The resources reside in a folder inside the base directory
3) The other contexts use relative path to access the static files inside
this
Following are the answers to your questions :
1) Apache Tomcat/7.0.25
2) The resources reside in a folder inside the base directory
3) The other contexts use relative path to access the static files inside
this context
In addition to not being able to access the resources from any other
context,
On 08/02/2012 08:40, sanu wrote:
> Thank you.
>
> I just did that. Here's what I have :
>
> StandardContext context = (StandardContext)
> tomcat.addContext(null, "", directory");
>
> This doesn't seem to work.
You haven't told us:
- exact Apache Tomcat version
- what the path
Thank you.
I just did that. Here's what I have :
StandardContext context = (StandardContext)
tomcat.addContext(null, "", http://tomcat.10.n6.nabble.com/Serving-static-content-using-embedded-tomcat-7-tp4375155p4375268.html
Sent from the Tomcat - User mailing list archive at Nabble
On 08/02/2012 07:47, sanu wrote:
> Hello,
>
> I am working on embedding tomcat 7 into our application. We have a number of
> web apps and the static content is located in a different directory, common
> to all webapps.
Why not just serve the static content as it's own application?
> I am not fi