2 Replies Latest reply on Dec 20, 2001 1:43 AM by fancoli

    EJB Tunneling (JProxy)

    fancoli

      I need to execute my EJB through a a proxy server.
      I have tryed JPROXY but whene I create a Context I get the following error :java.io.IOException: Not in GZIP format.

      The servlet is installed correctly.

      Any ideas ?

        • 1. Re: EJB Tunneling (JProxy)
          rsrivast

          I am also in the process of trying to setup jproxy for the client to tunnel through port 80, except in my case the client is standalone connecting to a session bean. Are you packaging jproxy war-file in ear-file and deploying it on jboss?

          • 2. Re: EJB Tunneling (JProxy)
            fancoli

            No, in my envirorment I have both JBoss and Tomcat so I have placed the JProxy war file into the webapps directory of Tomcat.
            After that on client side I set the "provider URL" property to this servlet and the "java.naming.factory.initial" property to "com.jproxy.proxy.NamingContextFactory".