Incorrect release date on the Tomcat home page

2016-02-10 Thread srinivas yelamanchili
Hi, Tomcat 8.0.32 has release date of '2015-02-08' on the home page, the year is incorrect Thanks,-Sri

mod_jk.conf redirect context to different tomcat url

2013-11-22 Thread srinivas yelamanchili
Hi, my tomcat webapps has folders App and AppXyz and apache mod_jk.conf has the line: JkMount /App* worker1 So today Apache requests for /App and /AppXyz go to Tomcat /App and /AppXyz respectively. Now I want to change this redirection so all Apache requests of type /App* go to Tomcat /App

Re: mod_jk.conf redirect context to different tomcat url

2013-11-22 Thread srinivas yelamanchili
Thanks Neven, I will try that and also the 'Alias' http://httpd.apache.org/docs/current/mod/mod_alias.html On Friday, November 22, 2013 8:21 AM, Neven Cvetkovic neven.cvetko...@gmail.com wrote: On Fri, Nov 22, 2013 at 7:56 AM, srinivas yelamanchili y_sr...@yahoo.comwrote: So today

Re: mod_jk.conf redirect context to different tomcat url

2013-11-22 Thread srinivas yelamanchili
I tried each of these lines and they don't work: Redirect /AppXyz /App Alias /AppXyz /App The apache access_log file shows: GET /AppXyz/javascript/mojo/js/source/... Shouldn't it be 'App' instead of 'AppXyz' ? Thanks, -sri On Friday, November 22, 2013 8:46 AM, srinivas yelamanchili y_sr

Re: mod_jk.conf redirect context to different tomcat url

2013-11-22 Thread srinivas yelamanchili
:01 PM, Neven Cvetkovic neven.cvetko...@gmail.com wrote: On Fri, Nov 22, 2013 at 2:49 PM, srinivas yelamanchili y_sr...@yahoo.comwrote: I tried each of these lines and they don't work: Redirect /AppXyz /App Alias /AppXyz /App The apache access_log file shows: GET /AppXyz/javascript/mojo/js

Tomcat Native 1.1.29 source download

2013-10-15 Thread srinivas yelamanchili
Hi, Tomcat Native 1.1.28 was released on 2013-09-16 and 1.1.29 on 2013-10-15 http://tomcat.apache.org/native-doc/news/2013.html However the download page lists only 1.1.27 http://tomcat.apache.org/download-native.cgi I want to download tomcat-native-1.1.29-src.tar.gz Can someone please update

Tomcat native 1.1.27 libapr-1.so.0 is not deployed

2013-08-02 Thread srinivas yelamanchili
Hi, I built APR 1.4.8 and Tomcat 7.0.42 from source code on redhat linux I compiled the tomcat native library 1.1.27 as below ./configure --with-apr=/apps/mstrat/apache/apr-1.4.8 \     --with-java-home=/apps/mstrat/java/jdk1.7.0_25 \    

libapr-1.so.0 not deployed for Tomcat 7

2013-08-02 Thread srinivas yelamanchili
Hi, I built APR 1.4.8 from source code as non-root user on redhat linux and deployed to /apps/mstrat/apache/apr-1.4.8 Installed Tomcat 7.0.42 at  /apps/mstrat/apache-tomcat-7.0.42 by untar the .tar.gz file The Tomcat lib folder doesn't have libapr-1.so.0 I compiled the tomcat native library

Re: libapr-1.so.0 not deployed for Tomcat 7

2013-08-02 Thread srinivas yelamanchili
To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 2, 2013 11:06 PM Subject: Re: libapr-1.so.0 not deployed for Tomcat 7 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 srinivas, On 8/2/13 10:51 PM, srinivas yelamanchili wrote: Hi, I built APR 1.4.8 from source code as non-root

Apache Tomcat Connector - configuration

2013-07-28 Thread srinivas yelamanchili
Hi, I am trying to configure Apache httpd talk to Tomcat From the documentation at http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html 1. Under 'Using Tomcat auto-configure' we have this line creating your workers.properties file at $TOMCAT_HOME/conf/jk/workers.properties Under

The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-25 Thread srinivas yelamanchili
Hi, I installed Apache Httpd 2.4.6 and Tomcat 7.0.42 from source code (.tar.gz) on Redhat Linux and looking for documentation to enable AJP and connect Tomcat with Httpd using AJP/APR I have the following questions (and please let me know where I can post the same if this email group is the