--

Hi Christoph,

The url spec allows you to set a port number after the host name.  Like this
http://someserver:7777/ That would try to connect to someserver on port
7777.    Most web servers run on port 80 and that's the default port.  If
your server is on port 80 then your don't need to list it.

-Peace
Dave


Christoph Kukulies wrote:

> --
>
> On the one hand I find the apperance of the java-apche web pages
> with the FAQ-O-Matic quite fancy and well looking with all the
> icon stuff, on the fly table generating etc. but what I find missing
> is a search feature that allows me to browse e.g. for the word
> SERVER_PORT through all mails enabling me to quickly find an answer
> and thus relieving the list from unnecessary ground noise - and now
> comes the question:
>
> That http://host:SERVER_PORT/example/Hello construct didn't seem to work
> in MSIE 4.0. I installed Netscape communicator on that NT 4.0 machine
> and it worked.
>
> Surprisingly it works without the SERVER_PORT and I cannot imagine
> that this is the usual way to access a servlet. In contrary, access
> should be as invisible as possible to the enduser.
>
> What is SERVER_PORT? A reserved word? A placeholder to insert the
> true server port? Isn't that 8080 anyway? So why that SERVER_PORT at all?
>
> Excuse the noise.
>
> --
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> 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]



--
--------------------------------------------------------------
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