I've been having SMTP problems, apologies if this is a duplicate. "2002-03-27 12:01:03 ContextConfig[/rms]: tldConfigJar (/WEB-INF/lib/xerces.jar): java.io.IOException: No such file or directory"
You might want to try this question on tomcat-users, but that message may be misleading. - Can you get other webapps to work? Like the examples that come with tomcat? - You don't need xerces.jar in your webapp, tomcat makes it globally available. What happens if you remove it? The whole XML parsers thing is a sore spot, check out the release notes in RELEASE-NOTES-4.0.2.txt. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
