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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7393 - 7422 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7393
Lol, what a blatant ripoff of Coyote (the Tomcat 4.1 / 5.0 connector). At this point, you should save some effort and just reuse the Coyote JARs :-D Of course,...
Remy Maucherat
jetty-discuss-admin@...
Send Email
Oct 1, 2003
8:43 am
7394
Three fingers in my ass while my vibrator slides in and out of my pussy so vigoursly!! OOOHH my God please see me cum!! ...
police_pusse1
Offline Send Email
Oct 1, 2003
8:59 am
7395
Remy, Your suggestion that I am copying code from tomcat is totally baseless. If you check the Buffer class that I'm implementing in this commit, you will see...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 1, 2003
1:50 pm
7396
... Careful, I'm only pointing out that I saw you coming up with new concepts which looked extremely similar to Coyote. It's open source, and I am against soft...
Remy Maucherat
jetty-discuss-admin@...
Send Email
Oct 1, 2003
2:08 pm
7397
... Yeah, let's all contribute to one and the same open-source project. It's totally ridiculous to have alternatives. There can only be one. Seriously, if you...
Geert Bevin
gbevin
Offline Send Email
Oct 1, 2003
2:18 pm
7398
... Well, there are tens of other servlet containers already, and duplication is only useful up to a point. But I respect your opinion, since an insane amount...
Remy Maucherat
jetty-discuss-admin@...
Send Email
Oct 1, 2003
2:32 pm
7399
... I'm waiting for your list of up-to-date open-source servlet containers now. -- Geert Bevin Uwyn "Use what you need" Rue...
Geert Bevin
gbevin
Offline Send Email
Oct 1, 2003
2:35 pm
7400
Hmmm... Interesting idea of having fun, accusing a person who offers his time and work embbeded into a product unrestricted for using to a certain community of...
Dan Todor
dantodor
Offline Send Email
Oct 1, 2003
2:39 pm
7401
Remy, You have gone beyond commenting on converging designs and have again implied that I have copied code without attribution. No amount of smileys can dilute...
Greg Wilkins
jetty-discuss-admin@...
Send Email
Oct 1, 2003
3:13 pm
7402
... Ok Greg, you sound so reasonable, serious, and genuinely offended, it's almost frightening. Here is my apology to you then: I apologize, and sorry for...
Remy Maucherat
jetty-discuss-admin@...
Send Email
Oct 1, 2003
3:53 pm
7403
hi, some weeks ago I asked about JBoss clustering. Now we starting implemnet our new projekt. We use stateless session beans and entity beans (Commit Option...
Rafal Kedziorski
rafcioM
Offline Send Email
Oct 2, 2003
8:49 am
7404
The HTML classes are nolonger really maintained and are slowly being deprecated (unless somebody wants to mother them). So there is no LookAndFeel servlet...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2003
9:02 am
7405
Dear friends, I am building a web application and starting to make use of sessions. I wrote a taglib in which an object is stored in the session by using...
Henrique
jetty-discuss-admin@...
Send Email
Oct 4, 2003
7:11 pm
7406
Hi again, After much testing I found out the session is created only if I submit the form to a new window (<form target="_blank">). The only problem is that I...
Henrique
jetty-discuss-admin@...
Send Email
Oct 4, 2003
7:40 pm
7407
Jetty has a classloader per context. So if your servlets are in the same context, they should share singletons. If your servlets do not implement...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:17 am
7408
Can you give a bit more information about how you are using sessions. Are you tracking them with cookies or with URL rewriting? it would also be good if you...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:23 am
7409
There are many answers to "the clustering" question. The main reason for this is that there are lots of different reasons to cluster and lots of different...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:29 am
7410
... But I have no other choice as to use Commit Option B if I have more than one JBoss instance. Rafal ... This sf.net email is sponsored by:ThinkGeek Welcome...
Rafal Kedziorski
rafcioM
Offline Send Email
Oct 5, 2003
9:44 pm
7411
... There are other options - depending on your data and application. You can use jboss option D if you are read mostly data with a timed update. You can use...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:21 pm
7412
Some handlers extending NullHandler ,ResourceHandler is added in the following way context.setServingResources(true); context.addHandler(uah); ...
sharmila punde
jetty-discuss-admin@...
Send Email
Oct 6, 2003
5:34 am
7413
There's a way to make Jetty honor standard .htaccess files. Juanco ... This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. ...
Juancarlo AƱez
jetty-discuss-admin@...
Send Email
Oct 6, 2003
2:30 pm
7414
Can somepoint me to some docs about jetty logging? Things like how to best capture System.err output and how to configure where boot.log should go. There seems...
Frank Morton
frank_morton
Offline Send Email
Oct 6, 2003
3:41 pm
7415
Hi, I am looking for an example of a jetty configuration for a postgres JDBC pool configured for JNDI *without* the JOTM XA stuff. I do not want the...
jzendle@...
jetty-discuss-admin@...
Send Email
Oct 6, 2003
3:59 pm
7416
I have two JSPs that run in two different web applications (separate web applicaton contexts) that I am trying to share information between using a session...
Tony Thompson
swtet
Online Now Send Email
Oct 6, 2003
7:05 pm
7417
I'm concluding there is nothing built-in to jetty to configure System.err to go into the log file through an xml config file or setting a system property. Is...
Frank Morton
frank_morton
Offline Send Email
Oct 6, 2003
8:40 pm
7418
Tony, Servlet Spec 2.3 section SRV.7.3 says that the attributes in a session "must never" be shared between contexts. They give the specific example of one...
Chris Haynes
jetty-discuss-admin@...
Send Email
Oct 6, 2003
10:39 pm
7419
Jetty release candidate 4.2.14rc0 is now available via http://jetty.mortbay.org This is a maintenance release with a number of minor fixes and new features. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 7, 2003
6:56 am
7420
You need to remove the call to setServingResources(true). That method is deprecated and simply adds a ResourceHandler, which is first in line for the request. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 7, 2003
7:07 am
7421
... Can you explain this a little? I must have missed the original discussion, but I'd like to know the problem and how a 'semi busy loop' fixes it.. Thanks, ...
Andrew Houghton
jetty-discuss-admin@...
Send Email
Oct 7, 2003
4:07 pm
7422
... Is there a wrapper script for *NIX as well or does this just effect windoze? -k. ... This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. ...
Kevin O'Neill
jetty-discuss-admin@...
Send Email
Oct 7, 2003
8:23 pm
Messages 7393 - 7422 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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