1. TomCat 6: can welcome page be inside WEB-INF? stackoverflow.comI'm following this example to get Spring up & running: http://static.springsource.org/docs/Spring-MVC-step-by-step/part2.html What they do is move all .jsp files inside the WEB-INF, to stop users accessing them directly... so far ... |
2. Error code mappings in web.xml not working stackoverflow.comI have created a simple web application, for which I want all responses with 404 status code to be redirected to an error page within my web-app. I have included the following ... |
3. How to make my first servlet work? stackoverflow.comI'm trying to make my first servlet to run in eclipse for j2ee with tomcat 7.0, but I can't figure it out what i am doing wrong. I run the whole ... |
4. java tomcat: only a type can be imported. com.a.B resolves to a package stackoverflow.comi have the following project structure:
when i try to put this project in tomcat webapp and try to execute index.jsp i get the error:
|
5. How to invoke a servlet without mapping in web.xml? stackoverflow.comHow to invoke a simple servlet using the following URL:
http://localhost:8080/servlet/MyServlet
I placed it in the folder: |
6. Error page in web.xml stackoverflow.comI have a such problem: i've set the dafault error page in web.xml on java.lang.Exception type, thus it has to be shown on all exceptions in servlets and jsp. But ... |
7. Problem in understanding the significance of xml file in web application stackoverflow.comI am using jsp to develop a web application...using tomcat server... I am facing a bit problem in creating the web.xml file....what confusion i am having is that can an application have ... |
8. Tomcat 7 Web.xml stackoverflow.comThis is probably obvious, but I can't find any details on it. After watching a video on tomcat 7, it was mentioned that it was possible to log the final web.xml ... |
9. Servlet Mapping fails stackoverflow.comNow I have the following problem: I am trying to create a website using Tomcat 7 and JSP. But I am not capable of configurating the server properly. I want a website that shows ... |
10. Tomcat/jsp/servlet /web.xml issue stackoverflow.comI am working on a project for school and am completely frustrated. The project is to get a simple JSP/Servlet demo working on our personal websites and after probably 20+ ... |
11. My own personal environment config file in addition to web.xml. Possible? stackoverflow.comSimple question really. Can a webapp access a config file I define and put at the Tomcat->Conf sort of level, or am I restricted to web.xml environment variables alone? I suspect ... |
12. auto invoke main servlet through welcome file list stackoverflow.comThe following web.xml doesn't seem to work:
Instead, a directory listing is shown. I have an index.html file in ... |
13. jsp servlet mapping in web.xml (Tomcat 5.5) coderanch.com |
14. JSP- Tomcat-web.xml jsp-config forums.oracle.com |