Forgot to put contents of application's context.xml. Still no difference in contents between 6.0.18 and 6.0.20- same file listed under %TOMCAT_HOME%\conf\Catalina\localhost\MYPROJECT.xml for both versions
Contents of MYPROJECT.XML : ============================ <!-- The contents of this file will be loaded for each web application --> <DefaultContext debug="2" reloadable="true" crossContext="true"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="MYPROJECT_log." suffix=".txt" timestamp="true"/> <Resource name="jdbc/MYPROJECT" auth="Container" type="javax.sql.DataSource" description="MYPROJECT Application Database"/> <ResourceParams name="jdbc/MYPROJECT"> <parameter> <name>factory</name> <value>org.apache.commons.dbcp.BasicDataSourceFactory</value> </parameter> <parameter> <name>removeAbandoned</name> <value>true</value> </parameter> <parameter> <name>removeAbandonedTimeout</name> <value>60</value> </parameter> </ResourceParams> <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="MYPROJECT_access_log." suffix=".txt" pattern="common"/> </DefaultContext> -----Original Message----- From: Nagulapalli, Srinivas [mailto:srinivas.nagulapa...@starwoodvo.com] Sent: Thursday, November 04, 2010 4:48 PM To: Tomcat Users List Subject: RE: Difference in behavior between Tomcat 6.0.18 and 6.0.20 No difference in context.xml file for Tomcat-6.0.18 and 6.0.20-both have following: <Context> <WatchedResource>WEB-INF/web.xml</WatchedResource> <Context> Thanks for any pointers. -Srini -----Original Message----- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, November 04, 2010 4:41 PM To: Tomcat Users List Subject: Re: Difference in behavior between Tomcat 6.0.18 and 6.0.20 On 04/11/2010 16:35, Nagulapalli, Srinivas wrote: > Nov 4, 2010 4:28:05 PM org.apache.catalina.startup.HostConfig deployWAR > SEVERE: Error deploying configuration descriptor MYPROJECT.war And the contexts of your context.xml file is what? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org This electronic message transmission contains information from the Company that may be proprietary, confidential and/or privileged. The information is intended only for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying or distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:" field. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org This electronic message transmission contains information from the Company that may be proprietary, confidential and/or privileged. The information is intended only for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying or distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:" field. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org