That would be a correct. :) Perhaps an interesting annotation in the
Axis 2 documentation as I am sure we are not the only ones using the
connector.

Straight forward once detected, but with all the setup that goes on
introducting a new SOAP stack to a legacy development environment in can
be overlooked. Case in point.

Kurt

-----Original Message-----
From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 05, 2008 11:22 PM
To: Tomcat Users List
Subject: Re: url-pattern not working with AxisServlet

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kurt,

Kurt Kavanaugh wrote:
| Not seeing the AxisServlet being invoked for /services/*
url-pattern...

[snip]

|     <servlet-mapping>
|         <servlet-name>AxisServlet</servlet-name>
|         <url-pattern>/services/*</url-pattern>
|     </servlet-mapping>

[snip]

| Apache [httpd] access INFO
|
| 127.0.0.1 - - [05/May/2008:12:05:30 -0400] "GET /services/TestService
| HTTP/1.1" 404 306

404, eh?

| Note there is no corresponding entry in the TOMCAT access log.

No corresponding Tomcat access log entry, eh?

| http://localhost//test/foo.do?SERIALNUMBER=XXX&STATUS=2
| the appropriate struts action gets called... however If I do this....

Other URLs work, eh?

Sounds like you are missing a "JkMount /services/* myWorker" in your
Apache httpd config file.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgfzvIACgkQ9CaO5/Lv0PBM0QCgqzbtnTkMl7HyPSdtZNhcRRU7
QBcAn1KulzOgCD0iisSLtwLcjsfaOD2D
=yqJ/
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to