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...
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...
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"...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
... 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...
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 ...
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@...
Feb 4, 2003 5:26 pm
5165
no problem, Damon, I'll add this to the FAQ. Jules ... ________________________________________________________________________ This email has been scanned for...
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....
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@...
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...
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...
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@...
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...
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 ...
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 ...
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. ...