Installing mango
-
hi ,
I installed mango application in tomcat 6.
I kept mango folder in webapps/ROOT folder.when I tried to access using the url http://localhost:8080/mango/war/index.jsp
it is redirecting to http://localhost:8080/mango/war/login.htm
but login.htm file is not exist in mango folder.
can somebody help me in this regard to resolve this issue please...
thanks
Johnny -
Even I checked all the logs in tomcat folder , i did not get any exception.
-
index.htm is a virtual page. It doesn't physically exist.
Try going to http://localhost:8080/mango/login.htm instead. I.e. no "war".