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 - https://oxnetmdms04/OracleStatus/
The oxnetmdms04 server is hosting Apache http (v. 2.4). I am also using Tomcat
connectors (Tomcat v 9.0.2) which http users to pass the browser request to a
tomcat service.
There are only a handful of tomcat-related lines in the config you
posted - and those don't help too much. So far, it looks like you have a
question with regards to Apache httpd, not Apache Tomcat.
Check if you get the same result when you connect to Tomcat directly.
Also, just to make sure: When you're saying that you get the source
code, do you refer to the <html> and <body> elements that you see in
your text? Or do you only see the unstyled HTML text? Because you only
map "/servlet/*", "/*.jsp" and "/*.do" to your tomcat. In case those
documents reference some CSS and/or Javascript that lives in the same
webapplication, it won't be served by Apache, as it most likely wouldn't
match those URLs.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org