I am trying to figure out why my tomcat 5.0.16 server cannot find the web.xml for the parks.com.
Its located at /home/parks/htdocs/WEB-INF/web.xml the permissions of the file are such that anyone can read the file. and here is my config for the server.xml <!-- parks.com settings--> <Host name="parks.com" debug="0" appBase="/home/parks/htdocs" unpackWARs="true" autoDeploy="true"> <Alias>www.parks.com</Alias> <Context path="" docBase="/" debug="0"/> <Logger className="org.apache.catalina.logger.FileLogger" directory="/home/parks/logs" prefix="parkstomcat.com_log." suffix=".txt" timestamp="true"/> <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster" name="etrakCluster" debug="100" serviceclass="org.apache.catalina.cluster.mcast.McastService" mcastAddr="228.0.0.4" mcastPort="45564" mcastFrequency="500" mcastDropTime="3000" tcpThreadCount="2" tcpListenAddress="auto" tcpListenPort="10008" tcpSelectorTimeout="100" printToScreen="true" expireSessionsOnShutdown="false" useDirtyFlag="false" replicationMode="synchronous" /> <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve" filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhostcluster_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> </Host> here is the error that i am getting. INFO: Missing application web.xml, using defaults only StandardEngine[Tomcat-Sta ndalone].StandardHost[standrewsparks.com].StandardContext[] Dec 19, 2003 1:17:03 PM org.apache.catalina.core.StandardHost getDeployer INFO: Create Host deployer for direct deployment ( non-jmx ) Dec 19, 2003 1:17:03 PM org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:/usr/local/jakarta-tomcat-5 .0.16/conf/Tomcat-Standalone/parks.com/.xml Dec 19, 2003 1:17:03 PM org.apache.catalina.startup.ContextConfig applicationCon fig INFO: Missing application web.xml, using defaults only StandardEngine[Tomcat-Sta ndalone].StandardHost[parks.com].StandardContext[/] I have double checked the path. and checked the permissions, im even trying to run as root and it still doesnt find the file any ideas? thanks Daniel Schulken --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.553 / Virus Database: 345 - Release Date: 12/18/2003