Release plans of Tomcat 6.0.42/6.0.43

2014-08-26 Thread Utkarsh Dave
Hi, Can i please know when Tomcat 6.0.43 will be released or any plans of it? If not the date month in which it will be released? -Thanks Utkarsh Dave

Install Tomcat on Oracle Enterprise Linux

2014-08-26 Thread Vijay Kumar
Hi, Can i install Tomcat on Oracle Enterprise Linux. Could you please share us the link/doc which i need to refer. Thanks, Vijay G

[ANN] Apache Tomcat 8.0.11 (stable) available

2014-08-26 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.11. 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.11 includes numerous fixes for

Re: Install Tomcat on Oracle Enterprise Linux

2014-08-26 Thread Daniel Mikusa
On Tue, Aug 26, 2014 at 3:08 AM, Vijay Kumar vijy.gan...@gmail.com wrote: Hi, Can i install Tomcat on Oracle Enterprise Linux. Can you install a JVM on it? If so, then Tomcat will very likely run there. Could you please share us the link/doc which i need to refer.

Re: Install Tomcat on Oracle Enterprise Linux

2014-08-26 Thread Néstor Boscán
Hi I have tomcat running on OEL. You just need to install Java 6 or 7 depending on what version of Tomcat, decompress the tomcat file and $TOMCAT_HOME/bin/startup.sh and yo can access it through port 8080. That's basically it. Regards, Néstor On Tue, Aug 26, 2014 at 2:38 AM, Vijay Kumar

Re: Release plans of Tomcat 6.0.42/6.0.43

2014-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave, On 8/26/14, 2:16 AM, Utkarsh Dave wrote: Can i please know when Tomcat 6.0.43 will be released or any plans of it? If not the date month in which it will be released? Tomcat 6 releases are pretty rare... the last 3 releases were done over

Specifying Path to Config

2014-08-26 Thread Igal @ getRailo.org
is it possible to specify the path to the /conf folder? if yes, how? if no, why? I like upgrading Tomcat when a new update is available, and it would be much easier if I could keep all of my config files in one place, without having to move files with each upgrade. (actually, I overwrite

Re: Specifying Path to Config

2014-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 8/26/14, 11:05 AM, Igal @ getRailo.org wrote: is it possible to specify the path to the /conf folder? if yes, how? if no, why? I like upgrading Tomcat when a new update is available, and it would be much easier if I could keep all

Re: Specifying Path to Config

2014-08-26 Thread Igal @ getRailo.org
hi Chris, thank you for your prompt response. I should have clarified in my original email that: 1) I am running Tomcat as a Windows service 2) my goal is to have something like this: C:\Programs\Tomcat-conf == /conf folder goes here, unchanged with an upgrade

Re: Specifying Path to Config

2014-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 8/26/14, 11:35 AM, Igal @ getRailo.org wrote: hi Chris, thank you for your prompt response. I should have clarified in my original email that: 1) I am running Tomcat as a Windows service You can use CATALINA_HOME and CATALINA_BASE

Re: Specifying Path to Config

2014-08-26 Thread Igal @ getRailo.org
great! thank you very much for your insight! On 8/26/2014 10:08 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 8/26/14, 11:35 AM, Igal @ getRailo.org wrote: hi Chris, thank you for your prompt response. I should have clarified in my original email

ActiveMQ redelivery policy

2014-08-26 Thread Felipe Jaekel
Hi, I'm trying to run some legacy JMS code in TomEE 1.7.0 using the internal broker: Resource id=JmsResourceAdapter type=ActiveMQResourceAdapter BrokerXmlConfig = broker:(tcp://localhost:61616?daemon=true) ServerUrl = vm://localhost /Resource In this code the