Hi,
I've created a new Web Application in Websphere, named download.
It has a document root set to /usr/WebSphere/AppServer/hosts/default_host/download/web.
The class path is set to /usr/WebSphere/AppServer/hosts/default_host/download/servlets
the Webpath is set to /download.
I've included
JSP 1.0 processor in the Web Application.
I've created a HTML file basic.html and a JSP basci.jsp in the /web folder under /download.
But, when I try to access them using the URL
http://hostname/download/basic.html OR
http://hostname/download/basic.jsp, I get a 404 error. What am I missing here?
Could somebody please help me?
Thanks.