Plesk standard features.
With regards,
Mark Benussi, IBT Services
[EMAIL PROTECTED]
Tel +44 870 850 1081
Mob +44 7714 767407
Fax +44 7092 094490
HYPERLINK "http://www.ibt.com/";
_
This communication and any attachments contain information which is
confidential and may also be
August 2007 13:26
To: Tomcat Users List
Subject: Re: Tomcat clearing conf/Catalina/localhost/ROOT.xml
put a context.xml (with same content) into the META_INF folder of your ROOT
folder / war instead.
regards
leon
On 8/7/07, Mark Benussi <[EMAIL PROTECTED]> wrote:
> I am running Tomcat and ev
I am running Tomcat and everytime I restart the web application it keeps on
clearing my ROOT.xml file back to its initial state (Very sparse).
So I keep on losing my environment variables and Resources...
Any thoughts?
With regards,
Mark Benussi, IBT Services
[EMAIL PROTECTED]
Tel +44 870
We have a webapp running within Tomcat 5.0.28 on Linux.
The message log indicates that any classes are loaded
twice. Also, any singleton objects created by these load-on-startup classes
are created twice. This has been confirmed by stepping through the code via
a debugger.
From what I have g
If you want to run Web Services on Tomcat look at Apache AXIS.
>From AXIS services you are going to post messages to an MQ manager, probably
via JMS.
Then you will need to monitor the queue at the other end to call your
backend application.
I don't wish to be rude here but how have you come to t
Tomcat Users List
Subject: RE: JAAS implementation with URL callback
Yes, but an existing one in the open source domain
would be nice, because it will have been tested,
verified, etc...
I would think that a component such as this would be
used my many.
--- Mark Benussi <[EMAIL PROTECTED]>
Write your own CallbackHandler and LoginModule.
-Original Message-
From: Pat Young [mailto:[EMAIL PROTECTED]
Sent: 07 November 2005 20:01
To: 'Tomcat Users List'
Subject: JAAS implementation with URL callback
Does anyone know of an available JAAS implementation
that comes with a URL call
Pat.
I think you hijacked another thread. If you want to create a new thread do
so.
In answer to your question just implement your own CallbackHandler and pass
it to the LoginModule. You can then construct the CB with the url as well
the user name and password.
I need to access the U
x27;Hearne [mailto:[EMAIL PROTECTED]
Sent: 18 October 2005 19:15
To: Tomcat Users List; Mark Benussi
Subject: Re: Is it even possible to retrieve a custom user principal? (Was:
Tomcat user principal)
Mark,
Thanks so much for your help. That is very enlightening, and I'll
consider doing th
have access to the session in my JAAS login
module. If you know of a way to access the session from within a JAAS
login module, that is the code I need to see. I should have been more
clear about this before.
Thanks for your help Mark.
Brad
On Oct 18, 2005, at 1:30 AM, Mark Benussi wrote
the
session, then the default isUserInRole() should work as is, I'll just
retrieve my custom user principal out of the session for other custom data.
Mark, where can I add my user principal to the session?
Brad
Mark Benussi wrote:
>If you're implementing JAAS... no. No idea about the r
If you're implementing JAAS... no. No idea about the rest. Its not supported
in Tomcat (But should be). Stick it in the session, and then you have to
override the Tomcat HttpRequestProcessor (isUserInRole()) to get your
Principal out of the session and call the validation.
-Original Message---
12 matches
Mail list logo