On 29 Nov 2002 at 15:43, Patrick Kosiol wrote: deleted older messages...
> > > Hello, > > 1. I do not get any expansions. > 2. My DirectorySystem is: > WEB-INF > classes > myApp > client > server > > Can that works that the client and the server classes are in > there folders? These Directory is created by JB so that should > also work in Tomcat. > > Patrick > A client cannot access files inside or below WEB-INF. Put all the files your applet needs above WEB-INF. If you need the same classes on server and client you must have them twice. For complex deployment see Ant as David suggested. You might also want to read the Application Developer's Guide: http://jakarta.apache.org/tomcat/tomcat-4.0- doc/appdev/index.html or localPathToTomcat/webapps/tomcat-docs/appdev/index.html Andreas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
