Hi all,
I have a issue with Monitor. I use 2 instances of an app (XX-1 and XX-2).
They are restarted every night : XX-1 at 3h and XX-2 at 4h so as not
interfering during their initialization start.
In some circumstance, XX-1 did not restart.
Then, I restarted XX-1 manually (using Autorecover) an
On CentOS 7, it was impossible to use yum for installing the http adaptor.
I had to compile it the from the source following the "Compiling Apache 2.4
WebObjects Adaptor" section of your link.
May be you have to the do the same on your Amazon linux...
Pierre
-Message d'origine-
De :
cture (not only code inside methods), I
sincerely recommend trying DCEVM. Makes life so much easier :)
Cheers,
- hugi
On 21 Aug 2020, at 06:29, GILQUIN Pierre via Webobjects-dev
mailto:webobjects-dev@lists.apple.com>> wrote:
It works for me on Windows with standard project (not maven).
It works for me on Windows with standard project (not maven).
As long as the method already exists when Debug is launch, I can modify the
code and continue debugging with the same session
If I add a new method or a (static ?) field, WOLisp detects it and ask me for
restarting with a «Hot Code Rep
via Webobjects-dev
mailto:webobjects-dev@lists.apple.com>> wrote:
I have a extraction job that need to be ran only one time the week-end. The
process stopped when done
I am not allowed to use crontab to schedule this job.
I try on the wonder monitor without success so far. Is there a way
Thanks that should work
I will have to set the memory size with something like –Xms256m –Xmx9g so it
doesnot take to much during the waiting time
Pierre
De : René Bock [mailto:b...@salient-doremus.de]
Envoyé : lundi 13 juillet 2020 11:39
À : GILQUIN Pierre; GILQUIN Pierre via Webobjects-dev
Cc
: Monitor scheduling
https://docs.oracle.com/javase/8/docs/api/java/util/TimerTask.html
Sent from my iPhone
On 13 Jul 2020, at 08:30, GILQUIN Pierre via Webobjects-dev
wrote:
Hi,
I have a extraction job that need to be ran only one time the week-end. The
process stopped when done
I am not
Hi,
I have a extraction job that need to be ran only one time the week-end. The
process stopped when done
I am not allowed to use crontab to schedule this job.
I try on the wonder monitor without success so far. Is there a way to do that ?
To sum-up : scheduled on Saturday night without Auto rec
ERXStyleSheet to actually generate this kind of URL...
On 14 May 2020, at 10:04, GILQUIN Pierre via Webobjects-dev
mailto:webobjects-dev@lists.apple.com>> wrote:
Hi Xavier,
To fully deploy and serve static files from Tomcat, I do the following things :
in Application
Hi Xavier,
To fully deploy and serve static files from Tomcat, I do the following things :
in Application start:
setApplicationBaseURL("/MyApp/static/");
setFrameworksBaseURL("/MyApp/static/Frameworks/");
in build.xml for ssdd task:
'n Bike<http://www.chatnbike.com>
e: aa...@chatnbike.com<mailto:aa...@chatnbike.com> t: (301) 956-2319
[Image supprimée par l'expéditeur. Chat 'n Bike]
[Image supprimée par l'expéditeur. Chat 'n Bike]
On Apr 27, 2020, at 9:18 AM, GILQUIN Pierre via
nk it will much easy to make an installable pwa app.
Pierre
De : GILQUIN Pierre via Webobjects-dev [mailto:webobjects-dev@lists.apple.com]
Envoyé : lundi 27 avril 2020 09:16
À : WebObjects-Dev
Objet : PWA
Hi,
Do you think it's possible to create a pwa(progressive web app) from a
directactio
Hi,
Do you think it's possible to create a pwa(progressive web app) from a
directaction ?
I am a complete beginner on the subject and everything I can find starts with a
static web directory with an index.html and some additionnal files
(manifest.json and sw.js) to make a app installable.
Is th
Hi,
Did you check that Java directory inside the Build directory has the compiled
classes ?
Pierre
-Message d'origine-
De : Webobjects-dev
[mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la
part de Louis Demers via Webobjects-dev
Envoyé : mardi 24 mars 2020
Hi,
It is a strange bug, the application has been restarted every hour 12 times,
then at 03:00, as it should be.
No restart every hour from 03:00 until now.
Any idea where this came from?
Thanks
Pierre
-rw-r--r-- 1 appserver appserveradm 56119 Feb 10 11:46
STCS-FORM-1.20200210114725529
-rw-
Hi,
I installed a new deployement env. on a centos linux.
For installing Monitor, I used :
https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux
:
sudo curl -o /etc/yum.repos.d/wocommunity.repo
https://raw.githubusercontent
Hi,
I Dont know if your old style qualifier is correct, so you may try something
like this with the corresponding ERXKey :
myQual = Transaction.PAYMENTINTENTID.eq(paymentIntentID) ;
De : Webobjects-dev
[mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la
part de Gino
Hi Gino,
I was abled to compile a 2.4 module in centos 7.following instructions here:
https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux
$ git clone https://github.com/wocommunity/wonder.git
$ cd wonder/Utilities/Adaptors
$ s
ailto:aa...@chatnbike.com> t: (301) 956-2319
[Image supprimée par l'expéditeur. Chat 'n Bike]
[Image supprimée par l'expéditeur. Chat 'n Bike]
On Jan 3, 2020, at 3:57 AM, GILQUIN Pierre via Webobjects-dev
mailto:webobjects-dev@lists.apple.com>> wrote:
Do you have a
Do you have a example application with this approach?
I did a "similar" way but 100% Java using GWT and the WOGWT framework instead
of REST JSON.
The eomodel was used to generate the eo equivalent client class.
The GWT client application used RPC calls to obtain a client objects tree and
save t
Hi,
I am playing with Rest Wonder framework with the ERRestRouteExample example.
Accessing the person id = 2
http://127.0.0.1:53753/cgi-bin/WebObjects/RESTExample.woa/ra/Person/2.json give
me this detail :
"id":2,"type":"Person","name":"Mike",
"company":{"id":1,"type":"Company","nam
Hi André,
The only way (I know) to access a method in a component is to be in an action
in the parent :
public WOComponent generateCapcha(){
{
ERCaptcha captcha = pageWithName(ERCaptcha.class);
captcha. setResponse("");
return captcha;
}
But probably action can be used
22 matches
Mail list logo