Re: Problem accessing user ID if Apache used to auithenticate

2003-01-10 Thread Steve Slatcher
Milt Epstein wrote: On Thu, 9 Jan 2003, Steve Slatcher wrote: So I have Apache 2 passing on requests to Tomcat 4.1 using jk2. I can get Apache to authenicate URLs that are forwarded to Tomcat, but the user ID seems to get lost in the process so I cannot access it from my JSPs. I have

Minumum jk2 configuration

2003-01-09 Thread Steve Slatcher
workers2.properties file: [shm] file=${serverRoot}/logs/shm.file size=1048576 Without them I get [error] mod_jk child init 1 0 in my Apache error.log. (I'm using Win2k) -- Steve Slatcher -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Problem accessing user ID if Apache used to auithenticate

2003-01-09 Thread Steve Slatcher
am not sure if I need some addtional configuration steps (what I am using is pretty minimal), or is there nothing to be done about it short of diving into Apache or Tomcat code? Cheers Steve Slatcher -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: Using JAXB in a Servlet (class loader prob?)

2002-11-01 Thread Steve Slatcher
\lib, so it's maybe using that. PS we are using the FULL version of Tomcat not the 'Lite' version for JDK 1.4.0. Hope that helps PaulE -Original Message- From: Steve Slatcher [mailto:steve_slatcher;scientia.com] Sent: Thursday, October 31, 2002 2:13 AM To: Tomcat Users List

Re: Using JAXB in a Servlet (class loader prob?)

2002-10-31 Thread Steve Slatcher
accross applications by placing them in the $TOMCAT_HOME/shared/lib directory. This will help to not use the common/lib directory. Hope it helps. Nick. -Original Message- From: Steve Slatcher [mailto:steve_slatcher;scientia.com] Sent: Wednesday, October 30, 2002 2:54 PM To: Tomcat Users

Using JAXB in a Servlet (class loader prob?)

2002-10-30 Thread Steve Slatcher
on this? Specifically I would be interested in any ways to avoid using the /common/lib directory. I'm using Tomcat 4.0.3, JAXB 1.0 beta (currently the latest version), and the magic Xerces that came to the rescue was 1.4.4. Despite the name of my webapp I am NOT intent on spamming! Cheers Steve Slatcher 2002

Re: Tomcat Xerces Issue.

2002-10-30 Thread Steve Slatcher
Hi Charlie, Which bit of which spec are you referring to? It sounds strange to me that a webapp is not allowed to use any version of any parser it wants to. Steve Slatcher Cox, Charlie wrote: this was done to enforce the spec. It was added in later and the doc was probably overlooked. you