You should configure mod_proxy in Apache for that. You basically proxy
"no port" (is actually port 80) to your port 10080.

The docs for mod_proxy can be found here:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Cheers,
Kees de Kooter
http://www.boplicity.net



On Tue, Feb 3, 2009 at 09:57,  <randhir.si...@elitecore.com> wrote:
> I had a doubt of something I had heard with regard to the access of URL
> possible without port number if apache is used in the environment. We have
> our application running with JBOSS as the AS and tomcat as the web server.
> My question is that is the URL,
>
> http://application-URL:10080
>
> assuming tomcat is running on port 10080 can be accessed like
>
> http://application-URL
>
> without the port number if apache is also installed.
>
> I hope, my question is clear.
>
> Please, help in solving the doubt.
>
> regards
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

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

Reply via email to