[opencms-dev] - Scheduled tasks
M Butcher
mbutcher at grcomputing.net
Mon Jun 28 18:19:01 CEST 2004
Martha,
Yes, create a new module and place the class in that module's classes
directory.
For instance, if your module is named 'com.example.mymodule', then the
class would go in:
/system/modules/com.examlpe.mymodule/classes/com/example/mymodule/
To add the class, upload it through the file creation screen (the magic
wand icon in the main explorer
navigation).
Once the class is in there, you will need to unlock it and publish it,
then you will need to restart the servlet
engine (e.g. Tomcat) so that Java picks up the new classes.
Thenm you should be able to add an entry to the Scheduled tasks list in
the Administration view.
Matt
Martha Liakopoulou wrote:
> Hi all,
>
> I read an article about how to run scheduled tasks
> (http://mail.opencms.org/pipermail/opencms-dev/2002q4/002757.html),
> which seems very helpful, but since I am new in java, my question is this:
>
> Where do I have to place the new class? Do I have to create a new module
> with this class and import it, or what???
>
> Thank you
> Martha
>
>
>
>
More information about the opencms-dev
mailing list