Re: Unable to access installed applications

2006-06-06 Thread vineesh kumar
whether u r using the default port or port 80? If it's default port the url should be http://localhost:8080/helloWorld If u just create a directory only things will not work.U hav to edit the $TOMCAT_HOME/conf/server.xml and add the appropriate entry there.Also u hav to edit the web.xml in ur web

Unable to access installed applications

2006-06-06 Thread Gautam Sreeja
Hi, I just started working on Tomcat5.0 on Red Hat Linux. I just copied the Hello World example to create an application under CATALINA_HOME/webapps directory under the name helloWorld. When I try accessing my application using http://localhost/helloWorld, I get a message saying the requested