Hello Minifire,

I haven't used the cron plugin myself, but since I'm not sure if you'll 
receive any help anytime soon I do have a suggestion.

   - The documentation says you can set the directory where the cron plugin 
   works by using the function CronSetDirectory(). Have you tried this? Try 
   using this function and choose a directory you know you have access to 
   within the web application. You mentioned you found the folder within 
   another web app folder. You likely have to call CronEnable from the same 
   app that the Cron directory is under. 
   - How is your OpenBD setup? Do you have multiple sites per OpenBd 
   instance or does each of your web apps have its own OpenBD instance. From 
   the way the documentation is written is seems like the Cron plugin assumes 
   each web app has its own OpenBD instance.
   - Finally, if your tasks create output you can view the output by 
   checking in the /WEB-INF/bluedragon/work/ directory. Maybe this will 
   help you troubleshoot more.

Hope that is helpful.

Aaron J. White

On Monday, March 10, 2014 2:00:57 AM UTC-5, MiniFireDragon wrote:
>
> Now I have a second problem, it won't let me delete anything I put in 
> the folder, nor will it let me delete the folder it created.  As well as 
> I can not stop the Crontab from running. 
>
> I have tried: 
> <cfoutput> 
>          #Cronenable( enable = false )# 
>      </cfoutput> 
> <cfset error = Croneable(false) /> 
> <cfset error = Croneable('false') /> 
>
> On 3/10/2014 1:54 AM, Ernest McCloskey wrote: 
> > Ok, I found my directory located in another website folder.  I guess 
> > my next question is how do I set it to be in the current website folder? 
> > 
> > On 3/10/2014 1:37 AM, Ernest McCloskey wrote: 
> >> I am searching hi and low on my server for these cron.d directories 
> >> to appear. 
> >> 
> >> I ran: 
> >> 
> >> <cfset CronSetDirectory("/cron.d")> 
> >>     <cfoutput> 
> >>         #Cronenable( enable = true )# 
> >>     </cfoutput> 
> >> 
> >> in a cfm file on the server, and all I can find is: 
> >> 
> >> /opt/openbd/bluedragon/work/temp/plugin_cfcron/ all the setup folders. 
> >> 
> >> When I drop files into these folders, nothing happens.  Where else do 
> >> I look? 
> >> 
> > 
> > 
>
>
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to