RE: slight problem with Tomcat and Httpd working together.

2009-08-31 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. Something that I am not understanding. If the context.xml files are truly ignored how can each of the companies be able to login? You appear to have answered your own

Re: slight problem with Tomcat and Httpd working together.

2009-08-26 Thread Josh Gooding
problem with Tomcat and Httpd working together. *Wait a sec, illegal as in (will throw an exception) or just bad practice? Illegal in that predictable behavior cannot be guaranteed. Tomcat is pretty good about ignoring invalid attributes, but it's not perfect in that regard, and problems may

Re: slight problem with Tomcat and Httpd working together.

2009-08-26 Thread Josh Gooding
[mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. *Wait a sec, illegal as in (will throw an exception) or just bad practice? Illegal in that predictable behavior cannot be guaranteed. Tomcat is pretty good about ignoring invalid attributes, but it's

Re: slight problem with Tomcat and Httpd working together.

2009-08-26 Thread Josh Gooding
in the webapps folder and I didn't have to restart tomcat each time. - J On Thu, Aug 13, 2009 at 5:33 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. *Wait

Re: slight problem with Tomcat and Httpd working together.

2009-08-13 Thread Josh Gooding
I understand what the appBase is Perhaps you don't; the appBase attribute of a Host is the /default/ deployment directory for its webapps; individual webapps are typically located *under* the appBase directory. I don't understand why the docBase and appBase cannot be the same declaration

RE: slight problem with Tomcat and Httpd working together.

2009-08-13 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. *Wait a sec, illegal as in (will throw an exception) or just bad practice? Illegal in that predictable behavior cannot be guaranteed. Tomcat is pretty good about ignoring

Re: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Josh Gooding
Chris, My thanks to you and Chuck for clarifying that. The reason that I set up httpd on the machine is for PHP and other possible languages. I was trying to be a little more future thinking, however, since PHP is no longer an option for these guys, I'll just nix the httpd server and move back

RE: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. I downloaded the APR for Tomcat. Dumb question, is there already a binary distribution someplace? For Windows, yes; it's in the docs: http://tomcat.apache.org/native-doc

Re: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Josh Gooding
Even better, I got what I was looking for. Where do I put the DLL that I want to use? in wondows or in what tomcat directory? On Tue, Aug 11, 2009 at 10:27 AM, Josh Gooding josh.good...@gmail.comwrote: Chris, My thanks to you and Chuck for clarifying that. The reason that I set up httpd

RE: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. Where do I put the DLL that I want to use? In Tomcat's bin directory. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

Re: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Josh Gooding
] Subject: Re: slight problem with Tomcat and Httpd working together. I downloaded the APR for Tomcat. Dumb question, is there already a binary distribution someplace? For Windows, yes; it's in the docs: http://tomcat.apache.org/native-doc/ The 32- and 64-bit DLLs are here: http

Re: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Josh Gooding
appreciate all of your help. On Tue, Aug 11, 2009 at 10:51 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. Where do I put the DLL that I want to use? In Tomcat's

RE: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. HEY!!! It's in there and working. Congratulations. INFO: Loaded APR based Apache Tomcat Native library 1.1.14. That version is out of date; the current one is here: http

Re: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Josh Gooding
is? On Tue, Aug 11, 2009 at 11:28 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. HEY!!! It's in there and working. Congratulations. INFO: Loaded APR

RE: slight problem with Tomcat and Httpd working together.

2009-08-11 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Re: slight problem with Tomcat and Httpd working together. be SURE you get the correct version of the binaries for your version of Tomcat (32-bit / 64 bit). Tomcat itself is pure Java, so it is neither 32- nor 64-bit sensitive

Re: slight problem with Tomcat and Httpd working together.

2009-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 8/8/2009 12:35 AM, Josh Gooding wrote: Since Tomcat is not the most efficient at serving static HTML pages As Chuck suggests, this is an incorrect assumption. In recent testing I performed myself, Tomcat 6.0.20's APR connector (also

RE: slight problem with Tomcat and Httpd working together.

2009-08-07 Thread Caldarale, Charles R
From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: slight problem with Tomcat and Httpd working together. Please don't cross-post. Since Tomcat is not the most efficient at serving static HTML pages A misconception left over from the dark ages. I decided to install httpd v 2.2.11