Hi, >I have noticed that on starting up tomcat, the application is loading >o.k, but then the script reads: info: missing application web.xml, using >defaults only
Then the application is not loading OK. Tomcat can't find your web.xml for some reason, and your servlet definitions won't be loaded. Only static content and JSPs will work (because those are handled by the servlets in $CATALINA_HOME/conf/web.xml). >Any suggestions to where I might be going wrong would be most >appreciated. Your web.xml itself looks fine. Make sure the permissions on the directory are OK. Have you changed anything else in server.xml.? Also please use a subject in your mailing list posts. I didn't add one now because I wanted to keep this as a thread. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
