Re: Distinct servlets for different domains in one web application

2015-07-02 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 a

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 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 o

Re: application frequently down

2015-07-02 Thread Yon,
Christopher, server.xml has this 'Apr' entry: On Thu, Jul

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread Zoran Avtarovski
Hi Andre, On 2/07/2015 11:59 pm, "André Warnier" wrote: >Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Zoran, >> >> On 7/2/15 1:22 AM, Zoran Avtarovski wrote: >>> We have a struts2 based app that uses spiring scheduling to trigger >>> a task every morni

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread Zoran Avtarovski
Hi Christopher, On 2/07/2015 11:52 pm, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Zoran, > >On 7/2/15 1:22 AM, Zoran Avtarovski wrote: >> We have a struts2 based app that uses spiring scheduling to trigger >> a task every morning at 6am. >> >> The problem

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zoran, On 7/2/15 1:22 AM, Zoran Avtarovski wrote: We have a struts2 based app that uses spiring scheduling to trigger a task every morning at 6am. The problem we have is that task in triggered multiple times, simultan

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zoran, On 7/2/15 1:22 AM, Zoran Avtarovski wrote: > We have a struts2 based app that uses spiring scheduling to trigger > a task every morning at 6am. > > The problem we have is that task in triggered multiple times, > simultaneously. What eviden

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread André Warnier
Ok, just two more things : 1) don't top-post 2) provide the precise java and tomcat versions and while you're at it, copy the first line of the Apache httpd error log (when it starts), as it gives the versions for the other things. The information is not for me, as I have no idea about the gist

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread Zoran Avtarovski
Sorry Andre, I should have said that my tomcat config is pretty much standard, but here goes any way: Server.xml HTTP connect via ModJK Workers.properties file # Define 1 real worker using ajp1

Re: Spring Scheduled Task is triggered multiple times

2015-07-02 Thread André Warnier
Zoran Avtarovski wrote: We have a struts2 based app that uses spiring scheduling to trigger a task every morning at 6am. The problem we have is that task in triggered multiple times, simultaneously. We have an Ubuntu 14.04.1 Server using the standard tomcat 7 installed using apt-get and running