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 evironment varibles. You've got spaces in directory names so you have to be careful to quote the paths when you're setting them. BTW: Did you download the "exe" version of tomcat and let the windows intaller do the installation? If so, is the the default install directory now? Have you looked at the logfiles in <tomcat_home>/logs for any error messages? On Saturday 04 October 2003 07:37 am, you wrote: > 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 WEB-INF is containing only the following tag: > <web-app> > </web-app> > I am not able to access the page. Sometimes I am able to and sometimes I am > not with the error description coming as: > The requested resource (/Tracking_system/pageFormat.jsp) is not available. > > > In fact /Tracking_system is also not shown as a directory. > > Where am I doing wrong? What is the problem? > Regards, > Anunay Ashish. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
