Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-08 Thread Kernel freak
Hi Chris, I just saw your mail, although I was able to solve this problem yesterday before leaving. This is what I did. I just waned to know, if this configuration will also work if I am using https. Thank you. Here is what I did : Tomcat's server.xml : // Multiple webapps

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hi, Thank you for the links, I will go through it. I have configured Apache Tomcat to serve multiple webapps depending upon the URL, but Apache web-server is what seems to be stopping me. The major problem I am having is I cannot find any examples if someone has tried to do this before. I have

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread tomcat
On 07.12.2015 11:26, Kernel freak wrote: Hello friends, I am working on some server side changes in which I have the webapps or website hosted by Apache server is called by the URL. So if url is www.domain-one.com, then the specific webapp or website must be served. I have partial success in

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Thank you for the changes you suggested. First problem is, not all the webapps have Https enabled, so I have to use port-number 80. Can you suggest me an alternative configuration. I have changed it to port 8080 and given a proxyPort=80 as follows : < --> - // Multiple webapp

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
So you don't know what mistake I am making in the configuration? On Mon, Dec 7, 2015 at 4:52 PM, Hassan Schroeder wrote: > On Mon, Dec 7, 2015 at 7:11 AM, Kernel freak > wrote: > > > More information about this error may be available in the

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
On Mon, Dec 7, 2015 at 7:11 AM, Kernel freak wrote: > More information about this error may be available in the server error log. > > So, what am I missing. To start, the information in the server log referenced above. Secondly, I'd strongly recommend you start out by

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
On Mon, Dec 7, 2015 at 7:58 AM, Kernel freak wrote: > So you don't know what mistake I am making in the configuration? Why would I? I don't have your server log to inspect. And I haven't used mod_jk in a very long time, so I didn't even bother looking at your config.

Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hello friends, I am working on some server side changes in which I have the webapps or website hosted by Apache server is called by the URL. So if url is www.domain-one.com, then the specific webapp or website must be served. I have partial success in these regards as I have already configured

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Christopher Schultz
Akshay, On 12/7/15 5:26 AM, Kernel freak wrote: > protocol="org.apache.coyote.http11.Http11NioProtocol" > compression="force" compressionMinSize="1024" >connectionTimeout="2" maxPostSize="5242880" >URIEncoding="utf-8" >

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Christopher Schultz
Akshay, On 12/7/15 2:53 PM, Christopher Schultz wrote: > Akshay, > > On 12/7/15 5:26 AM, Kernel freak wrote: >> > protocol="org.apache.coyote.http11.Http11NioProtocol" >> compression="force" compressionMinSize="1024" >>connectionTimeout="2" maxPostSize="5242880" >>