I'd concur with Jeff here and suspect that the JSP's are being served from httpd and not Tomcat. He may have set up httpd with the expectation that it would be the front-end for Tomcat as that is a pretty common configuration. If that is why he did so I would suggest that you search on the apache (webserver and Tomcat) websites for how to set up apache as the front end (look for "AJP", that is the preferred name for httpd to Tomcat communication. After that you'll need to reference the keystore that Tomcat used to use from httpd, and you also probably need to convert the type. All this assumes that he was setting up httpd as the front-end for tomcat, otherwise you just have two web servers running on the same port. Look in the tomcat logs (logs directory in CATALINA_HOME for something that indicates this is the case).
On Fri, Mar 25, 2011 at 10:26 AM, Jeffrey Janner < jeffrey.jan...@polydyne.com> wrote: > Jimmy - > It sounds as if you have competing web servers set up, i.e., both httpd and > tomcat are set up to run on the same port. > You have several options available for solving this problem, and the best > solution depends on your requirements. I would start by reading the > available documentation on the Apache Tomcat site about co-existing with > httpd and going from there. > Otherwise, I am sure there are several regular contributors on this list > that would be more than happy to con$ult on the project. > Jeff > (there is a reason for the dollar sign above) > > > -----Original Message----- > > From: Jimmy Mic [mailto:jah...@gmail.com] > > Sent: Friday, March 25, 2011 7:51 AM > > To: users@tomcat.apache.org > > Subject: Broken tomcat 6.0 config after SSL install. > > > > We have a cloud based centOS 5.5 configuration with tomcat 6.0 > > installed for the good half past year, that a previous engineer (long > > gone) setup for us. > > > > Last week, I asked one our guys to install svn over ssl on the server. > > That is working great, but in the process, he broke our tomcat server > > and not quite sure where. I'm not a big system admin guy, so I may > > not be up on the details as I need to be. > > > > As far as I can tell, (and each one of parts could easily be wrong) we > > had a tomcat as a stand alone web server. (I haven't found any > > evidence of mod_jk) Then, in the process of setting up svn & ssl, he > > setup apache as the default web server. At best, I can get JSP pages > > to load, but the actual jsp code is not processed and just echoed out. > > Running 'apachctl stop', results now, in now pages showing up. It > > 'seems' as if nothing was modified in $CATALINA_HOME directories. > > > > Any suggestions how to figure out the problem and / or solutions would > > be greatly appreciated. > > > > Regards, J > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > __________________________________________________________________________ > > Confidentiality Notice: This Transmission (including any attachments) may > contain information that is privileged, confidential, and exempt from > disclosure under applicable law. If the reader of this message is not the > intended recipient you are hereby notified that any dissemination, > distribution, or copying of this communication is strictly prohibited. > > If you have received this transmission in error, please immediately reply > to the sender or telephone (512) 343-9100 and delete this transmission > from your system. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >