Problem executing servlets
--------------------------------
Hi,
Im using WAS 6.1 and IHS 6.1 running on different AIX machines. My application is based on PageListServlet and I don't have anything in my web.xml other than welcome-file-list. The application works by calling the servlet by class name and using a .servlet file.
My problem is that the application does not invoke the servlet. I can access any JSP page but clicking on the submit button results in /"page cannot be displayed/" error. I checked in the webserver error log and it indicated that FILE DOES NOT EXIST : /usr/IBMHTTP/.....
This entry(/usr/IBMHTTP/.....) is mentioned in the DocumentRoot of httpd.conf.
However i deployed a sample servlet application(which has servlet entry in web.xml) and it works fine with the same configuration.
Im completly stuck up and have no clue regarding this. Please let me know what is the problem.
Thanks in advance.
--------------------------------
Posted By: Ashu at Feb 25 2009 12:46PM