Re: reverse proxy or other options

Thank you for the detailed instructions; for some odd reason, though, this
solution does not seem to work with v. 2.2.0.


----- Original Message -----
From: "Kriegel" <tk4@inf.tu-dresden.de>
To: "John Voiklis" <jv37@columbia.edu>
Sent: Wednesday, September 19, 2001 6:14 AM
Subject: Re: reverse proxy or other options


> Hi,
>
> I think creating a resource under the root node and assigning a
> RedirecterFrame to it may help you.
> You would have to configure the RedirecterFrame to point to the other host
> or port.
>
> 1. select root note in jigadmin
> 2. Add Resource (Popup)
> 3. select DirectoryResource (type swiki as name) and hit ok
> 4. select swiki in jigadmin
> 5. Edit resource (Popup)
> 6. Add Frame to swiki (Popup)
> 7. select RedirecterFrame (frame-0)
> 8. type http://www.ourhost.com:8888/ into target
> 9. hit Commit
> 10. hit the disk-icon in jigadmin
> 11. point your browser to the newly created directory
> (http://www.ourhost.com/swiki/)
>
> Hopefully this works. It works for me with Jigsaw 2.0.5.
>
> Ciaou,
>   Thomas
>
> ----- Original Message -----
> From: "John Voiklis" <jv37@columbia.edu>
> To: <www-jigsaw@w3.org>
> Sent: Tuesday, September 18, 2001 5:35 PM
> Subject: reverse proxy or other options
>
>
> > We are using Jigsaw to serve all static and java-based content on port 80,
> ie:
> >
> > http://www.ourhost.com/
> >
> > At the same time we are using Comswiki (Comanche Swiki) to serve a Squeak
> Wiki
> > (http://minnow.cc.gatech.edu/swiki) on port 8888, ie:
> >
> > http://www.ourhost.com:8888/
> >
> > We would like to hide the port number from the client, and have them
> instead
> > see...
> >
> > http://www.ourhost.com/swiki
> >
> > or
> >
> > http://swiki.ourhost.com
> >
> > I have combed the documentation and mailing list archives and cannot find
> a
> > solution. I know how to set up a reverse proxy with Apache, but I am too
> new to
> > Jigsaw.
> >
> > Can someone tell me how to set up a reverse proxy (or a better solution)
> in
> > Jigsaw.
> >
> > Thanks,
> >
> > John
> >
>
>

Received on Thursday, 27 September 2001 13:16:13 UTC