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 5145 - 5174 of 10422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5145
You can do this with a Filter, which is part of the servlet spec. Look at the jetty demos for examples. You may also want to consider upgrading to a more...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2003
2:21 pm
5146
This is a regular posting to jetty-support as a FAQ to using this list: + This list if for jetty related support questions. General questions about servlets...
jetty-support@yahoogr...
Send Email
Feb 2, 2003
5:15 pm
5147
Hi, i have try to have my aplication working under Jetty, but i cant function. Here is my configuration files: web.xml ... <?xml version="1.0"...
Liquid
liquid_cz
Offline Send Email
Feb 2, 2003
5:22 pm
5148
Dear Liquid, To be able to help we need more information! To be specific: 1) Your config seems to be defaulting to the unusual port 8081. Are you using...
Chris Haynes
chrishaynes_...
Offline Send Email
Feb 2, 2003
7:21 pm
5149
Sumeer Khosa, I am not aware of the mechanism for p3p. Can you explain a bit more about what it is? Is there an RFC for this? But if you want to add...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 2, 2003
8:01 pm
5150
Well your question does not agree with your subject??? But you can suppress the version information by setting the system property...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 2, 2003
8:09 pm
5151
Andy - sorry I misunderstood which listener you were getting the exception from. And I don't really understand why you are getting that exception. The line of...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 2, 2003
8:19 pm
5152
Alexey, sorry to take so long to look at this in more detail... really busy... I still can't work out what the problem is, but this version of AJP13Packet will...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 2, 2003
9:00 pm
5153
Its simply a case of setting a HTTP Header "P3P" A Filter would be more portable. A Jetty HttpHandler would possibly be faster. Greg - any plans to add a...
Brett Sealey
brettsealey
Offline Send Email
Feb 2, 2003
10:26 pm
5154
Brett Sealey wrote:> Its simply a case of setting a HTTP Header "P3P" ... You write it and I'll add it :-) cheers -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 3, 2003
12:47 am
5155
Hello there, It seems that after 5 days or so, the Jetty instance starts serving a partial directory listing. For example if I have a context called /foo...
dc_scales <dc_scales@...
dc_scales
Offline Send Email
Feb 3, 2003
8:45 am
5156
No you are right .. thanks for your reply I have one more Q what do you mean "system propert" i put it on ...jbossweb.sar/webdefault but it doesn't work thanks...
Kwang Nam
kwangjun
Offline Send Email
Feb 3, 2003
9:45 am
5157
Do you have a periodic process deleting files from /tmp ? See the item in the FAQ. Jules ...
Jules Gosnell
jules_gosnell
Offline Send Email
Feb 3, 2003
10:41 am
5158
"Kwang Nam" asked ... Put -Dorg.mortbay.http.Version.paranoid=true into your command line, so it reads something like: java...
Chris Haynes
chrishaynes_...
Offline Send Email
Feb 3, 2003
11:44 am
5159
... Ss far as I know Jetty does not care how many threads you ask for. It will be limited by how many your Operating System can provide. Threads are a scarce...
Chris Haynes
chrishaynes_...
Offline Send Email
Feb 3, 2003
12:06 pm
5160
Hi, I'm using IIS for uploading files through ftp. When I upload the files from my machine (on which IIS and jboss3.0.4 are running) the files get uploaded...
sadaf ahmed
sadaf_ah
Offline Send Email
Feb 3, 2003
12:48 pm
5161
... Jules, Thanks for responding. I apologize for asking a question that was addressed (at least partially) in the FAQ. Yes, I think the /tmp directory is...
dc_scales <dc_scales@...
dc_scales
Offline Send Email
Feb 3, 2003
10:23 pm
5162
Just did that. Let's see what happens. ... From: Greg Wilkins [mailto:gregw@...] Sent: Sunday, February 02, 2003 23:01 To:...
Alexey Yudichev
ayudichev
Offline Send Email
Feb 4, 2003
12:41 pm
5163
these people were having sex in the airplane bathroom, and i caught them with my spycam. see if you know these people. i posted the capture at my site ...
butterpussy17 <butter...
butterpussy17
Offline Send Email
Feb 4, 2003
3:16 pm
5164
Hi Greg, Basically i want to include third party policy files in my application. I need to use to this to meet up IE 5.x browser criterian while i am running ...
Khosa, Sumeer
skhosa@...
Send Email
Feb 4, 2003
5:26 pm
5165
no problem, Damon, I'll add this to the FAQ. Jules ... ________________________________________________________________________ This email has been scanned for...
Jules Gosnell
jules_gosnell
Offline Send Email
Feb 4, 2003
5:37 pm
5166
Khasa, There is nothing that you can do in the Jetty XML file to do this. But you can add arbitrary headers in a Filter - which is a standard webapp feature....
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2003
5:50 pm
5167
Hi I try to use sitemesh-1.5 with jetty-4.2.3 started with jetty-jdk1.2. Sitemesh require Servlet 2.3 ans JSP 1.2 implementation. Are there in jetty-jdk1.2 ??...
julien2002de <julien2...
julien2002de@...
Send Email
Feb 5, 2003
9:38 am
5168
Julien, That problem indicates that your sitemesh filters are using getOutputStream while the JSPs are trying to use getWriter. It is not legal to use both. If...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 5, 2003
9:53 am
5169
Jetty Release 4.2.7 is now available via http://jetty.mortbay.org This is a security update that contains an updated JSSE library to cover an SSL security...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 5, 2003
9:56 am
5170
Hi, Thanks for the quick response. ... And how to use a RequestDispatchers in Jetty ? How to configure my jetty xml file to use search a one ? Merci :-) ... ...
julien2002de <julien2...
julien2002de@...
Send Email
Feb 5, 2003
10:05 am
5171
Julien, I've already answered this on the sitemesh list, but I will answer here for anyone else who is interested in using sitemesh on Jetty. You can use the...
Scott Farquhar
scott_farkas
Offline Send Email
Feb 5, 2003
11:56 am
5172
Here is your debug output for error happened yesterday (there was only one occurence): 2003-02-04 21:16:55,845 WARN [org.jboss.jbossweb] WARNING: offset=0 ...
Alexey Yudichev
ayudichev
Offline Send Email
Feb 5, 2003
12:37 pm
5173
Hi, is there a possibility to refresh realms at runtime? i.e.: my JSP's change myrealm.properties by adding a user or changing someone's password. is there a ...
allmightymoses <fbits...
allmightymoses
Offline Send Email
Feb 5, 2003
3:07 pm
5174
Hi, my question is simple. What is faster for connect Apache2 to Jetty? By AJP13 or forward directly to 8080 port of Jetty by mod_proxy od Apache2? Tnaks. ...
Liquid
liquid_cz
Offline Send Email
Feb 5, 2003
7:31 pm
Messages 5145 - 5174 of 10422   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