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
NHS colleagues can visit the OUH IM&T Services intranet site at http://ouhimt.oxnet.nhs.uk -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 29 June 2018 21:35 To: users@tomcat.apache.org Subject: Re: Apache http via tomcat WAR or Directory UR

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 Oracle

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 http://httpd.apache

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 Tomca

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
localhost worker.worker1.port=8009 worker.worker1.ping_timeout=1000 worker.worker1.connect_timeout=1 worker.worker1.prepost_timeout=1 worker.worker1.socket_timeout=10 worker.worker1.connection_pool_timeout=60 worker.worker1.connection_pool_size=90 worker.worker1.retries=2 worker.worker1.reply_

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 > * META-INF/

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
OUH IM&T 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

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. > > https://tomcat.apache.org/tomcat-9.0-do

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 Her

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 original

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

2018-06-27 Thread Christopher Schultz
nstallation and collect your paycheck? It really couldn't be much easier than that. - -chris > -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 > Director

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
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) OUH wrote: >> >

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
at 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 (

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 ... > > https://www.