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 6086 - 6115 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6086
Who says you always need to use a single file... There are tools to do the offline aggregation of log files as needed. Of course a single file should be the...
Brett Sealey
brettsealey
Offline Send Email
Mar 1, 2003
9:34 am
6087
George at least is banned from the groups now, and like all the other SPAM we are receiving has been reported to abuse@... I think I'll make...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 1, 2003
3:34 pm
6088
I have made jetty-discuss a members only forum to cut down on the SPAM. Jetty-support is still an open forum and I hope those in the know continue to put up...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 1, 2003
3:42 pm
6089
Thanks for the patch.... I'm still a bit task loaded... so I'll look at it later in the week. cheers -- Greg Wilkins<gregw@...> Phone/fax:...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 2, 2003
5:32 pm
6090
i'm kind of new to the swinging sex thing, but I thought i would try and see if there's any guys or bi girls here that would like to chat sometime, and...
ashleybigirl1 <ashley...
ashleybigirl1
Offline Send Email
Mar 2, 2003
5:44 pm
6091
Hang on - that was via jetty-discuss! Greg - better check the settings for the list... :-)...
Brett Sealey
brettsealey
Offline Send Email
Mar 2, 2003
5:54 pm
6092
maybe ashley is a swinger (baby!) *and* a jetty user ;)...
Kevin Seguin
seguin@...
Send Email
Mar 2, 2003
7:01 pm
6093
Yahoo sucks! but probably in a totally different way to Ashley! I definitely have the members only posting option set - but then maybe Asley likes members...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 2, 2003
8:49 pm
6094
if there's any bi girls here that would like to chat sometime, and hopefully get together for a threesome with some of the guys I've met here check my...
ashleybigirl1 <ashley...
ashleybigirl1
Offline Send Email
Mar 3, 2003
7:52 pm
6095
In response to popular demand, Pixory now includes a distribution that is specifically for deployment into Java App Servers (Jetty-JBoss in particular). ... ...
Joe Panico <pixory@...>
pixory
Offline Send Email
Mar 4, 2003
12:17 am
6096
Ashley and I have a question about HttpContext. Our application was running for about two hours today when out of the blue, the start() method of HttpContext...
alphafoo <alphafoo@...>
alphafoo
Offline Send Email
Mar 4, 2003
6:56 am
6097
... The problem is that the spammers get around the members only settings by adding a user to the list. Is there a way to see the list of users as an ...
Leif Mortenson (Lists)
mortenson
Offline Send Email
Mar 4, 2003
8:46 am
6098
I think this may be beacause I don't do a setAllowUserInteraction(false) on the URL connection. I'm about to check in a version with this and that should stop...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
10:47 am
6099
This works for me in CVS head (which will soon be 4.2.9). I have not changed anything about this since 4.2.8 cheers Tom M. Yeh wrote:> Dear All, ... -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
11:27 am
6100
I can't think of anything that could cause such a call? Are you sure ashley wasn't playing with the admin servlet or jmx console in another window (thinking it...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 4, 2003
11:53 am
6101
No admin servlet or JMX running (yet), so I'm not sure what triggered the call. I'll keep an eye out for it and see if it happens again. ... ...
LS
alphafoo
Offline Send Email
Mar 4, 2003
3:21 pm
6102
Greg, to give you my status. I have Jotm/Carol successfully integrated with Jetty so I have the transaction manager and JNDI available. I can also specify set...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Mar 4, 2003
11:19 pm
6103
... This would be a useful fix for me to (Jetty/JBoss) - at the moment only webapps deployed via the JBoss deployer (i.e. of which I am in control) use a...
Jules Gosnell
jules_gosnell
Offline Send Email
Mar 5, 2003
10:22 am
6104
Jules, Greg I looked through the code and it looks like Server.java is the only one creating WebApplicationContext. I have my own server class ...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Mar 5, 2003
3:48 pm
6105
Miro, that is a good way to proceed. Server.java already has the same mechanism for creating normal contexts, so it makes sense for webapps as well. cheers ...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 5, 2003
3:54 pm
6106
Greg, here is the modified file (I am working with 2.4.7). After this modification I have the control I need. (See attached file: Server.java) Miro Greg...
Miroslav.Halas@...
miroslavhalas
Offline Send Email
Mar 5, 2003
5:28 pm
6107
Hi, the default jetty.xml configuration file sets up a request log for the entire server. I'm however only using it for name-based virtual hosts from the same...
Geert Bevin
gbevin
Offline Send Email
Mar 6, 2003
9:05 am
6108
Hi! I am using Jetty that comes embedded with JBoss 3.x. By default Jetty doesn't log the URL_REFERER of the user ( the url the user came from ). Is there...
felipe_oliveira_2000
felipe_olive...
Online Now Send Email
Mar 6, 2003
2:51 pm
6109
Wait about a week and use the next release. Geert Bevin wrote:> Hi, ... -- Greg Wilkins<gregw@...> Phone/fax: +44 7092063462 Mort Bay...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 6, 2003
6:21 pm
6110
Jetty's NCSA request log has an extended mode that can be used to see the referer. You need to call setExtended(true) on the configuration of the ...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 6, 2003
6:23 pm
6111
Jetty release candidate 4.2.9rc1 is now available via http://jetty.mortbay.org As there have been quite a few changes, I thought it best to go via a release...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 7, 2003
12:08 am
6112
Hi, I'm developing an alternative web application framework which has elements that are auto-compiled just as jsp. Is there a standard (servlet engine...
Geert Bevin
gbevin
Offline Send Email
Mar 7, 2003
2:51 am
6113
Ok, I found it myself just after posting ... forgot to look at URLClassLoader. So ((URLClassLoader)this.getClass().getClassLoader()).getURLs() should give me...
Geert Bevin
gbevin
Offline Send Email
Mar 7, 2003
3:06 am
6114
It will, but may not be very portable. There is no guarentee that the context classloader is a URLClassloader, then there is no guarentee that all the paths...
Greg Wilkins
gregjwilkins
Offline Send Email
Mar 7, 2003
9:02 am
6115
Hi , i'm having the same problem myself . i'm using admin on context / (port is 8084), and another app on port 80 with context "/xxx". after 10 hours or so ,...
Yoni Moses
yehonatanmozes
Offline Send Email
Mar 7, 2003
9:26 am
Messages 6086 - 6115 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