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...
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...
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...
maybe ashley is a swinger (baby!) *and* a jetty user ;)...
Kevin Seguin
seguin@...
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...
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...
In response to popular demand, Pixory now includes a distribution that is specifically for deployment into Java App Servers (Jetty-JBoss in particular). ... ...
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...
... 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 ...
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...
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...
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, 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...
... 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...
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, 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...
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...
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...
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...
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...
Ok, I found it myself just after posting ... forgot to look at URLClassLoader. So ((URLClassLoader)this.getClass().getClassLoader()).getURLs() should give me...
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...
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 ,...