> From: Propes, Barry L [mailto:barry.l.pro...@citi.com]
> Subject: RE: DB connection error -Tomcat 6 config
> 
> I'm also having an issue with a child directory and contents being
> seen. Getting 404 errors from this, even though the contents are
> unequivocally there.

Note that client requests are for URLs, not directories; what the URL maps to 
may or may not have anything to do with how things are laid out in the server's 
file system.  You'll need to post specifics: the URL, the webapp's 
WEB-INF/web.xml, and the actual deployed file structure.  Also, check that the 
Tomcat userid has access to the directories of interest.

> Mar 26, 2010 12:40:19 PM org.apache.catalina.loader.WebappClassLoader
> clearReferencesStopTimerThread
> SEVERE: A web application appears to have started a TimerThread named
> [Timer-0] via the java.util.Timer API but has failed to stop it.

That doesn't necessarily point to the JDBC driver, just that your webapp is 
ill-behaved.

> Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig
> validateSecurityRoles
> INFO: WARNING: Security role name service used in an <auth-constraint>
> without being defined in a <security-role>
> Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig
> validateSecurityRoles
> INFO: WARNING: Security role name admin used in an <auth-constraint>
> without being defined in a <security-role>
> Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig
> validateSecurityRoles
> INFO: WARNING: Security role name comply used in an <auth-constraint>
> without being defined in a <security-role>
> Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig
> validateSecurityRoles

The above indicates that the WEB-INF/web.xml for the webapp is incomplete; read 
the servlet spec.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to