context « Map « JSP-Servlet Q&A





1. How to get all attributes names(nested or not) in Servlet Context and iterate if it's a map or list?    stackoverflow.com

I've tried to get attributeNames of a ill-maintained context, then use those names with reflection. Here's some pseudo code for a rough idea. E.g. I have an ArrayList and a HashMap in the ...

2. mapping servlet name and context    coderanch.com

4. Mapping to local context root    coderanch.com

Hi guys, I'm a tomcat greenhorn and having some problems with setting up my apps. Under my 'webapps' directory, I have three apps directories: myApp myOtherApp ROOT My problem is that when I create a page in the 'myApp' directory and put a link in it which should be relative to myApp's root, like: link when I click on the ...