Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 55100 invoked from network); 2 Nov 2001 19:21:44 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 2 Nov 2001 19:21:44 -0000 Received: (qmail 2144 invoked from network); 2 Nov 2001 19:24:03 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 2 Nov 2001 19:24:03 -0000 Received: (qmail 522 invoked by uid 97); 2 Nov 2001 19:20:08 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 343 invoked by uid 97); 2 Nov 2001 19:20:04 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 114 invoked from network); 2 Nov 2001 19:20:01 -0000 Message-ID: <0BC5187E59E2D411A81000508BB09569C637C8@nmrusdunsx6.nielsenmedia.com> From: "Chen, Gin" To: "'Struts Users Mailing List'" Subject: RE: Newbe - problem with Struts-Config.xml Date: Fri, 2 Nov 2001 14:19:58 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 What application server are u using Rob? Cause unless ur doing something else different. WEB-INF is supposed to be a PRIVATE folder (read the J2EE specifications) nothing public should be in this folder. Not that it cant be.. it just takes more coding. -----Original Message----- From: Siggelkow, Bill [mailto:bill.siggelkow@mirant.com] Sent: Friday, November 02, 2001 2:14 PM To: 'Struts Users Mailing List' Subject: RE: Newbe - problem with Struts-Config.xml I apologize if I gave out incorrect information. I did not realize that you could place the JSPs in the WEB-INF ... learn something new every day. -----Original Message----- From: Rob Breeds [mailto:Rob_Breeds@uk.ibm.com] Sent: Friday, November 02, 2001 12:32 PM To: Struts Users Mailing List Subject: RE: Newbe - problem with Struts-Config.xml You can have your JSPs in the WEB-INF directory - I use that and it works fine. Are you using a in your JSP? Rob Breeds |--------+-----------------------------> | | "Drozdowski, Terry"| | | | | | | | | 02/11/2001 16:57 | | | Please respond to | | | "Struts Users | | | Mailing List" | | | | |--------+-----------------------------> >--------------------------------------------------------------------------- ------------------------------------| | | | To: "'Struts Users Mailing List'" | | cc: | | Subject: RE: Newbe - problem with Struts-Config.xml | | | | | >--------------------------------------------------------------------------- ------------------------------------| what if you want to use the JSP in WEB-INF technique so you can rely on container authentication to protect your JSPs from prying eyes? -------------------------- Terry Drozdowski Staff, Technology Services SIM Technology - Phoenix Charles Schwab & Co. (602)355-8843 Warning: All e-mail sent to this address will be received by the Charles Schwab Corporate e-mail system and is subject to archival and review by someone other than the recipient. -----Original Message----- From: Siggelkow, Bill [mailto:bill.siggelkow@mirant.com] Sent: Friday, November 02, 2001 9:41 AM To: 'Struts Users Mailing List' Subject: RE: Newbe - problem with Struts-Config.xml Your JSPs should not be in your WEB-INF folder ... try moving it up. -----Original Message----- From: tnist@FBOS.com [mailto:tnist@FBOS.com] Sent: Friday, November 02, 2001 10:40 AM To: struts-user@jakarta.apache.org Subject: Newbe - problem with Struts-Config.xml Hello, I am relatively new to Struts and am encountering a problem with the struts-config.xml file. I have set up a global-forwards like below: Then I set up an action like below: Then I wrote the following index.jsp page: <%@ page language="java" %> <%@ taglib uri="/tags/struts-logic" prefix="logic" %> Now when I hit index.jsp, I receive a blank page from Tomcat 4.0. If I review the Tomcat logs, I see that it encountered a 404, but why? I thought it should have found the action "/Menu" and forward it to the menu.jsp. I am sure this is something simple, but I can't seem to see what wrong with the above. This is running under Struts 1.0 and Tomcat 4.0. Any assistance is greatly appreciated. Regards, Todd G. Nist tnist@fbos.com -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: < mailto:struts-user-unsubscribe@jakarta.apache.org> For additional commands, e-mail: < mailto:struts-user-help@jakarta.apache.org> -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: