Re: deny access to directory

2011-08-30 Thread Robert Jacobson
opriate security constraint (deny for url-pattern "/*") -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Robert Jacobson robert.c.jacob...@nasa.gov Lead System Admin Solar Dynamics Observatory (SDO) Bldg 14, E222 (301) 286-1591 -

deny access to directory

2011-08-30 Thread Robert Jacobson
changes did not work? Or, is there another way to accomplish what I want (deny access to all files in .svn directories)? Also -- I'm puzzled why Tomcat is returning webapps/.svn/entries instead of ROOT/.svn/entries? Excerpt from server.xml: [...] -- -=-=-=-=-=-=-=-=-

Re: Adding security constraint breaks sql functionality

2010-03-09 Thread Robert Jacobson
Chuck wrote: Not sure what else is going on, but the above is incorrect for your webapp - the context name is *not* part of the . Oops! You're right of course. Thank you! I'm a little confused as to why having an incorrect url-pattern would cause the SQL to fail. About the realm-name --

Adding security constraint breaks sql functionality

2010-03-08 Thread Robert Jacobson
Hi, I'm running Tomcat 6.0.20 on Windows 2003 Server, with JRE 1.6.0_14. I have a working Tomcat configuration using MySQL authentication to access to ROOT webapp. I'm using DataSourceRealm just like the one in the Tomcat docs (http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#DataSourc

Re: Unable to connect via SSL with IE6 - probably cipher config

2008-05-30 Thread Robert Jacobson
Robert Jacobson wrote: So, what cipher(s) do I need to add to make sure that IE6 can connect? Answering my own question... I searched Google for one of the ciphers I'm already using, and the first link was: http://www-306.ibm.com/software/webservers/httpservers/doc/v2047/manual/ibm/

Unable to connect via SSL with IE6 - probably cipher config

2008-05-30 Thread Robert Jacobson
Hi, I have a Tomcat 4.1.37 server running on Windows Server 2003. I have SSL setup and working. The network admins scanned my machine and requested that I reduced the supported SSL ciphers so that only 128-bit ciphers were allowed. So, I added the following setting to my Factory for the SSL

Re: first authentication attempt fails - mysql timeout

2008-04-22 Thread Robert Jacobson
Christopher Schultz wrote: Yes, using DataSourceRealm is the preferred configuration. Thank you for confirming that :) [...] By the way, there's no reason not to upgrade to the most recent Connector/J, either. Sorry.. are you referring to the mysql-connector JAR file? In my troubleshoot

first authentication attempt fails - mysql timeout

2008-04-21 Thread Robert Jacobson
Hi, I have an existing Tomcat configuration that is working well. However, it is running version 4.1.31. We are updating the platform, so I thought I'd take the opportunity to update Tomcat. Unfortunately (??) I must stick with the Tomcat 4.1 release. I have a test machine on which I hav