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 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 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 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 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/

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-07-02 Thread Sandels Mark (RTH) OUH
mcat server.xml) for WAR application not working -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/29/18 3:32 AM, Sandels Mark (RTH) OUH wrote: > Hi Andre > > I am using Apache Tomcat connectors - > > https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-29 Thread Sandels Mark (RTH) OUH
Hi Users list (and especial thanks to Mark T from Apache and others who have responded to this post. I am now able to go directly to my WAR application from a browser. I am using Tomcat connectors to pass a browser request via Apace http. The answer was simple - do not use a

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-29 Thread Sandels Mark (RTH) OUH
Hi Andre I am using Apache Tomcat connectors - https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html I got confused about using http as a proxy. Here is my workers.properties file: Workers.tomcat_home=C:\Program Files (x86)\apache-tomcat-9.0.6 #Make mod_jk module aware of

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-28 Thread Sandels Mark (RTH) OUH
Integration Services Team |Manor House Annexe Room G22, Oxford University Hospitals NHS Trust , Headley Way, Headington, Oxford OX3 9RR |Phone:  01865 (5) 72103 | Email: mark.sand...@ouh.nhs.uk NHS colleagues can visit the OUH IM Services intranet site at http://ouhimt.oxnet.nhs.uk -Original Me

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-28 Thread Sandels Mark (RTH) OUH
e OUH IM Services intranet site at http://ouhimt.oxnet.nhs.uk -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 27 June 2018 15:52 To: Tomcat Users List Subject: Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working On 27/0

FW: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-28 Thread Sandels Mark (RTH) OUH
o:ma...@apache.org] Sent: 27 June 2018 15:52 To: Tomcat Users List Subject: Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working On 27/06/18 15:44, Sandels Mark (RTH) OUH wrote: > Thanks Chris > > Point taken. I have looked at the co

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
Thanks Chris Point taken. I have looked at the correct version of the Tomcat documentation - the text is the same for the relevant section but thanks for pointing out that I should check this. https://tomcat.apache.org/tomcat-9.0-doc/html-manager-howto.html#Deploy_a_Directory_or_WAR_by_URL

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
mark.sand...@ouh.nhs.uk NHS colleagues can visit the OUH IM Services intranet site at http://ouhimt.oxnet.nhs.uk -Original Message----- From: Sandels Mark (RTH) OUH [mailto:mark.sand...@ouh.nhs.uk] Sent: 27 June 2018 13:54 To: users@tomcat.apache.org Subject: Apache http via tomcat WAR or

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
http://ouhimt.oxnet.nhs.uk -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 27 June 2018 14:45 To: users@tomcat.apache.org Subject: Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working On 27/06/18 13:53, Sandels Mark (RTH)

Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
I am attempting to launch a WAR web application from a tomcat service (tomcat 9.0.2, windows server 2008 R2), after invoking a URL in a browser (Firefox) hosted by an Apache HTTP server (Apache 2.4). The documentation ...