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
Hi Chris I started off looking at older documentation on how to configure tomcat and apache http as a tomcat connector but have referred to tomcat connectors v 9 now. I have referred to the correct version of the documentation for Apache http 2.4. Can you see anything in my configuration

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

2018-06-29 Thread Christopher Schultz
-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 > > I got confused about using http as a proxy. > > Here is my

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

2018-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/28/18 5:55 AM, Sandels Mark (RTH) OUH wrote: > In answer to your questions ... > > < for that JSP? (I'm expecting the answer to be yes.)>> > > The web-page that I was expecting appears - that is the WAR > application web-page for

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 tomcat
Hi. On 28.06.2018 11:55, Sandels Mark (RTH) OUH wrote: [.. snip ..] I am using the Apache http service as a proxy. I have configured the Apache httpd.conf file to listen to client requests on port 8000. Well no, according to the confiuration below, you are not at all using Apache httpd as

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
Hi Tom In answer to your questions ... <> The web-page that I was expecting appears - that is the WAR application web-page for OracleStatus. <> I am using the Apache http service as a proxy. I have configured the Apache httpd.conf file to listen to client requests on port 8000. How do I

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

2018-06-28 Thread Mark Thomas
On 28/06/18 09:58, Sandels Mark (RTH) OUH wrote: > Hi Mark > > > > Following your instructions, I get the following web-page in my browser. It > is not running the WAR application. > > > Index of /oraclestatus > > * Parent Directory > *

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
Hi Mark Following your instructions, I get the following web-page in my browser. It is not running the WAR application. Index of /oraclestatus * Parent Directory * META-INF/ *

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

2018-06-27 Thread Mark Thomas
On 27/06/18 15:44, Sandels Mark (RTH) OUH wrote: > 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. > >

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 Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/27/18 10:02 AM, Sandels Mark (RTH) OUH wrote: > Hi Mark > > Please follow the second link I gave in my original post - > https://tomcat.apache.org/tomcat-7.0-doc/html-manager-howto.html#Deplo y_a_Directory_or_WAR_by_URL > > My

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

2018-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/27/18 9:50 AM, Sandels Mark (RTH) OUH wrote: > Hi Mark > > I only included the IBM link because it was one of the few > real-world examples of using the documented context.xml Context > directive to specify the WAR or Directory URL. My

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
Hi Mark Please follow the second link I gave in my original post - https://tomcat.apache.org/tomcat-7.0-doc/html-manager-howto.html#Deploy_a_Directory_or_WAR_by_URL My original post explains what I am trying to do. Here is the extract from the link above which gives the Apache documented syntax

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

2018-06-27 Thread Mark Thomas
On 27/06/18 14:50, Sandels Mark (RTH) OUH wrote: > Hi Mark > > I only included the IBM link because it was one of the few real-world > examples of using the documented context.xml Context directive to specify the > WAR or Directory URL. That IBM doc provides no such example. > My WAR

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
Hi Mark I only included the IBM link because it was one of the few real-world examples of using the documented context.xml Context directive to specify the WAR or Directory URL. My WAR application was developed and built using Netbeans 8. Thanks Mark Mark Sandels |Senior Systems

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

2018-06-27 Thread Mark Thomas
On 27/06/18 13:53, Sandels Mark (RTH) OUH wrote: > > 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 ... > >