web.xml
how to open HTML page of subdirectory on URL hit
i have a question: I have a scenario that when user opens http://MY开发者_JAVA百科WEBSITE.com/abc/ , the user is directed to xyz.html page which is in abc subdirectory. I am using Java for web develo[详细]
2023-04-13 07:18 分类:问答How do I provide basic http authentication for static tomcat webapps without changing tomcat-users.xml?
I have access to the tomcat manager and can upload war-files. One of these wars is a static web project (zipped html + media files, renamed to *.war). I wa开发者_如何学Gont add a Web-INF/web.xml file[详细]
2023-04-12 00:25 分类:问答JSF 2.0 javax.faces.webapp.FacesServlet mappig
I started to use JSF 2.0 recently and I don\'t understand completely how I need to configure the javax.faces.webapp.FacesServlet to correctly handle resources.[详细]
2023-04-11 02:10 分类:问答Converting old php site to spring mvc while maintaining inbound links
I have an old php site that i\'m in the process of converting to spring mvc, just for the fun of it. Now, on my php site the navigation links are in the following format:[详细]
2023-04-10 22:28 分类:问答How to configure web.xml for multiple login in a Struts2 web application?
I would like to develop a small test multi-login application using开发者_运维知识库 Struts2 and JSP. Basically:[详细]
2023-04-09 00:33 分类:问答Why does Eclipse opens http://localhost:8080/de.vogella.jersey.first/WEB-INF/web.xml
I followed the following tut开发者_StackOverfloworial (although I installed Glassfish Open Source Edition, instead of Tomcat, and using Eclipse Indigo) : http://www.vogella.de/articles/REST/article.ht[详细]
2023-04-08 13:46 分类:问答Can we confgure filters only for a subset of servlets
I have various different categories of servlets. Can I configure the filters in my web.xml such that each filter only applies for one of the categories of 开发者_如何学Pythonservlet.You can map them o[详细]
2023-04-07 10:11 分类:问答Tomcat, web.xml, exclude path
In my application, i need to process all the requests from users in a single servlet, however, i happen to have a folder with static content, which i would like to also serve statically.[详细]
2023-04-06 14:10 分类:问答Forcing 404 error for a specific url pattern from web.xml
I have a Java servlet that that handles requests to any url pattern on a Tomcat 6 server. Now i want to block requests to a specific url pattern by issuing a 40开发者_开发问答4 error. There is a part[详细]
2023-04-06 03:58 分类:问答Vaadin configuration with BIRT
I\'m useing Vaadin and BIRT reporting in my project.I have problem with accessing report with Vaadin,I think its related to my web.xml configuration.Can anyone help me to get out from this problem??[详细]
2023-04-05 19:59 分类:问答