nicumarius wrote:
what should I do to not use port number when writting the address of a page
on the Apache server?

Do you want to use:

  http://server.com/app

instead of

  http://server.com:8080/app ?

If this is the case than you need to have a web server (either Apache HTTPD or Apache Tomcat) listening on port 80 which is default port for HTTP protocol.

In order to give you more details, I need to know:
1. What is your OS and Tomcat version?
2. Do you have Apache HTTPD installed?

Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to