Hello,

In my way to make http tunneling via rmi work with Apache JServ,
i would like to redirect calls made to /cgi-bin/java-rmi.cgi to
a rmi handler servlet. I have got the servlet installed and working
(at least it seems), and tried 2 ways of aliasing it :

With mod_rewrite, the server answers with effectively the good
redirection,
but do not execute the servlet

With mod_aliase, the servlet is executed, but the calling applet gets a
'unmarshaling return header' error. Here is the log from the jserv.log
file :

[16/06/1999 21:41:33:424] (ERROR) ajp11: Servlet Error:
<HTML><HEAD><TITLE>Java RMI Client Error</TITLE></HEAD><BODY><H1>Java
RMI Client Error</H1>GET Operation not supported: Can only forward POST
requests.</BODY></HTML>

it really looks like i have got a problem with aliasing the cgi script,
can someone help me ?


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to