tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/Tomcat40DataObject.java:1081: if (!uri.startsWith("/")) { tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/Tomcat40DataObject.java:1082: newUri = "/" + uri; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/Tomcat40DataObject.java:1084: if (newUri.endsWith("/")) { tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/autocompile/CompileServlet.java:92: response.setContentType("text/plain"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/autocompile/CompileServlet.java:110: uriToEnsure = JspCompileUtil.resolveRelativeURL("/", uriToEnsure); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/IDEJspServlet.java:134: accordingto = "according to the init parameter"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/IDEJspServlet.java:138: accordingto = "according to the Servlet Engine"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:38: private static final String COMPILE_SERVLET_NAME = "org.netbeans.modules.tomcat.tomcat40.autocompile.CompileServlet"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:39: public static final String COMPILE_SERVLET_PARAM_NAME = "jsp"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:40: public static final String COMPILE_SERVLET_JSP_URI = "jsp_uri"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:44: public static final String COMPILE_SERVLET_OK_RESPONSE = "OK"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:50: public static final String COMPILE_SERVLET_NO_ERROR_RESPONSE = "NO_ERROR"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:54: public static final String COMPILE_SERVLET_ERROR_RESPONSE = "ERROR"; tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:77: uri.append("/servlet/"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:79: uri.append("?"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:81: uri.append("="); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:83: uri.append("&"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:85: uri.append("="); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:88: URL url = new URL("http", getLocalHost(), port, uri.toString()); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:125: response.setContentType("text/html"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/CompilationBridge.java:127: pw.println(ResourceBundle.getBundle("org.netbeans.modules.tomcat.tomcat40.runtime.Bundle"). tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/runtime/IDEEmbeddedOptions.java:57: String realPath = ctx.getRealPath("/"); tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/nodes/HostChildren.java:44: if (!MANAGER_PATH.equals(contexts[i].getAttributeValue("path"))) tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/compile/TomcatSourceMapper.java:556: type = "MappedCharData";