Experimenting on the extreme side of things: when trying to use aliases="/=/some/path" I can't get any resource to load:

- there is /some/path/test.properties
- servletContext().getResourceAsStream("/test.properties") returns null.

It works, once I use aliases="/myapp=/some/path" and servletContext().getResourceAsStream("/myapp/test.properties").

Is that expected?

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to