RE: Different sessions between JSP and Servlets...

2007-09-06 Thread Mike Cronin
or, please notify the sender by reply e-mail and destroy the original message and all copies. Thank you. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 2:30 PM To: Tomcat Users List Subject: Re: Different sessions between JSP an

Re: Different sessions between JSP and Servlets...

2007-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Mike Cronin wrote: > You should remove both of these attributes from your in context.xml. As mentioned before in this thread, they are at best ignored, and at worst confused by Tomcat or anyone looking at the file. - -chris -BEGIN PGP SI

RE: Different sessions between JSP and Servlets...

2007-09-06 Thread Mike Cronin
ies. Thank you. -Original Message- From: Mike Cronin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 11:41 AM To: 'Tomcat Users List' Subject: RE: Different sessions between JSP and Servlets... The only I reference (whether right or wrong) is the default Con

RE: Different sessions between JSP and Servlets...

2007-09-06 Thread Mike Cronin
EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 7:37 PM To: Tomcat Users List Subject: Re: Different sessions between JSP and Servlets... Mike Cronin wrote: > I started from a clean install and continue to encounter the issue where my > JSP pages are not exposed to the session variables bei

Re: Different sessions between JSP and Servlets...

2007-09-05 Thread Mark Thomas
Mike Cronin wrote: > I started from a clean install and continue to encounter the issue where my > JSP pages are not exposed to the session variables being set from within my > servlets. I believe that my element is set up correctly as I can get > to all of my site content as desired. What values

RE: Different sessions between JSP and Servlets...

2007-09-05 Thread Mike Cronin
Thank you. -Original Message- From: Mike Cronin [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:05 PM To: users@tomcat.apache.org Subject: Different sessions between JSP and Servlets... Okay, I have the following structure. $CATLINA-HOME\webapps\a_subfolder\my_root\

RE: Different sessions between JSP and Servlets...

2007-09-05 Thread Mike Cronin
riginal Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 5:30 PM To: Tomcat Users List Subject: Re: Different sessions between JSP and Servlets... On 9/5/07, Mike Cronin <[EMAIL PROTECTED]> wrote: > I definitely want this set up correctly, and

Re: Different sessions between JSP and Servlets...

2007-09-05 Thread Hassan Schroeder
On 9/5/07, Mike Cronin <[EMAIL PROTECTED]> wrote: > I definitely want this set up correctly, and I do intend to move the > elements out of the server.xml, but I have not been able to > successfully do so as none of the applications want to load from the > context.xml. That's suspicious in and of

RE: Different sessions between JSP and Servlets...

2007-09-05 Thread Mike Cronin
Wednesday, September 05, 2007 4:16 PM To: Tomcat Users List Subject: Re: Different sessions between JSP and Servlets... On 9/5/07, Mike Cronin <[EMAIL PROTECTED]> wrote: > $CATLINA-HOME\webapps\a_subfolder\my_root\ > Within my_root there are a number of subfolders that contain vari

Re: Different sessions between JSP and Servlets...

2007-09-05 Thread Hassan Schroeder
On 9/5/07, Mike Cronin <[EMAIL PROTECTED]> wrote: > $CATLINA-HOME\webapps\a_subfolder\my_root\ > Within my_root there are a number of subfolders that contain various > applications i.e. login, admin, reports and my WEB-INF. 1) defining Contexts within server.xml is discouraged, 2) appBase and do

Different sessions between JSP and Servlets...

2007-09-05 Thread Mike Cronin
Okay, I have the following structure. $CATLINA-HOME\webapps\a_subfolder\my_root\ Within my_root there are a number of subfolders that contain various applications i.e. login, admin, reports and my WEB-INF. The first thing I need to make sure of is that I am using the correct terminology