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
By default browsers route all http requests to port 80, so if you have Apache http in front of TC then this will be true. -Sameer http://in.groups.yahoo.com/group/indiaenergy/join --- On Tue, 2/3/09, randhir.si...@elitecore.com wrote: From: randhir.si...@elitecore.com Subject: Able to access

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,