You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Richard Jacob <ja...@apache.org> on 2004/02/03 10:10:09 UTC

Re: Is it possible and feasible to install wsrp4j on other jsp/servlet engine rather than having on tomcat?

stephen chi zhang wrote:

>>
> Axis itselt has no problem running on resin as I have tested it 
> separatly.
> The vital point is that unlike tomcat, getServiceDescription( ) on 
> resin is not working properly with everytime returning a null pointer, 
> detailed message is below:
> <soapenv:Envelope>
> -    <soapenv:Body>
> -     <soapenv:Fault>
>        <faultcode>soapenv:Server.userException</faultcode>
>        <faultstring>java.lang.NullPointerException</faultstring>
>   <detail/>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
>
> From your reply I can tell wsrp4j does not hardcode any tomcat stuff, 
> so that would some problem else such as configuration. Resin, like 
> tomcat, has a webapps directary where  my axis(I installed separatly 
> for test), wsrp(wsrp4j producer) and pluto are located.
>
> any further point is appriecaited, cheers
>
Could you provide the log file containing the stack trace, please.
This could help to find out the problem source.

cu
Richard