I have created a new context called "servlet" in "webapps".
I copied the WEB-INF folder with web.xml, classes, and lib in it. When I restart the server I get the following log for the context: 2002-01-17 12:37:01 WebappLoader[servlet]: Deploying class repositories to work directory D:\web\Apache Tomcat 4.0\work\localhost\servlet 2002-01-17 12:37:01 WebappLoader[servlet]: Reloading checks are enabled for this Context 2002-01-17 12:37:01 StandardManager[servlet]: Seeding random number generator class java.security.SecureRandom 2002-01-17 12:37:01 StandardManager[servlet]: Seeding of random number generator has been completed 2002-01-17 12:37:02 ContextConfig[servlet]: Missing application web.xml, using defaults only 2002-01-17 12:37:02 StandardWrapper[servlet:default]: Loading container servlet default 2002-01-17 12:37:02 default: init 2002-01-17 12:37:02 StandardWrapper[servlet:invoker]: Loading container servlet invoker 2002-01-17 12:37:02 invoker: init 2002-01-17 12:37:02 jsp: init 2002-01-17 12:37:02 Internal Error: File /WEB-INF/web.xml not found The file is there but it gives me this message and I can't understand why? Tom.
