users@grizzly.java.net

Regarding welcome file - index.html

From: Ajeeth Kannan (RIT Student) <"Ajeeth>
Date: Wed, 3 May 2017 17:08:33 -0400

Hello,

I would like to specify a static index.html page as my welcome page in the
server when I get a request from the client for my application. How should
I specify ?

I have written the following code but it does not work

*StaticHttpHandler staticHttpHandler = new StaticHttpHandler("/src/main/web/");*

*server.getServerConfiguration().addHttpHandler(staticHttpHandler, "/");*

Thank you,
Ajeeth Kannan