Fórumok

Using scheduler to invoke JSP page

Johan de jong, módosítva 9 év-val korábban

Using scheduler to invoke JSP page

Junior Member Bejegyzések: 41 Csatlakozás dátuma: 2012.02.06. Legújabb bejegyzések
I have a JSP page inside a portlet that i really really would like to be called on a scheduled moment.
I already have the scheduler ready, via the Liferay Scheduler programming, but now i am stuck.

I have a class that is capable of running things on a schedule, but this class should call my jsp (it's php actualy) page so that the code on that page will be executed.

So the scheduled class is alive and running, now i need a way to involke/ call/ open/ read the JSP page.