After some digging around I've found out that something with my PUBLIC config 
seems to be wrong ...  
In my IDE with a new Database and a install it's the same ... no images in 
PUBLIC ;-(

plz can you look at my config? I've looking for hours ... no result ;-((

[b][u]jackrabbit:[/u][/b]

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Repository PUBLIC "-//The Apache Software Foundation//DTD Jackrabbit 
1.5//EN" "http://jackrabbit.apache.org/dtd/repository-1.5.dtd";>
<Repository>
    <FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
        <param name="driver" value="javax.naming.InitialContext"/>
        <param name="url" value="jdbc/MyPublic"/>
        <param name="schema" value="postgresql"/>
        <param name="schemaObjectPrefix" value="fsrep_"/>
    </FileSystem>
    <Security appName="Jackrabbit">
        <AccessManager 
class="org.apache.jackrabbit.core.security.SimpleAccessManager"></AccessManager>
        <LoginModule 
class="org.apache.jackrabbit.core.security.SimpleLoginModule">
            <param name="anonymousId" value="anonymous" />
        </LoginModule>
    </Security>
    <DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
        <param name="driver" value="javax.naming.InitialContext"/>
        <param name="url" value="jdbc/MyPublic"/>
        <param name="databaseType" value="postgresql"/>
        <param name="schemaObjectPrefix" value="ds_" />
    </DataStore>
    <Workspaces rootPath="${rep.home}/workspaces" defaultWorkspace="default" />
    <Workspace name="default">
        <FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
            <param name="driver" value="javax.naming.InitialContext"/>
            <param name="url" value="jdbc/MyPublic"/>
            <param name="schema" value="postgresql"/>
            <param name="schemaObjectPrefix" value="fsws_${wsp.name}_"/>
        </FileSystem>
        <PersistenceManager 
class="org.apache.jackrabbit.core.persistence.bundle.PostgreSQLPersistenceManager">
            <param name="driver" value="javax.naming.InitialContext"/>
            <param name="url" value="jdbc/BerufsakademieTestMgnlPublic"/>
            <param name="schema" value="postgresql" /><!-- warning, this is not 
the schema name, it's the db type -->
            <param name="schemaObjectPrefix" value="pm_${wsp.name}_" />
            <param name="externalBLOBs" value="false" />
        </PersistenceManager>
        <SearchIndex 
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
            <param name="path" value="${wsp.home}/index" />
            <param name="useCompoundFile" value="true" />
            <param name="minMergeDocs" value="100" />
            <param name="volatileIdleTime" value="3" />
            <param name="maxMergeDocs" value="100000" />
            <param name="mergeFactor" value="10" />
            <param name="maxFieldLength" value="10000" />
            <param name="bufferSize" value="10" />
            <param name="cacheSize" value="1000" />
            <param name="forceConsistencyCheck" value="false" />
            <param name="autoRepair" value="true" />
            <param name="analyzer" 
value="org.apache.lucene.analysis.standard.StandardAnalyzer" />
            <param name="queryClass" 
value="org.apache.jackrabbit.core.query.QueryImpl" />
            <param name="respectDocumentOrder" value="true" />
            <param name="resultFetchSize" value="2147483647" />
            <param name="extractorPoolSize" value="3" />
            <param name="extractorTimeout" value="100" />
            <param name="extractorBackLogSize" value="100" />

        </SearchIndex>
    </Workspace>
    <Versioning rootPath="${rep.home}/version">
        <FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
            <param name="driver" value="javax.naming.InitialContext"/>
            <param name="url" value="jdbc/MyPublic"/>
            <param name="schema" value="postgresql"/>
            <param name="schemaObjectPrefix" value="fsver_"/>
        </FileSystem>
        <PersistenceManager 
class="org.apache.jackrabbit.core.persistence.bundle.PostgreSQLPersistenceManager">
            <param name="driver" value="javax.naming.InitialContext"/>
            <param name="url" value="jdbc/MyPublic"/>
            <param name="schema" value="postgresql" /><!-- warning, this is not 
the schema name, it's the db type -->
            <param name="schemaObjectPrefix" value="version_" />
            <param name="externalBLOBs" value="false" />
        </PersistenceManager>
    </Versioning>
</Repository>

[b][u]Magnolia Properties in MyApp folder under config:[/u][/b]

# this is only used for the initial installation afterward the configuration in 
the config repository is used
# the value is saved in /server/admin
magnolia.bootstrap.authorInstance=false

# the directories in which the bootstrap files are searched
magnolia.bootstrap.dir=WEB-INF/bootstrap/public WEB-INF/bootstrap/common


#magnolia.repositories.home=${magnolia.home}/repositories
magnolia.repositories.home=/var/lib/magnolia/MyPublicApp
magnolia.repositories.jackrabbit.config=WEB-INF/config/repo-conf/jackrabbit-bundle-public-postgres-search.xml

[i][b]default Magnolia Properties:[/b][/i]

#--------------------------------------------
# Here we define some properties not
# configured in the config repository.
# They are used in common before the initialization
# of the repositories.
#
# WARNING: on Windows systems, either use the /
# to separate path elements, or escape the \ with
# another \, i.e C:\\magnolia\\data\\repositories
# or c:/magnolia/data/repositories
#--------------------------------------------
magnolia.home=${magnolia.app.rootdir}
magnolia.cache.startdir=${magnolia.home}/cache
magnolia.upload.tmpdir=${magnolia.home}/tmp
magnolia.exchange.history=${magnolia.home}/history
magnolia.repositories.config=WEB-INF/config/default/repositories.xml


log4j.config=WEB-INF/config/default/log4j.xml
magnolia.logs.dir=${magnolia.home}/logs

# The directories in which the bootstrap files are searched
magnolia.bootstrap.dir=WEB-INF/bootstrap/author WEB-INF/bootstrap/common

# This is only used for the initial installation afterward the configuration in 
the config repository is used
# The value is saved in /server/admin
magnolia.bootstrap.authorInstance=true

# Some modules contain optional sample content. They will check this property 
to decide if they should install
# the sample data
magnolia.bootstrap.samples=true

# Activate UTF-8 support to pages
magnolia.utf8.enabled=false

# Switch to false to enhance the performance of the javascript generation and 
similar
magnolia.develop=false

# Contact details displayed in the footer of the login form
#magnolia.service.contact=

#--------------------------------------------
# Repository connection
#--------------------------------------------
magnolia.connection.jcr.userId = admin
magnolia.connection.jcr.password = admin

# Set it to true if bootstrapping/update should be performed automatically
magnolia.update.auto=false

# Location of the file containing both the private and the public keys used to 
verify authenticity of activation requests
# This file is generated if not present
magnolia.author.key.location=${magnolia.home}/WEB-INF/config/default/magnolia-activation-keypair.properties

# Set to false if STK-Migration scripts should not be automatically triggered
magnolia.update.stkMigration=true



Thank you so much!

Mark

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c4181685-5755-447f-abac-8b8d677ae4ba


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to