This content has been marked as final.
Show 3 replies
-
1. Re: verifying webapp deployment
theute May 27, 2008 10:58 AM (in response to mwringe)One issue is that it is not pretty.
The second issue is that even though one page is accessible it doesn't mean that the others are yet accessible which seems to be a problem in Jetty.
Did you check that there is no configurable way to tell Jetty to not serve any request before everything is deployed and ready to answer as done in Tomcat ?
Maybe help from Jetty developers could help -
2. Re: verifying webapp deployment
mwringe May 27, 2008 11:15 AM (in response to mwringe)"thomas.heute@jboss.com" wrote:
One issue is that it is not pretty.
Did you check that there is no configurable way to tell Jetty to not serve any request before everything is deployed and ready to answer as done in Tomcat ?
Maybe help from Jetty developers could help
oh, maybe that is the real problem then. I was doing these tests with an out of the box jetty configuration, maybe I need to tweak it a bit to get more desirable results.
I will look into this further to find out a better solution. -
3. Re: verifying webapp deployment
mwringe May 28, 2008 3:42 PM (in response to mwringe)OK, the issue is with me and my hacky Jetty remote deployment. It looks like I will need to implement that properly.