Hello, I am from JBoss crowd (Anatoly Akkerman <akkerman@...>). While getting together my research demo, I am running into another problem with Jetty....
azakkerman
akkerman@...
Jan 1, 2002 9:32 pm
2617
I looked more into this, could not find anything in the spec. This things is called "single sign-on" option. Searching further jetty- discuss archive, messages...
azakkerman
akkerman@...
Jan 1, 2002 10:32 pm
2618
Well we are passing all the watchdog tests at the moment - so we are compliant or their tests are no good ( good bet either way :-) If you look at the...
OK, I have checked in the code to cache the UserPrincipal in the session for FormAuthentication. Note that BASIC auth will still call getUser for each request....
It looks like both my UserRealm and SimplePrincipal implementations need to be
Serializable.
This will most likely involve a rewrite of their current...
Greg,
Finally getting on with this.
I've started by just subclassing HashSessionManager.....
I've needed to open up the API a little so that I can do...
Check it in your side (normal rules apply). What happened to the idea of making an AbstractHashSessionManager? cheers ... -- Greg Wilkins<gregw@...>...
A very minor point here - but as I'm rewritting this bit of code I would not mind some thoughts so I can get it close to right this time.... Now that the 2.3...
From the Servlet 2.3 spec.
SRV.7.7.2 Distributed Environments Within an application marked as distributable, all
requests that are part of a session must...
It seems to me that the .jars for API definitions, like org.w3c.dom, should be unbundled from the implementations. They should be always installed on the...
Hello, ... Well, this does not really provide fail-over or load-balancing anyway. ... This is the solution that I have already implemented: please take a look...
Sacha Labourey
sacha.labourey@...
Jan 4, 2002 6:05 pm
2627
Sacha,
I saw your stuff.
I had the idea from Marc that I would write a CMP bean, and you would provide a
clever CMP implementation which would be of benefit...
Hello Julian, ... You are right. But then, I did a CMP bean and a JMX service you could use to make things more abstracted (i.e. subject to modifications...
Sacha Labourey
sacha.labourey@...
Jan 4, 2002 6:26 pm
2629
... But the 2.3 servlet spec allows any "non-system" jar to be replaced by the webapp. So while I agree that the APIs should be separate and supplied by the...
Jules, I have moved this to jetty-discuss as I think it would be good to get some feedback on the suggestions I'm about to make. ... I don't know if flushing...
I've considered granularities of various levels
1. only flush on SessionManager shutdown.
This is what the 2.3 servlet spec mandates. It simply gives you...
jules, If you want this for fault tolerance, then I would say that the only reasonable points that you can distribute/persist a session would be: + When there...
This one is from the JBoss web forum. Have there been any recent changes to the way jars are found in WEB-INF/lib ? Or this more likely a JBoss ClassLoader...
Sounds like either a JBoss loader thing or pilot error. It is hard to tell without a debug trace. Did you ever get the debug JMX bean working???? I'm away...
Hi All, A query regarding ResourceHandler, the setResourceAlias method does not work even if called , the documentation says that...
Ramesh Krishnan
vibgyor@...
Jan 9, 2002 10:27 am
2636
The ResourceAlias mechanism is optional, only used by the ServletHandler.getResource() method if the resource does not exist. In what way is it not working for...
Brett Sealey
bretts@...
Jan 9, 2002 11:15 pm
2637
I'm trying to set a servlet as a welcome page for my web app. I've played with changing the Welcome-File-List in my web.xml to the path to the servlet as...
Add servlet mapping intex.html -> your file And create a dummy index.html file which doesn't contain anything, but has to exists on the disk to make this work....
The core support for it is in place - an abstract session manager. People have started work on distributed and fault tolerant session managers, but I don't...
Work is currently being done on support for distributed webapps for JBoss3/Jetty4. So, hopefully you will get what you are after soon :-). I am hoping to check...
I know that gregw is the real address now, so this mail is really intended to the jetty list. ... yes ... yes, the but is missleading :) There is a fear of EJB...
I know this topic has come up a few times before, but before I abandon what I'm trying to do, I thought I'd check with the community to make sure that what I'm...
Greg,
Do you have anything that would give a new HttpSession[Manager] a really
thorough testing - multi-threaded and stress as well as functional ?
I would...