I have changed the default port number of
tomcat 8080 to 80 in server.xml file under non-SSL Http/1.1 connector on port 8080.Its working fine with this url(with out 8080 port in tomcat 7.0,jdk6.1 and windows xp)
http://127.0.0.1/appname in my system. where as i tired to run the same application in another system with the same url...(tomcat 6.0)with required changes in server.xml.when ever i type
http://127.0.0.1/ in the address bar it will open manager window with username and password.Once i submit the manager username and password ..it showing http 500 internal server error.So i tried using this url too
http://127.0.0.1/appnam...now getting http 404 error resource not avvailable.I had done installing tomcat 7.0 and changed jre to jdk file...still getting the same error.If i set the default port as 8080 its working fine,not for 80.I googled 4 days..could not find any useful thing to solve my problem..Please help me and let me know where i went wrong....suggest me any solution to this error