When I execute the maven deploy-producer goal, I notice that the
wsrp4j-producer.xml file copied to the
$CATALINA_HOME\conf\Catalina\localhost directory contains the following:
<Context path="/WSRP4JProducer" docBase="wsrp4j-producer"
crossContext="true">
</Context>
The value of the path attribute doesn't seem to match the context path
that is configured for the SwingConsumer. It seems that the path should
actually be "/wsrp4j-producer".
I found that this doesn't actually cause any problems on Tomcat 5.5.x
(it appears to ignore the path attribute and instead simply rely on the
name of the directory deployed underneath $CATALINA_HOME\webapps) --
however, with Tomcat 5.0.x I get some errors related to not being able
to retrieve the request dispatcher.
Is this a mistake, or am I missing something?
Brian DeHamer