I have created an application using JSP & deployed on a subdomain
Now issue is if we open the application on complete link with https its working but if user type only subdomain its not working. Is there any configuration required in tomcat files
i am simply redirecting to a custom page if user hits on index.jsp
Working url Example:
https://abc.xyz.com
Not working url example
abc.xyz.com
If url is opened with https then next time it takes https automatically i think from cache
If we open the url(abc.xyz.com) on new machine its not working