Ok, all you jboss experts out there: I have Apache talking to jboss. At times I have to restart the jboss server or redeploy an ear file. Until the deployment is complete jBoss reports a 404 error for the url associated with the application, e.g. www.foo.bar/someApp goes to Apache gets forwarded to jboss via a proxypass at port 8080, jboss services the request, fails with a 404 error because someApp is not fully deployed yet and sends back a lovely SUCCESSFUL html response to Apache that contains all the 404 failure information that jboss spits out.
HOW DO I GET A PRETTY 404 ERROR BACK TO APACHE!!!!! I can't find the right configuration to intercept the 404 prior to deployment of someApp. Once someApp is fully deployed, the web.xml <error-page><error-code>404</error-code>...</error-page> works fine. The time I'm worried about is the window when jboss is up and servicing HTTP requests but someApp is not fully deployed. Help me Obi-Wan, your my only hope! _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
