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