proxy: No protocol handler was valid for the URL
mod_proxy_balancer trouble
I recently wasted some while trying to configure mod_proxy_balancer. Although I configured everything correctly and enabled all needed modules (mod_proxy, mod_proxy_http all I always got was an internal server error and the following entry in apaches error.log.
GWT + maven + jetty + stripes
bringing it all together
I'm currently working on a new WEB 2.0 style application. As I don't want to waste my time writing JavaScript I decided to make use of GWT in certain areas of the application. As I can't live anymore without maven ;-) I wanted to build my GWT code with it as well...