RE: Unable to access JSP page on local host

2003-10-06 Thread Wade Chandler
access JSP page on local host Try not to install Tomcat in the Program Files path. The path to Tomcat installation SHOULD NOT have any space in between. By the way, have you already checked if the installation of Tomcat was indeed successful by bringing up the Tomcat page with http://localhost

Re: Unable to access JSP page on local host

2003-10-06 Thread epyonne
a JSP page under /, you don't have to use the deployment descriptor (i.e. web.xml). Hope this helps. - Original Message - From: "anunay ashish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 04, 2003 06:37 AM Subject: Unable to access JS

Re: Unable to access JSP page on local host

2003-10-05 Thread Ben Souther
Have you tried hitting http://localhost:8080 to verify that tomcat is intsalled and running properly? If it is, click through some of the example JSP apps to make sure that the javac compiler is installed and can be found by tomcat. I would also double check the JAVA_HOME and CATALINA_HOME eviron

Re: Unable to access JSP page on local host

2003-10-04 Thread Tim Funk
1 - Try reinstalling tomcat without spaces in the path 2 - Webapps don't show up as a directory under / 3 - Does localhost_log_{date}.txt say anything about the webapp? It should. -Tim anunay ashish wrote: Hi, I am using TOMCAT to host JSP pages. The directory structure is: C:\Program Files\Apache

Unable to access JSP page on local host

2003-10-04 Thread anunay ashish
Hi, I am using TOMCAT to host JSP pages. The directory structure is: C:\Program Files\Apache Group\Tomcat 4.1\webapps\Tracking_system The page that I want to access is pageFormat.jsp inside Tracking_system through the url: http://localhost:8080/Tracking_system/pageFormat.jsp The web.xml file inside