Search the web
Sign In
New User? Sign Up
jetty-discuss · Jetty Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2616 - 2645 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2616
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@...
Send Email
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 2, 2002
3:43 am
2619
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....
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 2, 2002
3:50 am
2620
It looks like both my UserRealm and SimplePrincipal implementations need to be Serializable. This will most likely involve a rewrite of their current...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 2, 2002
12:28 pm
2621
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...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 2, 2002
7:29 pm
2622
Check it in your side (normal rules apply). What happened to the idea of making an AbstractHashSessionManager? cheers ... -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 3, 2002
12:35 am
2623
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 3, 2002
5:59 am
2624
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...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 4, 2002
11:01 am
2625
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...
Juancarlo Anez
ocnauj
Offline Send Email
Jan 4, 2002
2:41 pm
2626
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@...
Send Email
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...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 4, 2002
6:16 pm
2628
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 6, 2002
10:19 pm
2630
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 7, 2002
12:14 am
2631
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 Gosnell
jules_gosnell
Offline Send Email
Jan 7, 2002
1:07 am
2632
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 7, 2002
2:17 am
2633
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Jan 7, 2002
10:37 am
2634
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 7, 2002
11:45 am
2635
Hi All, A query regarding ResourceHandler, the setResourceAlias method does not work even if called , the documentation says that...
Ramesh Krishnan
vibgyor@...
Send Email
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@...
Send Email
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...
Ken Freeman
busjive
Offline Send Email
Jan 10, 2002
5:30 pm
2638
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....
Halas, Miroslav
miroslavhalas
Offline Send Email
Jan 10, 2002
5:33 pm
2639
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Jan 11, 2002
11:55 am
2640
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Jan 11, 2002
2:40 pm
2641
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...
marc fleury
mnf9992000
Offline Send Email
Jan 11, 2002
2:54 pm
2642
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...
Mark Crocker
markcrocker
Offline Send Email
Jan 12, 2002
1:58 am
2643
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...
Jules Gosnell
jules_gosnell
Offline Send Email
Jan 12, 2002
1:58 pm
2644
...and why don' t you have a graphical interface for Jetty? Chris....
christky@...
Send Email
Jan 12, 2002
11:10 pm
2645
My guess is because *you* haven't contributed one to Greg. -bob...
bob mcwhirter
werken42
Offline Send Email
Jan 12, 2002
11:46 pm
Messages 2616 - 2645 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help