[equinox-dev] Problems with http.jetty...

2007-09-09 Thread Kit Plummer
I'm following the instructions for embedded HTTP into Equinox for static content here: http://www.eclipse.org/equinox/server/http_in_equinox.php http://www.eclipse.org/equinox/server/http_writing_application.php A couple of problems. Jetty by defaults tries to use port 80. I've changed this by

Re: [equinox-dev] Problems with http.jetty...

2007-09-09 Thread Simon Kaegi
Hi Kit, My best guess is that your bundle is not started and subsequently your web resources are not registered. This sort of thing is probably best handled in the user news group. If you use the console to do an ss and add that to a posting that would help. It might also help to verify in the

Re: [equinox-dev] Problems with http.jetty...

2007-09-09 Thread Kit Plummer
My bad. Will move my troubles over yonder. Thanks Simon. On 9/9/07 10:21 AM, Simon Kaegi [EMAIL PROTECTED] wrote: Hi Kit, My best guess is that your bundle is not started and subsequently your web resources are not registered. This sort of thing is probably best handled in the user news