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 throu

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

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 cre

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 hopefully,

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Scott Smith
t: Monday, April 17, 2006 7:29 AM 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 th

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
ers List Subject: Re: 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

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Original Message- From: Filip Hanik - Dev Lists [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 y

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
than that Your code looks fine and I can't see any problems with it. Regards. On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files upon startup, your myapp.xml doesn't have a docBase > attribute to associate it with the app itself. > p

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Base > attribute to associate it with the app itself. > path="/myapp">. > > Scott Smith wrote: > > Sorry, I sent this so many times. Hopefully, I have all of the typos > > out of it this time... > > > > > > >

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
2006 4:56 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND check your log files upon startup, your myapp.xml doesn't have a docBase attribute to associate it with the app itself. ..... Scott Smith wrote: > Sorry, I sent this so many times. Hopefully,

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: In my web.xml file I have: jdbc/MyDB javax

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

2006-04-14 Thread Scott Smith
Sorry, I hit send too soon- I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax.sql.DataSource Container But, when I execut

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

2006-04-14 Thread Scott Smith
} 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

SEVERE: Error listenerStart

2006-03-01 Thread Scott Smith
been 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. S

RE: Internationalization question

2005-11-14 Thread Scott Smith
ist Subject: Re: 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 contain

Internationalization question

2005-11-11 Thread Scott Smith
I'm using Tomcat 4.1.29 on Windows. I have a context setup which contains some image files (simple jpgs). In the conf/server.xml file, the context looks something like: Some of the filenames in this directory have non-English characters (e.g., ESPAÑA.jpg). For the associated webs