Einstein47
Programmer
This may not be the correct forum, but I'm hoping that someone may still be able to point me in the right direction.
In my access.log I am seeing a bunch of 404 errors for java class files
The developers swear that none of their code is calling these classes. What they are calling are:
Which is similar, but those servlets are found.
Really I don't care about the servlets, I just want to know why they continue to make 404 errors in my access.log file. They are false positives that make it hard to find the real 404 errors that I need to deal with.
If anyone has any advice or suggestions, I'm all ears. Einstein47
("For every expert, there is an equal and opposite expert." - Arthur C. Clarke)
In my access.log I am seeing a bunch of 404 errors for java class files
Code:
GET /site/TButtonPop$COMClassObject.class HTTP/1.1
GET /site/TButtonPopBeanInfo.class HTTP/1.1
Code:
GET /site/TButtonPop.class HTTP/1.1
GET /site/TMenu.class HTTP/1.1
GET /site/TButton.class HTTP/1.1
Really I don't care about the servlets, I just want to know why they continue to make 404 errors in my access.log file. They are false positives that make it hard to find the real 404 errors that I need to deal with.
If anyone has any advice or suggestions, I'm all ears. Einstein47
("For every expert, there is an equal and opposite expert." - Arthur C. Clarke)