On a project I’m working on at my current job, I’ve come across a pernicious problem. We have an internal web-app runs at say, 1.1.1.1:123/webapp. Customer wants to reach the web-app over www.webapp.com.
Internet server port forwarded to local server. so when i call www.webapp.com:123/webapp i can reach the app, but how can i reach the app just by www.webapp.com?
We are using weblogic server 11g and java 1.5 application
thanks in advance