Currently suppose xyz.com executes webapp ROOT.
How can I configure my tomcat; so that by default xyz.com takes me to xyz.com/abc [abc is a directory inside ROOT]
Currently suppose xyz.com executes webapp ROOT. How can I configure my tomcat; so that
Share
If you have JSTL set up, you can redirect from ROOT/index.jsp:
Or use scriptlet from ROOT/index.jsp: