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
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
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
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
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