descriptor « Deploy « JSP-Servlet Q&A





1. Is optional for a servlet in the Java Web application deployment descriptor?    stackoverflow.com

Is element <load-on-startup> optional for a <servlet> definition in the Java Web application deployment descriptor (WEB-INF/web.xml)?

2. about deployment descriptor    coderanch.com

3. TLD and Deployment Descriptor not Working    coderanch.com

This is a simple hello world custom tag. Im storing my TLD and DD in the WEB-INF directory, and by the way Im using Tomcat 4. When I start the server it doesnt properly startup , it gives me a bunch of errors. This my source for TLD:

5. Could not parse deployment descriptor: java.io.IOException:    coderanch.com

Hello Friends, Thanks for taking the time to ready my post. I am trying to use JSTL tags in my jsp running Weblogic 8.1 SP3. This is the error I get ---- weblogic.servlet.jsp.JspException: (line 5): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library My JSP page --- 1 <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.util.*"%> 2 ...

7. OpenEJB, DI Overriding annotation with deployment descriptor    coderanch.com

I have learned that xml deployment descriptors override annotations. So I am trying to use that feature to inject a mock implemantion into an EJB for testing: I am using OpenEJB 3.1.2. @Stateless public class TravelAgentBean implements TravelAgentLocal, TravelAgentRemote { @EJB(beanName="CreditCardServiceBean") CreditCardService creditCardService; @Override public boolean bookHotel(String name, Date begin, Date end, float price, CreditCard creditCard) { boolean succesful = false; ...

9. deployment Descriptor Servlet mapping    coderanch.com





10. Deployment descriptor : What is it ?    coderanch.com

11. Deployment descriptor help    coderanch.com