*/
protected void createInstanceLayout() throws IOException
{
// Getting the instance layout and creating directories
InstanceLayout instanceLayout = getInstanceLayout();
instanceLayout.mkdirs();
// Copying the log4j.properties file
MojoHelperUtils.copyAsciiFile( mojo, filterProperties,
getClass().getResourceAsStream( "/org/apache/directory/server/installers/archive/log4j.properties" ),
new File( instanceLayout.getConfDirectory(), "log4j.properties" ), true );