RE: Internationalization question

2005-11-14 Thread Scott Smith
: Internationalization question Hi! Try to add URIEncoding=UTF-8 attribute to the Connector tag in your server.xml. Regards, Bendis Dne so 12. listopadu 2005 02:36 Scott Smith napsal(a): I'm using Tomcat 4.1.29 on Windows. I have a context setup which contains some image files (simple jpgs

Tracking Authentication rejects in Tomcat 5.5

2007-10-29 Thread Scott Smith
I'm using Tomcat 5.5 and using dataSourceRealm to do authentication. I need to track bad logins. In particular, I want to track any logins where the password is wrong. I also want to track the remote server's IP address that provides a bad login. It appears that I can track bad logins by

RE: Tracking Authentication rejects in Tomcat 5.5

2007-10-29 Thread Scott Smith
I found this tonight. It looks promising. http://sourceforge.net/projects/lockout-realm It appears he has the HttpServletRequest object available and that means you can do a getRemoteAddr(). So, I haven't played with it, but... Scott From: Kevin Jackson

Dynamic ResourceBundle clearCache()

2008-06-13 Thread Scott Smith
We are trying to build functionality into our website so a website administrator can update the properties file which contains the webpage display strings without stopping the website. He would do this through an administrative webpage. The code (excerpted below) works fine when we step

SEVERE: Error listenerStart

2006-03-01 Thread Scott Smith
butting my head with this for days and I have no idea what is wrong. There is no stack trace in the logs! Does anyone have any ideas at all to try? Any ways to glean more information about this? I'm desperate for a solution! -- R. Scott Smith

Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
(Unable to retrieve MyDB DataSource, e); ds = null; } I get an error message which says Scott Smith SVP Technology Mainstream Data 375 Chipeta Way, Suite B Salt Lake City, Ut 84108 801-584-2817

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, Tomcat 5.5.16 configuration problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, Tomcat 5.5.16 configuration problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina\locahost directory: Context path=/myapp Resource name=jdbc/MyDB auth=Container

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
=/myapp. Scott Smith wrote: Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina\locahost directory: Context path=/myapp Resource name=jdbc/MyDB auth

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
to associate it with the app itself. Context docBase=${catalina.home}/server/webapps/myapp path=/myapp. Scott Smith wrote: Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
. Scott Smith wrote: Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina\locahost directory: Context path=/myapp Resource name=jdbc/MyDB auth=Container

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
[mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:57 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND also, did you check your logs yet? I bet there is a nice little error message in there for you :) Filip Scott Smith wrote: You are correct. I

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
: Tomcat 5.5.16 configuration problem--THIRD RESEND maybe I should read the docs ;) yes, any container can have it, Filip Hanik - Dev Lists wrote: exactly, the realm element doesn't belong there, read up on the docs Scott Smith wrote: I am also doing Forms authentication...but I haven't got

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Scott Smith
To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND do you have more than one docBase specified? also, servlet.jar etc should not be in your WEB-INF/lib Scott Smith wrote: OK, I removed the unnecessary Contexts (at least they are unnecessary for the time being

Question on Single Sign-On

2006-04-19 Thread Scott Smith
I've read the docs and I think I understand the basic setup of the valve to implement SSO. However, my application is only partially done and before I implement SSO, I'd like to know that when I get the application all done, it will hang together. So, I will describe what I'm doing and