Show Me Glossary
 

Changing the Search Port

Previous previous|next Next Page

Based on user feedback, Jodie decides to hide the search midtier port address. To do so, she needs to change the midtier port number to 80, which is the default port for HTTP connections.

After she changes the midtier port number, users can access the search application without including the port number in the URL.

In the browser URL field, instead of entering:
http://oes.corp.com:7777/search/query/search.jsp

Users can enter:
http://oes.corp.com/search/query/search.jsp

Show Me

Show Me