Where to place JAR file???

2002-09-07 Thread Michael Petres
Hello, I have a problem that is probably silly if you know tomcat well… I have configured tomcat to load a context (eBMF). In order to avoid loading the servlet twice I have set the ‘appBase’ in the server.xml file to an empty string and I have placed the applet related stuff in a directory at t

Re: Where to place JAR file???

2002-09-07 Thread Ben Walding
Anything under WEB-INF is invisible to a web user, it's just the way things are. Hence, I believe that you are going to need to put the library.jar in two places, once in the WEB-INF/lib and once in the same dir as applet.jar (but not under WEB-INF) Michael Petres wrote: >Hello, > >I have a p

FW: Where to place JAR file???

2002-09-08 Thread Michael Petres
~ -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 8:29 AM To: Tomcat Users List Subject: Re: Where to place JAR file??? Anything under WEB-INF is invisible to a web user, it's just the way things are. Hence, I believe that you are goi