Web app running on http, not on https

2011-07-22 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Before I copy and paste any configs (such as httpd.conf and httpd-ssl.conf), let me throw this out there and see if you guys can at least point me in the right direction. Environment === Apache 2.2.19, installed with mod_jk (latest connector) and mod_ssl (enabled with Apache's

RE: Web app running on http, not on https

2011-07-22 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
CTR FRCSE, JAX 7.2.2 wrote: If I type https://localhost/myWebApp;, I get an unexpected 404 error: Not Found. The requested URL /myWebApp was not found on this server. NOT COOL! At a guess, you have forgotten that mod_jk config is *per virtual host* and haven't configured the SSL virtual host

RE: RedHat and mod_jk

2011-07-18 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
FYI... I got the S.A. to compile Apache, and then to compile mod_jk. It works, just like you guys said that it would. Thanks for ALL of your help! :-) JL -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, July 18, 2011 11:33 AM To: Tomcat Users List

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
: Binary of mod_jk.so for Apache 2.2.x -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 7/14/2011 1:08 PM, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote: Chris, something DID just dawn on me... I have my own account on that Linux server, though not with root access or anything

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
To: Tomcat Users List Subject: Re: Binary of mod_jk.so for Apache 2.2.x - Original Message - From: Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 jonathan.leffingwell@navy.mil To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Thursday, July 14, 2011 10:08 AM Subject: RE

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-14 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Thanks, Chris. Unfortunately, I don't have root access, and I know just enough Linux to be dangerous! LOL! The Linux S.A. doesn't know anything about compiling (don't get me started on THAT), so he was asking if there were a binary module to drop into the modules folder. I was hoping to

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-14 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Chris, something DID just dawn on me... I have my own account on that Linux server, though not with root access or anything. Would it be possible for me to compile mod_jk.so into my own space and then tell him where the mod_jk.so is? If so, would the following steps be how I would generate

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-14 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
André, if you would be so kind as to let me know what you find, I would greatly appreciate it. I will watch the other thread, too. :) -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, July 14, 2011 1:49 PM To: Tomcat Users List Subject: Re: Binary of

Binary of mod_jk.so for Apache 2.2.x

2011-07-12 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
I don't know the first thing about compiling on Linux. I just want to drop a compiled mod_jk.so into the modules directory. Where can I find the binary, not the source? Thanks! smime.p7s Description: S/MIME cryptographic signature

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-12 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Thanks for the reply, André. It is Red Hat Linux. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, July 12, 2011 2:12 PM To: Tomcat Users List Subject: Re: Binary of mod_jk.so for Apache 2.2.x Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote: I don't

To export or not, JAVA_OPTS vs. CATALINA_OPTS

2009-08-28 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Currently, our catalina.sh file (running on Redhat Linux) has the following first line: JAVA_OPTS=-Xmx1024m -Xms1024m Two questions: 1. What is the difference in doing it that way vs. adding the word export in front of it? 2. What benefit/difference, if any, would it be to use

getAttribute(null)?

2008-06-12 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
I have the following code that worked in Tomcat 5.0, but doesn't work in Tomcat 5.5.26: String formName = mapping.getAttribute(); // mapping is a variable of type ActionMapping. In this scenario, formName is null. if (null != session.getAttribute(formName)) {

RE: getAttribute(null)?

2008-06-12 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
, was this a change put into Tomcat 5.5.x that wasn't in 5.0.x? -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 11:24 AM To: Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 Subject: RE: getAttribute(null)? At that point you're talking to the Struts 1.x Base