Redirect tomcat ROOT
A quick post today: If you’re running Tomcat, the root of your application container will look something like this: That’s not what I want my users to see at root. I want them to see my application. So I borrowed some instructions from this blog to make that root directory point elsewhere. Of course, you could do this with a proxy service too, a redirect … Continue reading Redirect tomcat ROOT