I would like to remotely control a Jetty instance using jmx4ant, but I have been unable to find a remote connector for Jetty JMX? Does anyone know of a JMX...
Jetty just uses the ref implementation of JMX, so you should be able to deploy any 3rd party JMX connector and have it work. But I'm thinking of switching over...
Many thanks! How has the coredevelopers move treated you? Our shop is completely JBoss + postgresql based, so we quickly subscribed to your docs stream --...
Servlets could not work with files wich name contains national chars. To enable Jetty to work with it it is a good idea change org.mortbay.util.URI.java line...
... I was vaguely aware of it.... I have still not made the jump to maven. Although I'm told frequently that I should. Getting eclipse project files for free...
... Well apart from being yet another hat for me to wear (Jetty, MortBay, CoreDev, ...) it has generated a lot of interest and positive feedback. This is...
Oleg, I'm not sure this is the right place to make this change. URIs are in ISO_8859_1 except in a few cases people use UTF8 Why abouts are you getting the...
Is it possible to enlarge org.morybay.http.HttpRequest.java line 77 vvvvvvvv public static int __maxLineLength=2048; ^^^^^^^^ up to 4094 or 8190? and in...
Unfortunately the ref implementation does not include a connector, it is not part of the standard. Mx4j does include a it's own (proprietary) connector, so...
Perhaps I am missing something here, but I'm a bit confused on this issue. As far as I understand it, Jetty is not a JMX agent, but rather it has JMX interface...
Hi, I've got a lot of .jsp pages, and I'm starting to wonder if I can clean up some of the includes and make things more modular. Even including header.jsp...
Oleg replied: <snip> ... Errr, Oleg, this example does not use any Jetty settings or code. You are using 'pure' Java. Is your problem with how the JVM handles...
... Sounds familiar. Had this same problem a while ago, when I wanted different webapps to share a common corporate identity (with login form and stuff). ... ...
Hi, As I see, in JBoss 4DR2 default servlet engine is Tomcat. I guess this is an outcome of MortBay Consulting twist from JBoss Group to CDN. I am not able to...
Did JBoss really do this?? Oh my.. (holding my tongue...) -Andy ... From: "Vladyslav Kosulin" <kosulin@...> To: <jetty-discuss@yahoogroups.com> Sent:...
Andy Zeneski
jaz@...
Jul 3, 2003 6:31 pm
6858
You're kidding me....
Hunter Hillegas
lists@...
Jul 3, 2003 6:42 pm
6859
look in my next post 6850. - example are there. This is only Jetty issue....
I'll let Greg take the lead on this one, but just to respond: This is quite true. JBoss Group has decided to instead make Tomcat the default servlet engine...
I'm changing these to 4096 and 8192 respectively. Note that the buffer size is configurable on SocketListener anyway, so this default is not often actually...
It is true that JBoss Group LLC have decided to make tomcat the default web container in JBoss. Strangley the reason given was that tomcat integration was...
Oleg, I agree this is probably an issue that Jetty can do more to work around. I just do not think that it is a URL issue. The handling of URLs has been much...
... and ... resource. you know Jetty code much more than me :) I just suggested a SIMPLE and SAFE solution wich i have found. In org.mortbay.util.URI.java line...