Search the web
Sign In
New User? Sign Up
jetty-support · Jetty Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7221 - 7250 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7221
Hello, When I submit a form to a servlet the euro-sign show up as '?' in request.getParameter. When I submit this same form to a jsp all works ok and the '€'...
Roland van Woerkom
jetty-support-admin@...
Send Email
Oct 1, 2003
8:10 am
7222
Roland, The character decoding applied to the request parameters can be set by calling request.setCharacterEncoding() before asking for _any_ of the ...
Chris Haynes
jetty-support-admin@...
Send Email
Oct 1, 2003
8:28 am
7223
Character encoding does get tricky, and it depends what you're using to look at the character in question. In addition to Chris's advice, you might try setting...
Michael Eastwood
jetty-support-admin@...
Send Email
Oct 1, 2003
8:45 am
7224
I would like to specify the cache age for static content such as gifs and JPEGs, but cannot determine how to do this with Jetty. I would appreciate any help. ...
Wadge, Nick
jetty-support-admin@...
Send Email
Oct 1, 2003
12:49 pm
7225
Hi Does anyone know how to get chunking working with Jetty? Spoofed requests such as this: telnet localhost 80 GET /web-console/index.html HTTP/1.1 Host:...
Wadge, Nick
jetty-support-admin@...
Send Email
Oct 1, 2003
12:53 pm
7226
... Which version of xerces are you using? I'll change the comment lines anyway to be on the safe side. ... Funny how these things come in pairs .... just...
Jan Bartel
janbartel
Offline Send Email
Oct 1, 2003
1:28 pm
7227
I´m trying to get Jetty to use the Plus library as per instructions on the Jetty web site but I get some errors when starting. Here is my output: 09:47:13.063...
Javier Soques
jetty-support-admin@...
Send Email
Oct 1, 2003
1:58 pm
7228
Joe, ... Dont' set the classpath and use start.jar at the same time - the idea of start.jar is that it removes the necessity for explicitly setting up the ...
Jan Bartel
janbartel
Offline Send Email
Oct 1, 2003
2:00 pm
7229
Javier, ... <snip> ... Firstly, the standard etc/demo.xml file is not, properly speaking, a JettyPlus configuration file, as it is configuring the standard ...
Jan Bartel
janbartel
Offline Send Email
Oct 1, 2003
4:02 pm
7230
Oh, ok, now it worked. I had modified demo.xml to include the <Configure class="org.mortbay.jetty.plus.Server"> but as you stated no service was configured....
Javier Soques
jetty-support-admin@...
Send Email
Oct 1, 2003
7:32 pm
7231
"Wadge, Nick" <jetty-support-admin@...> wrote:Hi Does anyone know how to get chunking working with Jetty? Spoofed requests such as this: ...
J E
klutus1
Offline Send Email
Oct 1, 2003
10:42 pm
7232
... Unfortunately this is a side effect of the stricter alias checking that we now do. Somewhere along the way, JVMs started silently discarding %00 from URL...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2003
12:11 am
7233
Hi, Can someone please explain how I can stop The Jetty server from the command line on windows? I start it via: Java org.mortbay.jetty.Server I see how the...
Joe Mihalich
jetty-support-admin@...
Send Email
Oct 2, 2003
12:17 am
7234
Chunking is enabled by default. Note that the request you have spoofed below is saying that the request contains a chunked body - it is not turning on chunking...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 2, 2003
5:26 am
7235
Greetings all I have been working with Jetty for more than 3 years and this is the first happening of someting like this occuring to me. (It might not be jetty...
paqd
Offline Send Email
Oct 2, 2003
5:18 pm
7236
Well, I just noticed some things. First of all I forgot to say that I am using Jetty 4.2.12 (also tried with 4.2.9 previously) Windows XP or Sun Spark 5.8 ...
paqd
Offline Send Email
Oct 2, 2003
8:05 pm
7237
Dominique, I'm sorry I can't help you but I also have a session related problem. Maybe it's related. One of our users is intermittently losing his session,...
Helg Bredow
Helg.Bredow@...
Send Email
Oct 3, 2003
12:59 am
7238
Hi I'm running JBoss v3.2.2RC3 and Jetty v4.2.11 and am having problems setting Cache Control headers on the response (as stated in an earlier posting). Since...
Wadge, Nick
jetty-support-admin@...
Send Email
Oct 3, 2003
1:00 pm
7239
Hi Helg I just noticed that the mailing list as switched location: http://sourceforge.net/mail/?group_id=7322 Dominique ... problem. ... web app ... their ... ...
paqd
Offline Send Email
Oct 3, 2003
1:38 pm
7240
Greetings all [double post from the old list] I Use: Jetty 4.2.12 (also tried with 4.2.9 previously) Windows XP or Sun Spark 5.8 ... I have been working with...
Dominique Paquin
jetty-support-admin@...
Send Email
Oct 3, 2003
1:39 pm
7241
Very strange and frustrating behavior - Session mix-up?Dominique, One possible cause is the use of class member attributes in Servlets, which are then...
Chris Haynes
jetty-support-admin@...
Send Email
Oct 3, 2003
5:32 pm
7242
I usually pass around the HttpServletRequest in parameter to all my classes instantiated by the Servlet that manages the main screen. I am starting to believe...
Dominique Paquin
jetty-support-admin@...
Send Email
Oct 3, 2003
5:40 pm
7243
YOU ARE A GOD!!!!! Infinite Thanks to you. I have been struggling with this problem for 2 full days and I just had to change single property of place. I...
Dominique Paquin
jetty-support-admin@...
Send Email
Oct 3, 2003
5:50 pm
7244
stop.jar can only be used if you started with start.jar (or if you start the Mnitor yourself with your own code). If you start with just java...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:32 am
7245
Nick, I'm not sure why the handler approach is not working for you. what do you mean by "loaded too early"? Can you look on the jmx-console and report what...
Greg Wilkins
gregjwilkins
Offline Send Email
Oct 5, 2003
11:49 am
7246
Hi, thanks for the reply. I should mention that I'm using this on Windows XP. I was originally of the mind that I wanted the Freedom to put my own jar files...
Joe Mihalich
jetty-support-admin@...
Send Email
Oct 5, 2003
3:00 pm
7247
Embedded comments ... Sun's tool documentation for 'java' makes it clear that, for .jar files, the path to each must be listed individually in the class path. ...
Chris Haynes
jetty-support-admin@...
Send Email
Oct 5, 2003
3:32 pm
7248
Joe, Inline comments. ... This should work. The start.jar Main.java class explicitly tests for this value, and looks for all .jar and .zip files in the named ...
Jan Bartel
janbartel
Offline Send Email
Oct 5, 2003
11:16 pm
7249
Hello, I would like to add user login functionality to my Jetty server. In essence I want to require that the user logs in, presumably using Basic ...
Eric Marsh
jetty-support-admin@...
Send Email
Oct 6, 2003
12:58 am
7250
Hi, OK, I will post the debug output in the next Post, but I don't think that will help at this point, Because I don't think I'm getting far enough for it To...
Joe Mihalich
jetty-support-admin@...
Send Email
Oct 6, 2003
4:18 pm
Messages 7221 - 7250 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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