Strrrange, I followed exactly the same path as you did and it worked like a breeze.
>From the top of my head this can be caused by two things:
- packet filtering, in otherwords is port 80 indeed accessible?
- some xml setting for your server breaks the tunneling
To check the latter maybe try it first with a clean (perhaps brand new installation),
and check whether that causes you problems?
FE
On Thursday, May 17, 2001 9:03 PM, Ivo Rakovac [SMTP:[EMAIL PROTECTED]] wrote:
> Hello,
> We are having trouble with the http ormi tunneling. The RMI-servlet is
> installed in global-web-application.xml as follows:
> ?.
> <servlet>
> <servlet-name>rmi</servlet-name>
>
> <servlet-class>com.evermind.server.rmi.RMIHttpTunnelServlet</servlet-class>
>
> </servlet>
> ?..
>
>
> When we try to connect to the server using
> http:ormi://localhost/appName, the tunnel servlet is initialized
> (message in $orion-home$/log/global-application.log) but the server
> gives no response. The pure ormi (ormi://localhost/appName ) connection
> is working fine.
>
> Any help / suggestions would be greatly appreciated,
> Regards
>
> Ivo Rakovac
>
>
>