Does anyone know how to mask the portal FQDN and replace what the end user sees? For instance seeing www.portal.com when the actuall name is myportal.mycompany.com/sapportal?
there is documentation about the servletpath on http://localhost:port
Masking is possible with simply using a webserver in front of Java Server
Add a comment