Re: jsp-examples sessions

2010-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 10/4/2010 6:15 AM, Ronald Klop wrote: > Do you use /jsp-examples for something? > In production (or on all your systems) remove the jsp-examples > context/webapp if you don't need it. Good point: this is probably a (blind) attack by a scri

Re: jsp-examples sessions

2010-10-04 Thread Ronald Klop
Do you use /jsp-examples for something? In production (or on all your systems) remove the jsp-examples context/webapp if you don't need it. In fact... remove all webapps which you don't use. Ronald. Op maandag, 4 oktober 2010 11:42 schreef rujin raj : Dear Support, I installed some a

Re: jsp-examples sessions

2010-10-04 Thread Mark Thomas
On 04/10/2010 10:42, rujin raj wrote: > Dear Support, This is a community of users, not a technical support help-line. There is a big difference. Try reading this: http://www.catb.org/esr/faqs/smart-questions.html > I installed some applications in tomcat 5.5.When i m monitoring through the > La

RE: jsp-examples

2007-07-19 Thread Propes, Barry L
if 5.0 is anything like the 4.xx series, look in a subdir called Work, under the root of Tomcat and go on down. That's where the JSPs get compiled into servlets and you can see the code generated there on the fly. Search for all of your .java files and see where they are, and if any look gener