Hey Fabrizio,

Default config, fresh svn checkout, and the folders are not there... and I am getting tons of exceptions, and cannot access the logs files either. (Tomcat 5.5.17 but it was the same with jetty I think)
Please do clean this up if you have the time. :D

The SVN server is indeed down, I can't commit anything either.

Sorry for troubles,
Have a nice week end.

Niko,


On Jun 2, 2006, at 5:13 PM, Fabrizio Giustina wrote:

Hi Nicolas,

On 6/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: nicolas
magnolia/trunk/magnolia-core/src/main/java/info/magnolia/cms/ servlets/PropertyInitializer.java
Log:
creating missing tmp and logs folder when needed (missing separators)

+        File logs = new File(webapp+File.separator+"logs");
+        File tmp = new File(webapp+File.separator+"tmp");


logs and tmp folders are already created when needed, and they can be
configured in magnolia.properties. They can be outside the webapp and
they can have a different name, so you should never create those two
folders using a fixed name here.
Did you had any problem with the code as it was before? I would like
to remove this as soon as svn will be up again (it's only me or the
svn server is down?)

fabrizio

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to