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...
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...
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...
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....
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...
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...
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...
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....
... 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...
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. ...
... 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...
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...
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@...
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...
... 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. ...
... <skip> ... <skip> ... mod_jk2 uses only workers2.properties file, and does not require any changes to httpd.conf to be made. Only include LoadModule...
... 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 ...
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...
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...
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@...
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 ...
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...
... 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...