You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Igor I. Tovstopyat-Nelip" <it...@euch4e.chem.emory.edu> on 2003/01/23 16:18:22 UTC

how to redefine server's URL

Hi,

A simple and, maybe, a little incompetent question.

If I need to use not the URL http://localhost:8080/myapp but something
like http://myserver.mycompany.com, can I do it without using Apache as a
front end, and how?

Thank you.
Igor TN



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: how to redefine server's URL

Posted by Lajos Moczar <lm...@galatea.com>.
Igor -

You can change the http port from 8080 to 80, and the <Host> name from 
localhost to myserver.mycompany.com.

Regards,

Lajos


Igor I. Tovstopyat-Nelip wrote:
> Hi,
> 
> A simple and, maybe, a little incompetent question.
> 
> If I need to use not the URL http://localhost:8080/myapp but something
> like http://myserver.mycompany.com, can I do it without using Apache as a
> front end, and how?
> 
> Thank you.
> Igor TN
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


-- 



                    Lajos Moczar
       ----------------------------------------
     Open Source Support, Consulting and Training
       ----------------------------------------
             Cocoon Developer's Handbook
  (www.amazon.com/exec/obidos/tg/detail/-/0672322579)

                    _      _____
                   / \         /
                  /___\      /
                 /     \   /____

      http://www.galatea.com -- powered by AzSSL


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>