Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 1365 invoked from network); 5 May 2003 18:22:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 May 2003 18:22:44 -0000 Received: (qmail 9847 invoked by uid 97); 5 May 2003 18:24:49 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 9839 invoked from network); 5 May 2003 18:24:49 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 May 2003 18:24:49 -0000 Received: (qmail 99761 invoked by uid 500); 5 May 2003 18:22:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 99750 invoked from network); 5 May 2003 18:22:28 -0000 Received: from palrel12.hp.com (156.153.255.237) by daedalus.apache.org with SMTP; 5 May 2003 18:22:28 -0000 Received: from xparelay1.ptp.hp.com (xparelay1.ptp.hp.com [15.1.28.62]) by palrel12.hp.com (Postfix) with ESMTP id 1342E1C01265 for ; Mon, 5 May 2003 11:22:33 -0700 (PDT) Received: from xpabh2.ptp.hp.com (xpabh2.ptp.hp.com [15.1.28.61]) by xparelay1.ptp.hp.com (Postfix) with ESMTP id 08EA01004BA7 for ; Mon, 5 May 2003 11:22:33 -0700 (PDT) Received: by xpabh2.ptp.hp.com with Internet Mail Service (5.5.2655.55) id ; Mon, 5 May 2003 11:22:32 -0700 Message-ID: <236962C89F82D511BB330090279CC7DD09F821FD@xboi07.boi.hp.com> From: "PELOQUIN,JEFFREY (HP-Boise,ex1)" To: 'Tomcat Users List' Subject: RE: Big Trouble with tomcat Date: Mon, 5 May 2003 11:22:26 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Have tried using the page include or jsp include tags e.g. will include the resource at runtime and the page executes in its own namespace <%@ include file="tester.jsp"%> will include the page at compile time and will share the same namespace as the calling page Jeff -----Original Message----- From: Srinivasu Gandu [mailto:SGandu@SoftwareSpecialists.com] Sent: Monday, May 05, 2003 12:12 PM To: 'Tomcat Users List' Subject: RE: Big Trouble with tomcat I think we found the problem .. it is when we try to include a jsp page with in a jsp, seems to be jsp parser is not working and it is making this mess..now we changed that ssi map tag in the web.xml it works fine.. The tag in web.xml is (changed from *.jsp to *.htm) ssi *.htm How do I enable the both htm and jsp includes in the jsp page??? any help will appreciated. Thanks - Srini. -----Original Message----- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:jeffrey.peloquin@hp.com] Sent: Monday, May 05, 2003 12:43 PM To: 'Tomcat Users List' Subject: RE: Big Trouble with tomcat What OS and version of java are you using? Do you have the full SDK installed or just the JRE? -----Original Message----- From: Srinivasu Gandu [mailto:SGandu@SoftwareSpecialists.com] Sent: Monday, May 05, 2003 10:34 AM To: 'Tomcat Users List' Subject: RE: Big Trouble with tomcat jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel WARNING 3 jsp *.jsp I have these by default..I did not delete anything.. -----Original Message----- From: Cox, Charlie [mailto:ccox@cincom.com] Sent: Monday, May 05, 2003 11:25 AM To: 'Tomcat Users List' Subject: RE: Big Trouble with tomcat did you accidentally delete the jsp mapping in conf/web.xml? > -----Original Message----- > From: Srinivasu Gandu [mailto:SGandu@SoftwareSpecialists.com] > Sent: Monday, May 05, 2003 10:45 AM > To: 'Tomcat Users List' > Subject: RE: Big Trouble with tomcat > > > I have not defined any mime type in the browser..I have IE6.0 and also > tested on Netscape 7.02. we tried with different machines > also....Any help > would be appreciated. > > -----Original Message----- > From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com] > Sent: Monday, May 05, 2003 10:13 AM > To: Tomcat Users List > Subject: RE: Big Trouble with tomcat > > > > Howdy, > Do you have some weird mime type defined in your browser for > .jsp files? > > Yoav Shapira > Millennium ChemInformatics > > > >-----Original Message----- > >From: Srinivasu Gandu [mailto:SGandu@SoftwareSpecialists.com] > >Sent: Monday, May 05, 2003 9:49 AM > >To: 'Tomcat Users List' > >Subject: Big Trouble with tomcat > > > >Hi, > >I am having big trouble in working with tomcat.. I use to have > tomcat4.1.18 > >which was working fine for for html files but it is not > parsing the jsp > >pages... I have no idea what could be the wrong.. so I > installed latest > >4.1.24 version and able to run the server from console... when I hit > the > >http://localhost:8080 the home page jsp itself is not > parsing properly. > In > >the index.jsp the title I am getting is > <%=application.getServletInfo()%>.. > >that means jsp parsing is not working.. > >I am able to see the examples directory > >(http://localhost:8080/examples/jsp/index.html) and able to run the > >servlets > >examples but not the jsp examples.. could anybody give some idea what > could > >be the wrong..thanks for the help. > > > >Srini. > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is > confidential, proprietary > and/or privileged. This e-mail is intended only for the > individual(s) to > whom it is addressed, and may not be saved, copied, printed, > disclosed or > used by anyone else. If you are not the(an) intended > recipient, please > immediately delete this e-mail from your computer system and > notify the > sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org