I need to serve my main application with the url pattern \"/*\" so this pattern is matched to a Servlet.
\"/*\" will match zero or more characters. I want to serve req开发者_如何学JAVAuest if there is a one or more characters
I try to inject dependency in EJB 3.0 using only deployment descriptor. When I deploy my app to Glassfish (v3.1) I get this exception:
I created a simple \"hello world\" servlet in Eclipse (helios) + Glassfish v3. I am using Glassfish\'s plugin for eclipse It seems there is no web.xml but a sun-web.xml in the WEB-INF/ folder. This is
I tried to use 开发者_如何学C<error-page> <exception-type>java.lang.Exception</exception-type>
DD elements <context-param> and <init-param> both can be retrieved by the getInitParameter() method, in the servlet code.