You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tom Spencer <ts...@stny.rr.com> on 2000/04/02 04:43:17 UTC

The Big Void

There is this no mans land between your root directory and the WEB-INF
directory that you can't seem to cross.
I see the reason for this but I have a question:

What is the best way to share files across these areas?  For example,
suppose I have an applet in my root directory and a servlet in my
WEB-INF/classes directory that both need a class file?  Where should I put
this class file so they both have access to it?  Do I need it in both
places?  This seems to be the only solution since everything else I've tried
winds up with one of my resources (the applet or the servlet) not being able
to locate the needed class file.

Thanks!