Hello everyone 2012/2/21 Jean-Pierre Bergamin <jpberga...@gmail.com> > > I'm trying to configure tomcat 7 on Windows to serve static files. During > development I want to have uncompresses javascript files delivered directly > from the file system. > I followed this blog post > http://th1rty7.blogspot.com/2009/05/tomcat-is-often-considered-to-be-too.html > and > configured a context in the server.xml file like: >
I just found out why it does not work in my case. Tomcat is running inside the Virgo OSGi container where the documentation [1] states: "The following Tomcat features are not supported: <Context> elements." So this explains why it is not working as expected. But thanks for the help anyway. Best regards, James [1] http://www.eclipse.org/virgo/documentation/virgo-documentation-3.0.0.x/docs/virgo-programmer-guide/html/ch09s05.html