• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Somebody wrote a messages on tomcat Console

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

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
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I googled for "did you see me on the stderr window" this was one of the pages returned: http://tomcat.10.x6.nabble.com/DO-NOT-REPLY-Bug-18462-System-err-gets-overriden-to-output-to-System-out-td2226552.html. Does that help?
 
Frank VanOor
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On another Forum I was given the solution:

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

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

 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that bug report referred to that JSP.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So apparently, someone accessed that JSP deployed on your server.
 
reply
    Bookmark Topic Watch Topic
  • New Topic