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
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
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
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,
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
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
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
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
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...
> >
> >
> >
>
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,
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
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]
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
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]
}
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
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
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
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
18 matches
Mail list logo