servletconfig
ServletConfig vs ServletContext
What is the difference between ServletConfig and ServletContext开发者_开发百科 interface?The ServletConfig parameters are specified for a particular servlet and are unknown to other servlets. It is us[详细]
2023-01-26 02:06 分类:问答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 accessible/modifiable[详细]
2023-01-17 23:26 分类:问答Simple Servlet Question on ServletConfig instantiation
Apparently the following is generating a loop(the GenericServlet class i开发者_Go百科s calling the subclass\'s init())[详细]
2023-01-10 17:01 分类:问答calling normal java class from servlet
Every time im trying to access a normal java class from servlet (from other project) it gives me classNotFound exception, any idea how to fix this problem开发者_如何学编程[详细]
2023-01-03 12:55 分类:问答Servlet 3.0 annotations <welcome-file>
Is it possible to set welcome-file tag from standard web.xml file by servlet 3.0 annotation ? <welcome-file-list>[详细]
2022-12-24 20:30 分类:问答Dynamically add a servlet to the servletConfig
I have a Java web application that uses a plugin architecture. I would like to know if anyone has a solution where by one could add a servlet, with serlvet mapping to the servletconfig while the web a[详细]
2022-12-13 15:11 分类:问答