> Did you have a look at bug 598335?  We logged this against
> the URLDirectoryScanner for netboot deployments.  There is
> also a proposed fix which we would like to see incorporated
> into your code if it is still applicable.
>
> Thanks,
>       Kev
>

Kevin

I hadn't, but have now. I have not changed URLDirectoryScanner but attempted
to roll its functionality into the core URLDeploymentScanner using
collection URLs to discriminate - does this work for you?

It seems the root cause of your bug is the lack of response to the GET
request used by getLastModified(). This is basically Jetty not responding to
a simple GET request which seems a bit more fundamental.

The old netboot helper mapped the host server's configuration to a /files
URL by adding a dedicated context handler. The new helper does not use the
host server's configurations but instead stores the config in a war - so,
the GET for last-modified is handled directly by the container and if this
is broken, GET for any resource is broken :-(

Did you ever find out why Jetty is closing the socket without responding, or
log a bug for it?

Jeremy



-------------------------------------------------------
This SF.NET email is sponsored by:  The Best Geek Holiday Gifts!
Time is running out!  Thinkgeek.com has the coolest gifts for
your favorite geek.   Let your fingers do the typing.   Visit Now.
T H I N K G E E K . C O M        http://www.thinkgeek.com/sf/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to