I have installed Tomcat 5.0.12 on Win 2000 using j2sdk1.4.2_01 but it will not run. Should I be havving a problem? Toncat 5.0.11 was fine.
----- Original Message ----- From: "Wade Chandler" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 2:19 PM Subject: RE: Unable to access JSP page on local host > One thing copy a web.xml file from one of the examples and use that. > Reason being validation and DTD tags. I had a problem similar to that > once. > > -----Original Message----- > From: epyonne [mailto:[EMAIL PROTECTED] > Sent: Monday, October 06, 2003 8:58 AM > To: Tomcat Users List > Subject: Re: Unable to 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:<your_port_number> ? > > If you are simply accessing a JSP page under <catalina_home>/<your > project>, 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 JSP page on local host > > > > 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] > > > > > --------------------------------------------------------------------- > 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]
