| Author |
How can I call a Servlet that is declare on web.xml with spring framework
|
gabriel vargasjimenez
Greenhorn
Joined: Jan 22, 2011
Posts: 2
|
|
here is my problem, I have spring framework and Crystal Report
the problem is when Report.rpt call the servlet CrystalReportViewerServlet
the servlet is declare on web.xml,
but the spring dispacher don't find it so how I can make spring dispacher to call a servlet that is declare on my Web.xml
here is my web.xml
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
|
If the servlet is mapped directly there's no need to fuss with the Spring dispatcher at all. Simply address the servlet.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How can I call a Servlet that is declare on web.xml with spring framework
|
|
|