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.

Re: Tomcat Webinar Series: TLS virtual hosting 8th Dec 2015

2015-12-07 Thread Mark Thomas
Just a gentle reminder. This webinar is scheduled for tomorrow. Invitations with access details are in the archives: 10.00 UTC http://markmail.org/message/4bby2xijssm54aip 21.00 UTC http://markmail.org/message/hjkdx5hptbqq3b6d Mark On 02/12/2015 10:50, Mark Thomas wrote: > Hi, > > The topic

Re: URL based redirection working partially with Apache tomcat

2015-12-07 Thread Kernel freak
Hi Chris, I was able to finally resolve it by adding Host elements directly in server.xml and creating separate webapps folder for each app to hold the WAR file. I am on to a bigger fish. I will post a question soon in mailing list. Thank you. On Thu, Dec 3, 2015 at 6:37 PM, Christopher Schultz

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

[ANN] Apache Tomcat 8.0.30 available

2015-12-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.30. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.30 includes fixes for issues

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