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