Hello Guru, The name of the application is actually "mobiledoc," not "myapp." In my previous e-mail I called it "myapp" for the sake of simplicity. From now on I will call it by its real name, mobiledoc.
mobiledoc.xml does not exist in /usr/local/tomcat5/conf mobiledoc.xml does not exist in /home/myaccount/tomcat5/conf mobiledoc.xml exists in /usr/local/tomcat5/conf/Catalina/localhost mobiledoc.xml exists in /home/myaccount/tomcat5/conf/Catalina/localhost The contents of the file are as follows: <Context path="/mobiledoc" docBase="mobiledoc" debug="1" reloadable="false"> </Context> That's it. -- Eric Robinson -----Original Message----- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 6:08 AM To: 'Tomcat Users List' Subject: RE: Someone Please: Why Is Tomcat Looking In The Wrong Directory? Can you post ( copy the content and paste it into the email ) the myapp.xml in the conf directory of tomcat ? Guru Gurumoorthy Raghupathy Systems Operations - Fidelity Investments International * Tel: +44 1737 836798 * Internal: 8-724 6798 * Tel (R): +442086610646 * Tel (R): +447899033459 * Tel (S): +447736059647 * Mail-Zone : XTW2A * E-Mail: <<mailto:[EMAIL PROTECTED]>> Important: Fidelity Investments International, Fidelity Investment Services Limited, Fidelity Pensions Management and Financial Administration Services Limited (a Fidelity Group company) are all authorised and regulated in the UK by the Financial Services Authority and have their registered offices at Oakhill House, 130 Tonbridge Road, Hildenborough, Tonbridge, Kent TN11 9DZ. Tel 01732 361144. Fidelity only gives information on products and does not give investment advice to private clients based on individual circumstances. Any comments or statements made are not necessarily those of Fidelity. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you received this in error, please contact the sender and delete the material from any computer. All e-mails sent from or to Fidelity may be subject to our monitoring procedures. 'Direct link to Fidelitys website. <http://www.fidelity-international.com/world/index.html> -----Original Message----- From: Robinson, Eric [mailto:[EMAIL PROTECTED] Sent: 01 August 2006 14:03 To: Tomcat Users List; Corobitsyn Roman Subject: RE: Someone Please: Why Is Tomcat Looking In The Wrong Directory? I checked and the permissions are correct, but I think you missed the basic problem. We have an application, "myapp." It exists in /home/myaccount/tomcat5/webapps/myapp But tomcat is looking for it in /user/local/tomcat5/webapps/myapp Hence the "file not found" errors. The question is why does tomcat insist on looking for the app in the wrong place? $CATALINA_BASE is set correctly and other pages are being served correctly from /home/myaccount/tomcat5/webapps -- Eric Robinson -----Original Message----- From: Corobitsyn Roman [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 5:45 AM To: Tomcat Users List Subject: Re: Someone Please: Why Is Tomcat Looking In The Wrong Directory? Hello Eric, Try to check OS permissions for dir webapps/myapp/conf Tuesday, August 1, 2006, 4:36:09 PM, you wrote: RE> Hello all, RE> When I start tomcat, I get several messages like these: RE> java.io.FileNotFoundException: RE> /usr/local/tomcat5/webapps/myapp/conf/myapp.properties (No such file RE> or RE> directory) RE> This file actually exists in RE> /home/myaccount/tomcat5/webapps/myapp/conf/myapp.properties RE> I have $CATALINA_BASE set to /home/myaccount/tomcat5 RE> My instance of tomcat is starting mostly fine. I can connect to it RE> on my custom port and see my own default page, but for some reason RE> tomcat is still looking for "myapp" in the directory specified by $CATALINA_HOME. RE> Someone please take a moment and give me some tips on why this might RE> be happening. RE> Thanks much, RE> -- RE> Eric Robinson RE> Disclaimer - August 1, 2006 RE> This email and any files transmitted with it are confidential and RE> intended solely for [EMAIL PROTECTED] If you are not the RE> named addressee you should not disseminate, distribute, copy or RE> alter this email. Any views or opinions presented in this email are RE> solely those of the author and might not represent those of RE> Physician Select Management (PSM) or Physician's Managed Care (PMC). RE> Warning: Although the message sender has taken reasonable RE> precautions to ensure no viruses are present in this email, neither RE> PSM nor PMC can accept responsibility for any loss or damage arising RE> from the use of this email or attachments. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]