dev@grizzly.java.net

Re: Windows file path

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 02 Mar 2009 20:52:27 -0500

Salut,

paksegu wrote:
>
>
> what could I be doing wrong, no file found?
> http://localhost:8080/index.html
>
>
> @Action
> public void Webserver() {
>
> GrizzlyWebServer ws = new GrizzlyWebServer("C:/fish2o");
> try{
> jLabel6.setText("Grizzly WebServer listening on
> port 8080");
> ws.start();
> } catch (IOException ex){
> // Something when wrong.
> }
> }
>
>

Stupid question: is there a index.html file under fish20?

Thanks!

-- Jeanfrancois