Daniel, it sounds to me as if you are confusing an "outbound" HTTP proxy service with a JRun "connector proxy". These are two very different beasts. The JCP (JRun Connector Proxy) is a JRun service that enables a web server (IIS of Netscape) to talk to JRun, usually via an ISAPI or NSAPI plugin, but possibly via a CGI or even from another servlet... note that the "web server" is actually the connection "client" from a network perspective in this converstation. The web browser is a client of the web server, the web server is, in turn, a client of the JRun service. An HTTP proxy is normally used to allow browsers sitting on a private network to access internet based web sites. A proxy in this configuration is not used to deliver an internal web site to internet based clients. Normally, with such a configuration, internal browsers are "clients" of the proxy server, that, in turn, becomes a client of the externally hosted web site. The fact that you mention a port number like 8888 leads me to believe you are attempting to use such an HTTP proxy. An HTTP proxy can not talk directly to a JCP, they do not even speak ths same applicaiton layer protocol. Why are you using an HTTP proxy at all? Why not place a web server on the Internet and use the web server plugin supplied by JRun to access the internal JRun service? This is the "normal" configuration. It is possible to set up an HTTP proxy server as a "reverse proxy" and use it as such to permit external browsers to see an internally hosted web site... but this is probably overkill for your needs. Doing so, you would still need an internal web server to be proxied (not the JRun JCP) Ed. > -----Original Message----- > From: daniel garcia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 03, 2001 9:31 AM > To: JRun-Talk > Subject: Re: jrun2.3 NT model. > > > Hello. > > Just beginning to learn howto use jrun2.3 while learning java servlets. It > worked perfectly well when I was developing in Win98. But when I started > deploying to a proxy server [using WinNT and IIS4.0], I couldn't make the > thing visible on the internet. Locally, however, people can see it- output > of the servlets. > > > > The proxy port number is 8888. For the port number entry box in Jrun > Connection wizard, we tried 8888, 8080, etc. Nothng seems to work. > Locally, > it does. > > > > What seems to be the problem? Can anyone help me. Any help would be > appreciated. > > > > Best wishes, > > > > Danny > ***************************************************************** DISCLAIMER: The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee. Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized. If you are not the intended recipient please notify us immediately by returning the e-mail to the originator. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
