Top "Servletconfig" questions

ServletConfig vs ServletContext

What is the difference between ServletConfig and ServletContext interface?

servlets servletconfig
Invalid content was found starting with element 'display-name' in web.xml

I am using Eclipse Helios Release. Eclipse xml validator doesn't like the display-name element under <servlet> in my …

java eclipse validation xsd servletconfig
Unable to get servletcontext path in jsf

I have written a liferay richfaces portlet. But iam not able to get the css path or images in the …

jsf jsf-2 servletconfig
How to portably read configuration data from a servlet

I'm writing a Java servlet that needs to read some site-specific configuration data; I would like it to be easily …

java servlets properties servletconfig
getServletConfig() / getServletContext() returning null value

I want to get servletContext in a Java class to read a file from WEB-INF directory. I extended my class …

java servlets servletconfig
java.lang.IllegalStateException: ServletConfig has not been initialized

I am trying to create an UI component that allow the user to customize the timeout of sessions. So I …

servlets illegalstateexception servletconfig