Posted By:
Adi_D
Posted On:
Tuesday, September 14, 2004 07:49 AM
Hello together!
I'm using a tomcat 4.0.4 server and i have a web application with applet-servlet-communication.
My servlet should have partially the same functionality as the applet. Can i make the server/servlet access a directory with JARs under my webapp root directory such as "tomcat/myapp/lib", so that i don't have to put these files twice on the server?
And where do i have to put my applet if i have the libs in the directory shown above?
Thanks in advance!