"Smith, Steven M" wrote:

> Does anyone know why Apache/TomCat is looking for java/net.class?
>

They are looking for this class because some client asked for it.  That's why it
shows up in the access log.

My guess would be it's an applet, but without knowing anything about the client
that issued this request, there is no way to be sure.

Another possibility is that you have a file like Net.class (note the case
difference) -- in Tomcat 3.1 (before the 3.1.1 update), filename matches were
not case senstive.  They are in 3.1.1, 3.2, and 3.2.1.

Craig McClanahan


Reply via email to