web.xml
REST URL mapping with parameter in web.xml
What url-pattern should we be putting in web.xml for making my servlet listen on this path, /{name}/servlet?[详细]
2023-03-14 09:20 分类:问答Servlet JSP web.xml
I see a feature in NetBeans for selecting a JSP for a Servlet and the result XML in web.xml is like this:[详细]
2023-03-14 02:57 分类:问答load spring bean into a servlet
There are many documentations out there on how to achieve this task but I still couldn\'t resolve my issue. I\'m new to working with servlet so I probably missed something.[详细]
2023-03-14 00:17 分类:问答configure BasicDataSource as bean in web.xml
I\'m trying to configure org.apache.commons.dbcp.BasicDataSource as bean in web.xml under a tomcat project using tomcat 6. (it\'s red5 with tomcat, we can ignore that the main server is actually red5[详细]
2023-03-13 20:03 分类:问答How do I get HttpServletRequestObject in the @service class
I\'m successfully able to integrate Spring and Spring4GWT. Everything is working fine. The only problem I\'m facing is How do I get HttpServletRequestObject in the @service class?[详细]
2023-03-13 05:57 分类:问答How to use doGet in jsp with Servlet
I\'m trying to send some thing to a servlet but i get this Etat HTTP 404 - /pdfreader/Services%20Web%20avec%20J2EE%20et%20.NET.pdf[详细]
2023-03-13 04:28 分类:问答Tomcat secure access
I have two Web Services (My开发者_开发百科Service and MyProtectedService). I want both going under the same port HTTPS but only the protected one to have client authentication (clientAuth=true).[详细]
2023-03-13 03:44 分类:问答problem with very first spring project
I just switched from Strip开发者_如何转开发ed to Spring but i\'m having issues with my very first project,[详细]
2023-03-12 20:28 分类:问答StrutsTestCase The /WEB-INF/web.xml was not found
I use StrutsTestCase2.4 under netbeans7.0 with struts1.3 When running testCase, it shows: Error initializing action servlet[详细]
2023-03-11 17:06 分类:问答Missing configuration resources in StrutsTestCase 2.1.4
I\'m trying to use StrutsTestCase 2.1.4 to do unit testing on my Struts application. But when I tried to run the test, a \"missing configuration resources for path /WEB-INF/web.xml\" error happens.[详细]
2023-03-11 09:01 分类:问答