WSDL - Apache Tomcat

Hi,

Recently, we transitioned from Standalone Tomcat to Apache Tomcat. We had to reshuffle a lot of files and the files locations we changed. Now, everything works except our WSDL API, that worked fine earlier.

We use Axis. These are the jkmount entried in httpd.conf:

<IfModule mod_jk.c>
JkMount /*.do ajp13
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
</VirtualHost>

But I get a 404 error for WDSL with the url: http://www.[domain].com/axis/services/[item]?wsdl

saying:

Not Found
The requested URL /axis/services/[item] was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at www.[domain].com Port 80

****

- Does mod_jk.conf need modification too?
- Any additions require to httpd.conf? what?
- Do we need to install Axis all over again or a path fix would do? What files to edit?

Any help greatly appreciated.

 

 

 

 

Top