Stefan, The rough plan is to get 6.1 the stable release as soon as possible. It was only branched as 6.1 contained some buffering changes for the SslEngine...
Greg Wilkins
jetty-discuss@...
Oct 27, 2006 1:45 pm
8500
Just a quick question. On the roadmap in JIRA i see that all issues for 6.0.2 have been fixed. Does that mean we'll be able to download an offcial release...
Stefan Arentz
jetty-discuss@...
Oct 27, 2006 10:14 am
8499
I have a need to maintain a 'user-session' in my proxy server which parallels a real session of proxied applications. Is it possible to integrate with jetty...
Stojce Dimski
jetty-discuss@...
Oct 27, 2006 9:37 am
8498
Will this forthcoming ProxyHandler be able to expose contents of the request and response in non destructive manner to successive handlers ? To be more...
Stojce Dimski
jetty-discuss@...
Oct 27, 2006 7:11 am
8497
Hi Elia, Authentication on Embedded Jetty: This example is setting up Basic Authentication on the context "/mywebapp" *On your webapp's WEB-INF/web.xml:* ...
David Yu
jetty-discuss@...
Oct 27, 2006 3:45 am
8496
... It took me about 2 hours to get Jetty up and running and that included construction of a Ant build solution for the bits I needed (and I'm not a rocket...
Stephen McConnell
jetty-discuss@...
Oct 26, 2006 7:18 pm
8495
6.1.0pre is being used for my personal website (not much traffic), running blojsom (blog application) and JSPWiki. I say it is stable. 6.1.0pre fixes a bug...
Claudio Miranda
jetty-discuss@...
Oct 26, 2006 6:23 pm
8494
I have been using Jetty, since 4.x, for personal and off-shore projects. And what I have to say about it ? very stable and easy to configure. Even with the new...
Claudio Miranda
jetty-discuss@...
Oct 26, 2006 6:21 pm
8493
Hi Greg, I'm using Jetty 6.0.1, under WinXP SP2, Sun JVM 1.5.0_07. The test that allows me to reproduce the issue even fails without receiving any request,...
Jerome Louvel
jetty-discuss@...
Oct 26, 2006 5:23 pm
8492
Elia, something like: Context context = ......; SecurityHandler securityHandler = new SecurityHandler(); context.addHandler(securityHandler); will work. The...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 5:07 pm
8491
Our users must type in the complete path below to get to our welcome page: http://localhost:7007/DCConsole/gwt/www/mod/Login.html What do I need to add to my...
bpratt
jetty-discuss@...
Oct 26, 2006 5:04 pm
8490
Jerome, I have tried to reproduce this, but without success. On my system I can use jmx to stop/start connectors without a problem. Which is not to say this is...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 5:02 pm
8489
Forth attempt to post this!!!!!! A Prerelease of Jetty-6.1 is now available via http://jetty.mortbay.org This release contains a long list of features and...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 5:02 pm
8488
Greg, I have been silently reading this list for a few months now and I have nothing but admiration for the amount of time that you and others obviously ...
Nicholas McClellan
jetty-discuss@...
Oct 26, 2006 5:02 pm
8487
... While I use mvn, I have never got the maven eclipse plugin to work well for me. Instead I either handcraft a project or use mvn eclipse:eclipse to generate...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:53 pm
8486
There is a ProxyServlet in jetty 6, but it is unable to do the SSL connect thang. We are working on a async HTTP client impl for Jetty and once that is...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:52 pm
8485
A Prerelease of Jetty-6.1 is now available via http://jetty.mortbay.org This release contains a long list of features and fixes that are not yet considered...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:42 pm
8484
Exhaust the possibilities ... Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:31 pm
8483
Have a look at the jmx mbeans for jetty. They have many statistics available via those mbeans. cheers ... -- Greg Wilkins<gregw@...> US: +1...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:18 pm
8482
Elia, I am quiet upset by your response. I like to think of the jetty lists as friendly places and we certainly don't mean to be elitist. I'm sorry if our...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:11 pm
8481
Jan and I have discovered that many of our postings from the last two weeks have not shown up. I can't pin down the problem as it appears to be a little...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:07 pm
8480
I will put if (value==null || (oldValue!=null && !value.equals(oldValue))) in 6.1.* cheers ... -- Greg Wilkins<gregw@...> US: +1 3104915462 IT: +39...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 4:05 pm
8479
and there is documentation for this on the wiki: http://docs.codehaus.org/display/JETTY/Importing+Jetty+Source+into+Eclipse cheers ... -- Greg...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:56 pm
8478
Xie, is sounds like you have imported just the modules jetty project rather than the multiple projects. Either way, if you select "run..." you can add a ../.....
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:52 pm
8477
Claudio, try creating a work directory in the top level of Jetty directory This will be used instead of /tmp make this directory owned by your jetty user and...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:51 pm
8476
... Your millage may vary - but the reports I have heard is that mod_proxy is faster than mod_jk - at least for Jetty anyway. There is a ajp connector in trunk...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:49 pm
8475
Stojce With the second form, you must do also do server.setHandler(ctx); this is done by the constructor of Context. cheers ... -- Greg...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:37 pm
8474
I am using latest Jetty 6.0.1 ... Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated...
Stojce Dimski
jetty-discuss@...
Oct 26, 2006 3:27 pm
8473
I'm having problems getting my postings onto the list. I can't see anything I have posted for a week. So this is a test via a different path. -- Greg...
Greg Wilkins
jetty-discuss@...
Oct 26, 2006 3:23 pm
8472
... I'm not Greg (and I don't even look like him) but... Which version of jetty is this on? ... Using Tomcat but need to do more? Need to support web services,...