Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFF4A99B2 for ; Mon, 8 Dec 2014 21:05:09 +0000 (UTC) Received: (qmail 23385 invoked by uid 500); 8 Dec 2014 21:05:06 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 23317 invoked by uid 500); 8 Dec 2014 21:05:06 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 23304 invoked by uid 99); 8 Dec 2014 21:05:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 21:05:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jim_anderson@centurylink.net designates 205.219.233.7 as permitted sender) Received: from [205.219.233.7] (HELO mailrelay.embarq.synacor.com) (205.219.233.7) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 21:05:01 +0000 DKIM-Signature: v=1; a=rsa-sha1; d=centurylink.net; s=ctl201402; c=relaxed/simple; q=dns/txt; i=@centurylink.net; t=1418072679; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=d1mIHriNUJOedqdqGAbSDnxaOKU=; b=Ou1LdsksL3/tD1h/4swgz6OEkU9zfLJ33oTcMN+OKkZipbr5WZ6DZ8saeJc0YN6C 1YurJ7WBXBExnCArrL7rYtfD2FVT8TPRSF3w/we4zGN7kT46ycHJzuNsuuD/3R7R t7UsOckdno+kcwlwPc2t+h6kex/LPX3x3aKjhlwbXftkVugC/6n6tIYdpr2PIpuQ ZskDRDyYDQ11M7wVJHJdZF5KWRMt/B0w/RVIHWWDz5d3B9JpJVZ3lN0j29ECuF8f vxWuwJDXotFgrJw0VHp6t4E43A0FrY0IVNiIyUVDF/wLSrwZBQaUflbY/njokpRI A/1kmY7EvZDcE3TV4G/wBg==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=dZwCLAre c=1 sm=1 a=ZqtS+ZYan3TUGfL2wjOJvA==:17 a=6vWFf1jjTmkA:10 a=N659UExz7-8A:10 a=I_5RNyk1AAAA:8 a=YS_qL0HgAAAA:8 a=mV9VRH-2AAAA:8 a=fA1cvghCO-XZkXXwE0UA:9 a=pILNOxqGKmIA:10 a=ZqtS+ZYan3TUGfL2wjOJvA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: amltX2FuZGVyc29uQGNlbnR1cnlsaW5rLm5ldA== Authentication-Results: smtp02.agate.dfw.synacor.com smtp.user=jim_anderson@centurylink.net; auth=pass (LOGIN) Received: from [184.6.209.251] ([184.6.209.251:40534] helo=[192.168.0.254]) by smtp.centurylink.net (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPSA (cipher=AES128-SHA) id 74/71-11590-66216845; Mon, 08 Dec 2014 16:04:39 -0500 Message-ID: <54861264.3020309@centurylink.net> Date: Mon, 08 Dec 2014 16:04:36 -0500 From: Jim Anderson Reply-To: jim_anderson@jjajava.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.8.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: My problem: I cannot successfully get or set a session attribute from a JSP file. References: <548372CE.5050501@centurylink.net> <54860EF5.3020205@centurylink.net> <54860FF5.8020906@verizon.net> In-Reply-To: <54860FF5.8020906@verizon.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David, I have to question your response. In the past, I have made errors in the serverside JSP file and the console has identified errors for me to the point were I have become dependent this feedback. I understand the separation of the client side vs the server side, (and I must confess that sometimes in the middle of debugging, I forget that it is there), but my assumption has been that when the JSP code is compiled by the tomcat environment, it gets sent errors back through the Firefox API that allows the errors to be displayed in the console. I don't know the Firefox API, but I can believe it has hooks in the brower code that allows an application such as Tomcat to post information into the console. If fact, I would expect the browser console to have that kind of hook. Jim On 12/08/2014 03:54 PM, David kerber wrote: > On 12/8/2014 3:49 PM, Jim Anderson wrote: >> >> Resolved! >> >> I apologize to everyone for taking a while to respond. It was a busy >> weekend and I was not at >> the computer. Thank you all for the responses. >> >> I read your emails about a half hour ago and ran my application to get >> fresh log files and to >> check them all. Sure enough in the log file, 'localhost.2014-12-08.log', >> I found an error message >> about the java code in my 's.jsp' file. I fixed the error and all is >> well now. I thought that I looked >> at this file the other day before sending in my question to the mailing >> list and I did not see the error messages then. I am going to guess that >> I am in error and the I did not actually look at the file, although I >> know I looked at most of the log files in the tomcat/logs directory. >> >> I was curious why the error did not show up in my firefox browser >> console, so I removed my fix and re-ran my application with the error in >> it. Sure enough, the error did not show up on the console. > > The reason it doesn't show up in your browser is that it's happening > on the server, not the client. So the browser never knows that there > is an error. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org