-----Original Message-----
From: "Porfiriev Sergey" <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Mon, 7 Aug 2000 18:00:27 -0400
Subject: Re: Integration with existent www-servers

> I've succesefuly installed tunneling except for "POST" method - "GET"
> request works fine, but POST doesn't :(
> Orion 1.1.37
> 
> Is this issue known?
> 
> PS: i use tunneling to access internal IIS ( *.asp) server
> 
> ----- Original Message -----
> From: "Karl Avedal" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Cc: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Friday, July 21, 2000 8:33 AM
> Subject: Re: Integration with existent www-servers
> > You set the TunnelServlet up like this (you can set it up in
> global-web-application (this is assuming that Orion is running on port 80
> and Apache on 8080):
> >
> >   <servlet>
> >    <servlet-name>tunnel</servlet-name>
> >    <servlet-class>com.evermind.server.http.TunnelServlet</servlet-class>
> >    <init-param>
> >     <param-name>targetRoot</param-name>
> >     <param-value>http://localhost:8080/</param-value>
> >    </init-param>
> >   </servlet>
> >
> > And you add the mappings for the content you want Apache to handle:
> >
> >   <servlet-mapping>
> >    <servlet-name>tunnel</servlet-name>
> >    <url-pattern>/*.html</url-pattern>
> >   </servlet-mapping>
> 
> 
> 
> 

Best regards,
Stanislav Bernatsky


-----
Получите бесплатный почтовый ящик @ukr.net на http://freemail.ukr.net    
    

Reply via email to