A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Websphere
Author
requirement of port number in url
P. Ingle
Ranch Hand
Joined: Apr 25, 2005
Posts: 45
posted
Aug 19, 2005 08:16:00
0
Hi,
We have a web app installed on WAS 5.0.2 (Base) running on Linux box. We are just using default host
The URL that we have to give is:
<a href="http://<hostname rel="nofollow">:9080/ourAppName" target="_blank">http://<hostname>:9080/ourAppName and
<a href="https://<hostname rel="nofollow">:9443/ourAppName" target="_blank">https://<hostname>:9443/ourAppName after enabling SSL
If I try <a href="http://<hostname rel="nofollow">/ourAppName," target="_blank">http://<hostname>/ourAppName, I get "page not found"
How can I remove the requirement to enter port number after hostname? What configuration do I need to do?
Thanks,
P.Ingle
Thanks,<br />P.Ingle
Sudhir Marathe
Greenhorn
Joined: Apr 14, 2004
Posts: 4
posted
Aug 19, 2005 08:50:00
0
As far as I know if you front the App Server with a Web Server,you can do away with the port business !
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: requirement of port number in url
Similar Threads
Websphere 6.1 JAR Deployment and AutoDeploy_v31 tool - VVV IMP
Redirect a URL from http 9080 to https 9443
Websphere Portal 5 - Change PortNumber
How to configure SSL in RAD 7
Default Server port assignments in WSAD
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter