-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gary,

Gary Opela (Corporate) wrote:
| I have a website that is located under http://localserver:8080/arsys
|
| How do I set it to where I just have to hit http://localserver/arsys,
| without the :8080?

The only way to remove the port number from your URLs is to use the
standard ports (80 for HTTP and 443 for HTTPS) for your services instead
of using 8080. Look for any un-commented <Connector> elements in your
server.xml -- the port number configuration should be obvious based upon
the examples and comments.

If you are running on a UNIX-like OS, you are likely to run across the
problem of non-root users (and processes) being prohibited from binding
to ports lower than 1024. In that case, look for "jsvc" which is pretty
much the standard these days for running java processes with access to
privileged resources.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf+gXMACgkQ9CaO5/Lv0PDDBACbBbyFAiiTox3zTFhSENg/aqXB
HS4AnAyvFuqjFvlGkauEhrny2Qj0UoON
=tDBY
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to