1. Accessing a servlet's mapping from Tomcat? stackoverflow.comThe following code accesses a servlet's name:
|
2. HTTP method GET is not supported by this URL stackoverflow.comI'm calling servlets which has implemented CometProcessor interface, and whenever I try to call the servlets with get request, I'm getting the above error. May I know the reason?
|
3. Get full servlet URL during startup under Tomcat 7 stackoverflow.comI have a web application written using Tomcat 6 and I'm trying to make it work with Tomcat 7. During its startup the application, besides other things, registers its web service ... |
4. jaxcent url mapping to JSP stackoverflow.comi have an index.jsp that makes calls to other JSPs, like header.jsp, footer.jsp, etc. These jsps in turn return html to display their respective portions of the page. i'm trying to ... |
5. requestURI is truncating my url stackoverflow.comI'm running Tomcat6, no struts or any other add-ons. A custom dispatcher calls the appropriate method in the application. I'm hitting an issue where a particular url is getting truncated. My ... |
6. Tomcat 6 not recognizing |
7. is setting tomcat application url to http:// hostname/application/ possible? stackoverflow.comI have a setup, with tomcat running on port 8080 and apache webserver running on port 80. So if I access http://localhost:8080/myapplication/ , it works. But I need to be able ... |
8. In Tomcat 7, can I use regular expressions in |
9. Tomcat selecting wrong servlet occassionally stackoverflow.comI have a Java web application that serves up VXML pages to a VXML interpreter. Under sustained traffic conditions in a test lab, Tomcat (6.0.32) appears to be occassionally selecting the ... |
10. How to protect a URL(iFrame) with Tomcat against inline linking? stackoverflow.comI have a iFrame represented by a JSP page that I want to protect against inline linking. Apache has a mechanism to restrict/allow domains. Is there something similar for Tomcat and how can ... |
11. Can someone pls give me the URL for Tomcat coderanch.comHi there, Which version of Tomcat do I need for Windows? The version I have installed at the moment is 4.1.12 which came zipped-up. I've probably got the right one, but I would really like to double check, as I'm having problems running Tomcat. I keep getting the error: The JAVA_HOME enviroment variable is not defined. I find this strange because ... |
12. Tomcat JSP URL Mapping coderanch.com |
13. Servlet URL Aliasing (Apache + TomCat) coderanch.com |
14. JSP URL pattern problem in Tomcat coderanch.com |