web.xml
Prevent Tomcat6 from caching for an application
I have an application running in a Tomcat6. Can I prevent Tomcat from caching for this application by setting in the web.xml? if yes, how?[详细]
2023-03-10 19:21 分类:问答Reference to all JSP files in web.xml
I have all the jsp files used by a webapp in a separate folder named jsp. I tried refere开发者_如何学编程nce all the jsp files in the web.xml by the following way. But doesn\'t work. What could be the[详细]
2023-03-09 19:10 分类:问答Tomcat FORM based authentication, on every page
I would like to use authentication form on every pa开发者_如何学Pythonge (in the header of the page), so user could authenticated from any page.[详细]
2023-03-09 10:42 分类:问答Programmatically change session timeout
I can logout user after defined time of inactivity. <session-timeout>240</session-timeout>[详细]
2023-03-09 04:04 分类:问答web.xml <filter-mapping> not working when using <servlet-name>
I have a web.xml that has this in it: <filter> <description>CASRebroadcastFilter</description>[详细]
2023-03-05 14:26 分类:问答What is conf/web.xml used for in Tomcat as oppsed to the one in WEB-INF?
My Tomcat deployment has a web.xml file under the conf folder. What is conf/web.xml used for in Tomcat as开发者_开发技巧 opposed to the one in WEB-INF?Do I need it?Yes, you definitely need it! It con[详细]
2023-03-04 03:58 分类:问答JSP Site web.xml issue Page not found for url-pattern /MyController in sevlet-mapping
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <web-app version=\"2.5\" xmlns=\"http://java.sun.com/xml/ns/javaee\"[详细]
2023-03-04 03:44 分类:问答Ways to override context-param in web.xml during or after deployment in JBoss AS 6
In my current JSF 2 project, one setting in the web.xml is <context-param> <param-name>javax.faces.PROJEC开发者_开发技巧T_STAGE</param-name>[详细]
2023-03-01 06:32 分类:问答Show setup after "Context initialization failed"
I\'m looking now for a couple of days for the answer to the following question: I have a Spring 2.5 webapplication and I want to show a certain setup screen if the initialization of the spring contex[详细]
2023-03-01 01:29 分类:问答GlassFish 3.1 and the tag <url-pattern> of web.xml file
I read that into the tag <url-pattern> I can write a prefix or a suffix pattern url. But if I try to write something like:[详细]
2023-02-28 23:24 分类:问答