Christopher Schultz wrote: > Neil, > > On 7/24/2009 10:21 AM, Neil Youngman wrote: >> type="javax.sql.DataSource" >> driverClassName="oracle.jdbc.OracleDr\ >> iver" > > Is that really the content from your XML file with the backslash and > everything? 'cause XML doesn't do backslashes like that.
Oops, I missed that. No the original doesn't have a backslash and line break there. I think that's an artefact from a listing in an xterm. > If stat is being called, but the file is never opened, could there be a > permissions issue, here? I always hate it when people ask about file > permissions on the list because they are usually grasping at straws and > haven't really read the post. In this case, it seems like a possibility > given your strace output. I don't think there's a permissions issue. If there was I would expect strace to show an open() returning -1 and I don't see that. Also double checking the permissions, it looks to me to be world readable. $ ls -l ~/wirefast/dev/tomcat6/servlet-example/webapps/axis2/META-INF/context.xml -rw-r--r-- 1 neil neil 343 2009-07-22 14:44 /home/neil/wirefast/dev/tomcat6/servlet-example/webapps/axis2/META-INF/context.xml Thanks for the input. Neil
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org