The most common cause of this is that you haven't copied your JkMount etc 
configuration statements to the SSL VirtualHost.  In this case, mod_jk 
doesn't think that it should be serving the .jsp file, so Apache (httpd) 
serves it instead.  Since httpd knows nothing about JSP, it just serves it 
as a text file.

As other people have pointed out, unless you really know what you are doing, 
it is generally a bad idea to share the httpd DocumentRoot with the Tomcat 
webapps directory.  And even if you do really know what you are doing, it is 
a significant amount of extra work to secure this configuration.

"Miguel Ortiz" <miguel.or...@macneillgroup.com> wrote in message 
news:bb7ef21e0428a445b16e49e814926426048...@macg-exch02.macneillgroup.local...
I recently setup a SSL cert on our Apache/Tomcat server. When I load our 
page, I can see the "lock" in my browser with all the SSL info, but the page 
only loads as a the jsp script and not the full page. Is there some 
configuration setting that I have missed. I can provide snippets from the 
server.xml, httpd.conf, and ssl.conf. Thanks in advance.

Miguel Ortiz
Network Engineer
x4818
wk: 954-331-4818
bbry: 954-649-1863
miguel.or...@macneillgroup.com




This email and any files transmitted with it are the confidential property 
of Focus Holdings, LLC and its subsidiaries, and intended solely for the use 
of the individual or entity to whom they are addressed. If you are not the 
named addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. If you are not 
the intended recipient you are notified that disclosing, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to