Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-03 Thread Mark Thomas
On 03/07/2015 12:43, Maxim Solodovnik wrote: Hello, sorry for the newbie question but I was unable to find the answer using search :( I'm trying to migrate custom embedded tomcat loader from Tomcat6 (works as expected with Tomcat7 with lots of deprecations) to Tomcat8. Previously it was

Session replication/fail-over for medium sized tomcat farm

2015-07-03 Thread Charles Richard
Hi, We are currently using a product called Terracotta to do session fail-over/replication but are considering moving away from this product as it doesn't seem to support Java 7 and Tomcat 7. What products exist out there that would help with session fail-over/replication? I only know of 3: -

Re: Session replication/fail-over for medium sized tomcat farm

2015-07-03 Thread Charles Richard
On Fri, Jul 3, 2015 at 9:58 AM, Daniel Mikusa dmik...@pivotal.io wrote: On Fri, Jul 3, 2015 at 8:36 AM, Charles Richard charle...@thelearningbar.com wrote: Hi, We are currently using a product called Terracotta to do session fail-over/replication but are considering moving away from

RE: Spring Scheduled Task is triggered multiple times

2015-07-03 Thread Caldarale, Charles R
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject: Re: Spring Scheduled Task is triggered multiple times On 3 Jul 2015 08:42, Zoran Avtarovski zo...@sparecreative.com wrote: I went through the logs in much greater detail today and I noticed when the server starts I get

Re: Session replication/fail-over for medium sized tomcat farm

2015-07-03 Thread Daniel Mikusa
On Fri, Jul 3, 2015 at 8:36 AM, Charles Richard charle...@thelearningbar.com wrote: Hi, We are currently using a product called Terracotta to do session fail-over/replication but are considering moving away from this product as it doesn't seem to support Java 7 and Tomcat 7. What products

Tomcat not properly fully-qualifying redirect URLs

2015-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Running Tomcat 8.0.x trunk as of 167 (slightly old) on jdk1.8.0_45 on Mac OS X, I'm having intermittent problems with Tomcat appearing not to change a relative URL into a fully-qualified URL for redirection purposes. Since it's

Re: Spring Scheduled Task is triggered multiple times

2015-07-03 Thread Zoran Avtarovski
Neven, You¹re a genius. The web.xml was fine but you got me thinking about spring configuration. We had one of our young guys run into an issue with spring. He implemented some work around and nobody bothered checking because it was minor bit of code on the periphery of the app. Anyway I

Re: Spring Scheduled Task is triggered multiple times

2015-07-03 Thread Neven Cvetkovic
Hey Zoran, On 3 Jul 2015 08:42, Zoran Avtarovski zo...@sparecreative.com wrote: I went through the logs in much greater detail today and I noticed when the server starts I get multiple Spring loads in the log: org.apache.catalina.core.ApplicationContext.log Initializing Spring root

Re: Spring Scheduled Task is triggered multiple times

2015-07-03 Thread Zoran Avtarovski
I went through the logs in much greater detail today and I noticed when the server starts I get multiple Spring loads in the log: org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext And the number of times the log entry appears correlates to the number

Re: application frequently down

2015-07-03 Thread Yon,
Christopher, server.xml has this 'Apr' entry: Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Server port=8005 shutdown=SHUTDOWN !-- Security listener. Documentation at /docs/config/listeners.html Listener

Re: Distinct servlets for different domains in one web application

2015-07-03 Thread Christian
Chris, thanks for your brief description of the different options. On 30.06.2015 19:38, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 6/28/15 12:01 PM, Christian wrote: is it somehow possible to create a web application with multiple servlets that

Migrating from embedded Tomcat6 to Tomcat8

2015-07-03 Thread Maxim Solodovnik
Hello, sorry for the newbie question but I was unable to find the answer using search :( I'm trying to migrate custom embedded tomcat loader from Tomcat6 (works as expected with Tomcat7 with lots of deprecations) to Tomcat8. Previously it was possible to add multiple Engines to Tomcat instance,