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
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
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.
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:
I would like to develop a small test multi-login application using开发者_运维知识库 Struts2 and JSP. Basically:
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
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
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.
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
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??