-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Amber,
Amber wrote:
| /*.invoker
As pid points out, you should use "*.whatever", not "/*.whatever". The
servlet specification says that the pattern you used is not valid:
"
SRV.11.2 Specification of Mappings
In the Web application deployment descr
Try just "*.", not "/*.", as below:
*.invoker
p
Amber wrote:
I write a very simple Spring HTTP invoker service, the servlet mapping
config in web.xml is :
TestServlet
TestServlet
amber.TestServlet
TestServlet
/*.invoker
The test application works well in Oracle OC4J, but when I deploy
I write a very simple Spring HTTP invoker service, the servlet mapping
config in web.xml is :
TestServlet
TestServlet
amber.TestServlet
TestServlet
/*.invoker
The test application works well in Oracle OC4J, but when I deploy it to
Apache Tomcat6, the following exception occurs when Tomcat sta