RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-06 Thread logo
Mark, Am 06.07.2018 11:27, schrieb Sandels Mark (RTH) OUH: Hi Tomcat users I have now configured the tomcat configuration file (server.xml) to use TLS (see relevant sections of server.xml). I created a keystore (using the jdk keystore command) for my existing certificate. I am getting "This

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-06 Thread Sandels Mark (RTH) OUH
Hi Tomcat users I have now configured the tomcat configuration file (server.xml) to use TLS (see relevant sections of server.xml). I created a keystore (using the jdk keystore command) for my existing certificate. I am getting "This site cannot be reached" from my browser (Chrome) when I

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread logo
Mark, Am 05.07.2018 12:35, schrieb Sandels Mark (RTH) OUH: Hi Peter I would use tomcat to provide https if it could be configured to do this - is this fairly easy to do? The IT Department have given me a Certificate and private key for the server (OXNETMDMS04) but do I need to use "keytool"

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
On 05.07.2018 12:35, Sandels Mark (RTH) OUH wrote: Hi Peter I would use tomcat to provide https if it could be configured to do this - is this fairly easy to do? The IT Department have given me a Certificate and private key for the server (OXNETMDMS04) but do I need to use "keytool" to

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
http / tomcat connectors - source code of web-page is displayed rather than web-page Mark, Am 05.07.2018 10:31, schrieb André Warnier: > Hi. > > I have not looked through all of your configuration lines, but I > believe that the problem is first of all this line : > > On 05.

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread logo
Mark, Am 05.07.2018 10:31, schrieb André Warnier: Hi. I have not looked through all of your configuration lines, but I believe that the problem is first of all this line : On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: DocumentRoot "C:\Program Files (x86)\apache-tomcat-9.0.6\webapps"

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
Hi Olaf Here are extracts of the relevant configuration files (as requested). Httpd.conf ... Listen 443 ssl ... LoadModule ssl_module modules/mod_ssl.so ... DirectoryIndex index.jsp ServerName OXNETMDMS04.OXNET.NHS.UK SSLEngine on SSLCertificateFile "c:\Apache24\conf\certificate.crt"

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread tomcat
Hi. I have not looked through all of your configuration lines, but I believe that the problem is first of all this line : On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: DocumentRoot "C:\Program Files (x86)\apache-tomcat-9.0.6\webapps" That means essentially that you are allowing the

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
On 05.07.2018 09:43, Sandels Mark (RTH) OUH wrote: Hi Olaf The web-page displays correctly when I connect to Tomcat directly. I posted to the tomcat users group as I havn't had any reply to my post to the Apache http user group! In answer to your other question, I do refer to the and

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
8:31 To: users@tomcat.apache.org Subject: Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: > When I go to my web-page using a browser (Chrome), the source code of the > web-page is displaye

Re: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Olaf Kock
On 05.07.2018 09:18, Sandels Mark (RTH) OUH wrote: When I go to my web-page using a browser (Chrome), the source code of the web-page is displayed. I have added the PFX Certificate to Trusted Root Certification Authorities on my PC from which I launched Chrome. Here is the URL I am using

RE: Apache http / tomcat connectors - source code of web-page is displayed rather than web-page

2018-07-05 Thread Sandels Mark (RTH) OUH
Hi Tomcat users When I go to my web-page using a browser (Chrome), the source code of the web-page is displayed. I have added the PFX Certificate to Trusted Root Certification Authorities on my PC from which I launched Chrome. Here is the URL I am using - https://oxnetmdms04/OracleStatus/