Secure content on HttpServer using a Tomcat Application - any ideas?
问题 We have a Web Application on Tomcat. The App accesses content(confidential) from dedicated Apache HTTPServers. We do not want un-authorized users accessing this content. i.e. Only users authenticated through WebApp(on Tomcat) can access HttpServer content. (We are using HTTPS to secure the network, but if someone gets the direct httpserver url for content they may download content). We are thinking of hosting content in side the same webapp on Tomcat. Any ideas? 回答1: The easy/lazy way to do