Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Konstantin Kolinko
2014-12-07 0:19 GMT+03:00 Jim Anderson : > > Hi to all, > > I am currently developing some server side JSP code. By and large, things > are progressing and working well. I have gotten half way decent at debugging > my java/javascript/jquery/jsp/HTML source code, but I have run into a > problem in J

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Ameer Mawia
On Sun, Dec 7, 2014 at 2:49 AM, Jim Anderson wrote: > > Hi to all, > > I am currently developing some server side JSP code. By and large, things > are progressing and working well. I have gotten half way decent at > debugging my java/javascript/jquery/jsp/HTML source code, but I have run > into a

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Konstantin Kolinko
2014-12-06 21:53 GMT+03:00 Mark Thomas : > On 06/12/2014 18:48, Christopher Schultz wrote: >> Michael, >> >> On 12/4/14 4:27 AM, Osipov, Michael wrote: >>> Hi folks, >> >>> we are experiencing a popular issue with MS .NET clients sending >>> "Expect: 100-continue" and Tomcat failing with HTTP 505.

My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Jim Anderson
Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code, but I have run into a problem in JSP where the code does not work, but I have found

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Mark Thomas
On 06/12/2014 18:48, Christopher Schultz wrote: > Michael, > > On 12/4/14 4:27 AM, Osipov, Michael wrote: >> Hi folks, > >> we are experiencing a popular issue with MS .NET clients sending >> "Expect: 100-continue" and Tomcat failing with HTTP 505. We use >> Apache Tomcat 6.0.41 with APR connecto

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 12/4/14 4:27 AM, Osipov, Michael wrote: > Hi folks, > > we are experiencing a popular issue with MS .NET clients sending > "Expect: 100-continue" and Tomcat failing with HTTP 505. We use > Apache Tomcat 6.0.41 with APR connector on a co