• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Robotcop for Tomcat?

Does anyone know if there is anything like Robotcop for Tomcat? For those who are not familiar with Robotcop, you can read about it here:

http://www.robotcop.org/install_ap13.html

In a nutshell, it extends robots.txt in that it will actually enforce the rules set forth in there, as opposed to doing nothing and hoping the various web spiders/robots/crawlers respect them. I've searched all over google for something like this for Tomcat with no luck.
 
You could run apache in front of tomcat. It would also be very easy to write one for tomcat on a per application basis. Applying it at the entire-server level might be a bit tougher.
 
Back
Top