Problems deploying servlet (expect web.xml is the problem)

2002-12-20 Thread Lars Preben S. Arnesen
I have developed a servlet that ran fine on Resin. It also seems to work when deploying as a war-file. I'm trying to convert to Eclipse and Tomcat, but I don't want to make war files during development. Instead of using a war file I have the following entry in the server.xml file: Context path=

RE: Problems deploying servlet (expect web.xml is the problem)

2002-12-20 Thread Roberts, Eric
Tomcat unpacked dtd and Resin/Tomcat-war dtd? -Original Message- From: Lars Preben S. Arnesen [mailto:[EMAIL PROTECTED]] Sent: Freitag, 20. Dezember 2002 10:59 To: [EMAIL PROTECTED] Subject: Problems deploying servlet (expect web.xml is the problem) I have developed a servlet that ran fine

Re: Problems deploying servlet (expect web.xml is the problem)

2002-12-20 Thread Kief Morris
Lars Preben S. Arnesen typed the following on 10:59 20/12/2002 +0100 When I start Tomcat I get an exception (included below). I seems like the problem is in the web.xml, but this works just fine when the xml-file is included in a war-file. I removed almost all entries and inserted one by one and