dev@grizzly.java.net

Windows file path

From: paksegu <paksegu_at_yahoo.com>
Date: Mon, 2 Mar 2009 16:17:42 -0800 (PST)

 
 
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.
        }
    }