Re: Question: How new js and hac files be used
Kris Leite <[email protected]> Mon, 21 Jan 2008 12:20:32 -0800
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Chris, Interesting question. I did a scan of the source code and other files and could not find anything about it. The app.properties file that I have has the following text: # syncOnStartup: If set to true, then layouts and static directories # will be sync'ed during startup. This should be set to true for a # development setup, and can be set to 'false' for a production setup # to increase startup-time. syncOnStartup = true Maybe I got an old file from some old app of Helma. I don't remember where I found this option but it appears not be useful. Either that I got mixed up with some other software system. Odd... Anyway, I have removed it out of my app.properties file but this issue still remains. I guess I need to start looking at the code that is checking for changes and see what is going on. Thank you for pointing that out. Thanks, Kris Chris Zumbrunn wrote: > On Jan 21, 2008, at 20:37 , Kris Leite wrote: > > >> Thank you for quick response. Odd that it does work for me. I tried >> again just now by copying a simple hac file that does returns a simple >> text response to another file name. The original works properly but >> when I try to access the new hac, Helma returns to me: Error in >> application dev, Object not found. If I restart the app - dev, then >> the >> hac file and respond correctly. I do have the app.properties >> synchOnStartup = true, would that have anything to do with it? >> > > I have no idea. What does synchOnStartup do? It's not even > documented :-( > > Chris > > _______________________________________________ > Helma-user mailing list > [email protected] > http://helma.org/mailman/listinfo/helma-user > >