Somebody wrote a messages on tomcat Console

tomcat7

Solution

This is produced by a example jsp (webapps/examples/jsp/foo.jsp) with the following lines:

<eg:log>
Did you see me on the stderr window?
</eg:log>

Problem

I've an application deployed on Tomcat 7, and this morning I noticed two messages on Tomcat console: - Did you see me on the stderr window? - Did you see me on the browser window as well? Somebody managed to write remotely these messages. Do I have to be worried ? did somebody hack my website ? thanks, Frank

Original source