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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6247 - 6276 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6247
Hi Jetty'ers. What's the easiest way to add a "Cache-Control" header to every page returned by my Jetty-deployed webapp? Thanks, Jim...
Jim Crossley
jcrossley3
Online Now Send Email
Apr 1, 2003
3:01 pm
6248
look in jetty 4.2.8 _1 and higher releases , greg added a nice "SetResponseHeadersHandler" that can be used to set headers using a simple configuration in the...
Yoni Moses
yehonatanmozes
Offline Send Email
Apr 1, 2003
3:10 pm
6249
Thanks for the quick response, Yoni. Currently, I'm using Jetty 4.2.6 because it came bundled with JBoss 3.0.4. What are my options with 4.2.6? Or is it less...
Jim Crossley
jcrossley3
Online Now Send Email
Apr 1, 2003
3:23 pm
6250
I have a Jetty web server up and running within an intranet. There are 3 web applications running on the server. One at the root context "/", one at the...
curtiscantrell
Offline Send Email
Apr 1, 2003
5:13 pm
6251
It is a (very simple) single class you could add to the classpath. For an example config see demo/webapps/jetty/WEB-INF/web-jetty.xml in later Jetty releases....
Brett Sealey
brettsealey
Offline Send Email
Apr 1, 2003
10:28 pm
6252
The "composer" portion of the application has undergone a graphic redesign. You can see what this looks like by checking out the updated screenshots on the...
Joe Panico
pixory
Offline Send Email
Apr 2, 2003
12:26 am
6253
Dear Brett , can't he just drop the jetty.jar (4.2.9) into the *.sar dir in jboss ? regards, Yoni. ... From: Brett Sealey [mailto:bretts@...] Sent:...
Yoni Moses
yehonatanmozes
Offline Send Email
Apr 2, 2003
6:07 am
6254
Hi run jetty with jboss 3.0 on Windows XP. Where work wolder is located? In c:\windows\temp directory there is a Jetty_0_0_0_0_8080__myaapplication folder but...
mccluskeya
Offline Send Email
Apr 2, 2003
8:57 am
6255
Hi, I'm setting up a test cluster with Apache + Jetty/JBoss. I'm trying to build up a configuration like this: DMZ Internal network ... I have multiple...
Davide
nasellogiallo
Offline Send Email
Apr 2, 2003
1:06 pm
6256
Ok, I have the answer! The org.mortbay.jetty.servlet.SessionManager class provides a way to dynamicly name the domain, path, and timeout of the sesion cookie....
curtiscantrell
Offline Send Email
Apr 2, 2003
2:08 pm
6257
What version of Apache are you using? 1.3 or 2.0? Because if you're using 1.3 your best shot would be to go with mod_backend, probably... Pier...
Pier Fumagalli
ianosh75
Offline Send Email
Apr 2, 2003
2:32 pm
6258
... We are experimenting with the 2.0.45 and JK2 2.0.2 Just the latest release to play with :-) -- Davide "Experience is what you get... when you were...
Davide
nasellogiallo
Offline Send Email
Apr 2, 2003
2:55 pm
6259
Geert, buffers are kept until they are full. They actually do no increase performance and should now be turned off by default. cheers ... -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
2:57 pm
6260
David, I think you will either need to look at a special configuration of an instance of JspServlet, or you will need copy the new JSPs into the unpacked war. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:09 pm
6261
... That is a jasper thang. Look in the webdefaults.xml for JspServlet, there may be something there.... else ask the jakarta folks. ... It goes to where else...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2003
3:40 pm
6262
The build in the tip of the 3.2 JBoss branch puts a copy of webdefault.xml inside the server/all/deploy/jbossweb.sar/org.mortbay.jetty.jar file just as 3.0...
Fred Hartman
fredh666
Offline Send Email
Apr 2, 2003
3:58 pm
6263
So, when putting Apache in front of Jetty, what is the preferred method these days? Using mod_proxy from 80->8080 seems easier... Are there drawbacks? Hunter...
Hunter Hillegas
lists@...
Send Email
Apr 2, 2003
5:34 pm
6264
Mod_JK: Advantages * very stable * supports load balancing * works with Jetty Disadvantages * long winded setup * poor syntax in mount directives * Maintenance...
Felipe Oliveira
felipe_olive...
Offline Send Email
Apr 2, 2003
5:45 pm
6265
... Depends of your purposes. mod_jk is the only free http/https load balancing solution avalable now. If you don't need load balancing, look at mod_webapp. ...
Vladyslav Kosulin
Kosulin
Offline Send Email
Apr 2, 2003
5:49 pm
6266
... <skip> ... <skip> ... mod_jk2 uses only workers2.properties file, and does not require any changes to httpd.conf to be made. Only include LoadModule...
Vladyslav Kosulin
Kosulin
Offline Send Email
Apr 2, 2003
5:53 pm
6267
... mod_proxy works well for us. I have no idea what the mortbay folks recommend, though. ... If you have any code that relies on request.getRemoteAddr() or ...
jeff@...
jeffcsturm
Offline Send Email
Apr 2, 2003
5:58 pm
6268
We just use firewall (ipchains) redirection of port 8080 to port 80. Works very well. Just my 2c. ... -- Geert Bevin Uwyn "Use what you...
Geert Bevin
gbevin
Offline Send Email
Apr 2, 2003
6:21 pm
6269
Most probably - Jules would know for sure. Adding just that class will work, so I chose to err on the side of caution. Thanks...
Brett Sealey
brettsealey
Offline Send Email
Apr 2, 2003
9:09 pm
6270
I'm writing a ebuild for gentoo users to install Jetty and have a couple questions for everyone. I am planning on using the startup script bin/jetty.sh What...
dasalvag
Offline Send Email
Apr 2, 2003
11:55 pm
6271
I have a large form, designed that way on purpose, with 2095 items. When processing the form, it is only able to find 1819 items in the form request...
Frank Morton
frank_morton
Offline Send Email
Apr 3, 2003
3:14 am
6272
Hello, I'm using jetty boundled with jboss 3.2 rc4 and I'having problems with <base> tag in my header section <base> tag is computed like <base...
Andrea Chiumenti
mail@...
Send Email
Apr 3, 2003
3:37 pm
6273
Put the trailing slash on the base URL. Browsers work by stripping the end of the URL, back to (but not including) the last slash. -- Howard M. Lewis Ship ...
Howard M. Lewis Ship
hlship
Offline Send Email
Apr 3, 2003
4:09 pm
6274
hi guys, i am trying to integrate jetty with mod_jk. from what i have seen JkMount doesn't support regular expressions. does anybody know a way of sending all...
Felipe Oliveira
felipe_olive...
Offline Send Email
Apr 3, 2003
4:54 pm
6275
Thx very much!...
Andrea Chiumenti
mail@...
Send Email
Apr 3, 2003
5:31 pm
6276
... cool! ... jetty sounds like a good idea. i don't think this is addresses anywhere in the docs tho but it is pretty obvious. ... i believe that the latest...
Nimret Sandhu
nimret_sandhu
Offline Send Email
Apr 3, 2003
6:44 pm
Messages 6247 - 6276 of 8501   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