Java: j2sdk1.4,1
Linux: 2.4.21
I just tried building FreeFS (after fixing one bug in the code) and ran
into a similar problem, namely,
500 Servlet Exception
WEB-INF/web.xml:17: `GetCapabilities' is not a known servlet. Servlets
belong in the classpath, often in WEB-INF/classes.
But the class is there. It seems as though Resin's default classloader is
not properly traversing the subdirectories created after the WAR is
unpacked. I seem to remember this happening, before, which forced me to
explicitly load the class libraries but I was hoping not to have to do
that.
Thanks.
Sean