I have to create iViews which are basically servlets running on the SAP webportal.
The development environment is using Tomcat 3.3 and the SAP server  Planet to execute 
servlets.
My problem is now that my iView get's his information from a webservice based SDK, but 
tomcat seems to be blocking the soap http request to the webservice. On the iPlanet it 
works perfect with no code change, so I assume that there must be some configuration 
in Tomcat that I have to tweak, so that tomcat will allow a call to an ip address from 
within the service method of the servlet. Is that right? Does somebody know what I 
have to do?

I feel this is the right spot because I strongly feel that it's not an axis problem - 
again because it works on the iPlanet server without any changes.

Michael

The following error is generated by the axis library which I use to call the 
webservice from within my servlet. Can Tomcat 3.3 disallow socket connections?

Caused by: (404)Not Found
        at 
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
        at org.apache.axis.client.Call.invoke(Call.java:2553)
        at org.apache.axis.client.Call.invoke(Call.java:2248)
        at org.apache.axis.client.Call.invoke(Call.java:2171)
        at org.apache.axis.client.Call.invoke(Call.java:1691)
...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to