Re: Able to access URL without port

2009-02-03 Thread David Smith
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, >

Re: Able to access URL without port

2009-02-03 Thread Sameer Acharya
access URL without port To: users@tomcat.apache.org Date: Tuesday, February 3, 2009, 2:27 PM 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

Re: Able to access URL without port

2009-02-03 Thread Kees de Kooter
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,

Able to access URL without port

2009-02-03 Thread randhir . singh
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 tomca