Hi, I have had a brief look at the archives, but I can't find this particular needle in the haystack.
I am trying to get an servlet up and running at an ISP that has tomcat 3.1 and I am running into a couple of problems. (The ISP will soon be upgrading to 4.01 but for now I have to make do with 3.1). Apart from the fact that the servlet isn't yet running, I am noticing something quite odd. If I restart tomcat with one of the necessary jar files missing from my WEB-INF/lib directory I get: Error loading default servlet java.lang.IllegalArgumentException: Repository /..../WEB-INF/lib/turbine-2.1.jar doesn't exist! How is it that tomcat knows the name of the jar file rather than just not finding a particular class? I actually have the contents of this particular jar file packaged up in another jar file (with various patched classes included). I would have thought the name of the jar files was irrelevant. Can someone please give me a clue as to how this is happening so that I can get back to the real problem of getting the servlet to work. Thanks, Scott -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
