A configuration file that describes how a web application should be deployed.
I am new to servlets. I got the init parameters in DD within the init() method using getInitParameter("name"). I …
java servlets deployment-descriptor init-parametersI want to upload a file to a server, for which I am writing a servlet program.The location of …
java jakarta-ee servlets web.xml deployment-descriptorI would like to set the welcome-file of my JSP/JavaBeans project. I have a servlet named 'Controller.java' with …
java jsp servlets web.xml deployment-descriptorDD elements <context-param> and <init-param> both can be retrieved by the getInitParameter() method, in the servlet …
java servlets deployment-descriptor init-parametersI tried to use <error-page> <exception-type>java.lang.Exception</exception-type> <location>/errors/…
java web.xml custom-error-pages deployment-descriptorI created a simple "hello world" servlet in Eclipse (helios) + Glassfish v3. I am using Glassfish's plugin for eclipse It …
eclipse deployment glassfish deployment-descriptorI am using NetBeans 8.0 for developing my first Java web application and I am unable to find Deployment Descriptor in …
java jakarta-ee netbeans deployment-descriptorI need to serve my main application with the url pattern "/*" so this pattern is matched to a Servlet. The …
java regex guice deployment-descriptor