Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 84066 invoked from network); 2 Dec 2004 21:51:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 21:51:50 -0000 Received: (qmail 14061 invoked by uid 500); 2 Dec 2004 21:51:41 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 14026 invoked by uid 500); 2 Dec 2004 21:51:41 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 14012 invoked by uid 99); 2 Dec 2004 21:51:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from cc0eb005.schwab.com (HELO cc0eb005.schwab.com) (162.93.253.117) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 13:51:39 -0800 Received: from s0743cdc.schwab.com (s0743cdc.schwab.com [162.93.239.70]) by cc0eb005.schwab.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id iB2LpcS3027623 for ; Thu, 2 Dec 2004 16:51:38 -0500 Received: (from root@localhost) by sendmail.cf s0743cdc id iB2LpaCr013796 for users@cocoon.apache.org; Thu, 2 Dec 2004 16:51:36 -0500 Received: ( Schwab Email ) by copymail.cf s0743cdc with SMTP id iB2LpZYP013744; for ; Thu, 2 Dec 2004 16:51:35 -0500 Received: From n2121pmx.nt.schwab.com ([10.100.85.232]) by n1110smx.nt.schwab.com (WebShield SMTP v4.5 MR1a P0803.345); id 110202429376; Thu, 2 Dec 2004 13:51:33 -0800 Received: by n2121pmx.nt.schwab.com with Internet Mail Service (5.5.2657.72) id ; Thu, 2 Dec 2004 14:51:32 -0700 Message-ID: From: "Gawde, Kiran" To: "'users@cocoon.apache.org'" Subject: FW: FileNotFoundException for mount-table.xml Date: Thu, 2 Dec 2004 14:51:07 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C4D8B9.0786428E" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C4D8B9.0786428E Content-Type: text/plain I sent it earlier without subscribing to the mailing list not sure if it was posted, hence resending... Sorry if it is a duplicate. -Kiran -----Original Message----- From: Gawde, Kiran Sent: Thursday, December 02, 2004 1:30 PM To: 'users@cocoon.apache.org' Subject: FileNotFoundException for mount-table.xml Hi All, I am new to Cocoon! I am trying to deploy bare minimum of cocoon on my WebLogic server: Here is what I did: 1. I created local.build.properties and uncommented couple of 'exclude.*' (See attached file) 2. I created local.blocks.properties and uncommented all 'include.*=false' (See attached file) 3. Updated build.webapp=${build.root}/${name} in local.build.properties 4. Ran build as: build war 5. Deployed cocoon.war on WebLogic8.1SP3 Now when I try to access 'http://localhost:8001/cocoon/', I get FileNotFoundException for mount-table.xml. But instead when I deployed coocon directory directly, I don't get this error. What's the mystry? Thanks, Kiran ------_=_NextPart_000_01C4D8B9.0786428E Content-Type: application/octet-stream; name="local.build.properties" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="local.build.properties" # Copyright 1999-2004 The Apache Software Foundation=0A= #=0A= # Licensed under the Apache License, Version 2.0 (the "License");=0A= # you may not use this file except in compliance with the License.=0A= # You may obtain a copy of the License at=0A= #=0A= # http://www.apache.org/licenses/LICENSE-2.0=0A= #=0A= # Unless required by applicable law or agreed to in writing, = software=0A= # distributed under the License is distributed on an "AS IS" BASIS,=0A= # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or = implied.=0A= # See the License for the specific language governing permissions = and=0A= # limitations under the License.=0A= #=0A= #----------------------------------------------=0A= # Cocoon Build Properties=0A= #----------------------------------------------=0A= =0A= # NOTE: don't modify this file directly but copy the properties you = need=0A= # to modify over to a file named 'local.build.properties' and modify = that. =0A= # The build system will override these properties with the ones in the = =0A= # 'local.build.properties' file.=0A= =0A= # ---- Webapp = ------------------------------------------------------------------=0A= =0A= exclude.webapp.documentation=3Dtrue=0A= exclude.webapp.javadocs=3Dtrue=0A= #exclude.webapp.samples=3Dtrue=0A= exclude.webapp.test-suite=3Dtrue=0A= =0A= # ---- Build Exclusions = --------------------------------------------------------=0A= =0A= #exclude.deprecated=3Dtrue=0A= exclude.documentation=3Dtrue=0A= exclude.javadocs=3Dtrue=0A= # Include Java source code into the binary jar files=0A= #include.sources-in-jars=3Dtrue=0A= # Include Java source code into separate, source only jar files=0A= #include.sources-jars=3Dtrue=0A= =0A= # ---- Configuration = -----------------------------------------------------------=0A= =0A= #include.driver.oracle=3Dtrue=0A= #include.driver.postgre=3Dtrue=0A= #include.driver.odbc=3Dtrue=0A= #config.allow-reloads=3Dtrue=0A= #config.enable-uploads=3Dtrue=0A= #config.enable-instrumentation=3Dtrue=0A= =0A= # ---- Validation = --------------------------------------------------------------=0A= =0A= #exclude.validate.config=3Dtrue=0A= #exclude.validate.xdocs=3Dtrue=0A= #exclude.validate.jars=3Dtrue=0A= =0A= # ---- Forrest = -----------------------------------------------------------------=0A= =0A= # set $FORREST_HOME and $PATH as instructed by Forrest=0A= =0A= # ---- Anteater = ----------------------------------------------------------------=0A= =0A= anteater.home =3D /default-from-build.properties/anteater-0.9.16=0A= anteater.target.host =3D localhost=0A= anteater.target.port =3D 8888=0A= anteater.target.base.path =3D /=0A= anteater.option.haltonerror =3D true=0A= =0A= # disable some long-running tests by default=0A= # anteater.test.bug26186InternalRequestMemoryLeak.enabled =3D true=0A= =0A= # ---- JUnit = -------------------------------------------------------------------=0A= =0A= junit.test.debugport=3D8000=0A= #junit.testcase=3Dorg.apache.cocoon.util.test.NetUtilsTestCase=0A= junit.test.loglevel=3D0=0A= =0A= # ---- Build = -------------------------------------------------------------------=0A= =0A= build.root=3Dbuild=0A= build=3D${build.root}/${name}-${version}=0A= build.dest=3D${build}/classes=0A= build.mocks=3D${build}/mocks=0A= build.test=3D${build}/test=0A= build.test.output=3D${build.test}/output=0A= build.test.report=3D${build.test}/report=0A= build.docs=3D${build}/docs=0A= build.docs.printer=3D${build}/printer-docs=0A= build.site=3D${build}/site=0A= build.xdocs=3D${build}/xdocs=0A= build.javadocs=3D${build}/javadocs=0A= build.context=3D${build}/documentation=0A= build.context.printer=3D${build}/printer-documentation=0A= build.blocks=3D${build}/blocks=0A= build.deprecated=3D${build}/deprecated=0A= build.samples=3D${build}/samples=0A= build.temp=3D${build}/temp=0A= build.mounttable=3D../../mount-table.xml=0A= =0A= build.docs.loglevel=3DERROR=0A= build.docs.printer.loglevel=3DERROR=0A= =0A= # ------ Webapp Build Properties = -----------------------------------------------=0A= =0A= build.webapp=3D${build.root}/${name}=0A= build.webapp.webinf=3D${build.webapp}/WEB-INF=0A= build.webapp.classes=3D${build.webapp.webinf}/classes=0A= build.webapp.lib=3D${build.webapp.webinf}/lib=0A= build.webapp.samples=3D${build.webapp}/samples=0A= build.webapp.test-suite=3D${build.webapp}/test-suite=0A= build.webapp.docs=3D${build.webapp}/docs=0A= build.webapp.javadocs=3D${build.webapp}/api/java=0A= build.webapp.loglevel=3DINFO=0A= build.war=3D${build}/${name}.war=0A= =0A= # ------ Standalone-demo Build Properties = --------------------------------------=0A= build.standalone.demo=3D${build.root}/standalone-demo=0A= =0A= # ---- Compilation -----------------------------------------------------= --------=0A= =0A= compiler=3Dmodern=0A= compiler.debug=3Don=0A= compiler.optimize=3Don=0A= compiler.deprecation=3Doff=0A= compiler.nowarn=3Don=0A= source.vm=3D1.3=0A= =0A= =0A= # ------ System Properties = -----------------------------------------------------=0A= =0A= # WARNING: you shouldn't need to modify anything below here since there = is a=0A= # very high change of breaking the build system. Do it only if you know = what=0A= # you're doing.=0A= =0A= packages=3Dorg.apache=0A= =0A= # Project descriptor=0A= gump.descriptor=3Dgump.xml=0A= =0A= # Directory Layout=0A= src=3Dsrc=0A= java=3D${src}/java=0A= mocks=3D${src}/mocks=0A= test=3D${src}/test=0A= resources=3D${src}/resources=0A= resources.styles=3D${resources}/styles=0A= resources.logos=3D${resources}/logos=0A= resources.javadoc=3D${resources}/javadoc=0A= documentation=3D${src}/documentation=0A= docs=3D${documentation}/xdocs=0A= images=3D${documentation}/images=0A= blocks=3D${src}${file.separator}blocks=0A= samples=3D${src}/samples=0A= webapp=3D${src}/webapp=0A= webapp.samples=3D${webapp}/samples=0A= webapp.test-suite=3D${webapp}/test-suite=0A= customconf=3D${src}/confpatch=0A= =0A= # Deprecated Stuff=0A= deprecated=3D${src}/deprecated=0A= deprecated.src=3D${deprecated}/java=0A= deprecated.conf=3D${deprecated}/conf=0A= =0A= # Tools=0A= tools=3Dtools=0A= tools.lib=3D${tools}/lib=0A= tools.src=3D${tools}/src=0A= tools.tasks.src=3D${tools.src}/anttasks=0A= tools.tasks.dest=3D${tools}/anttasks=0A= tools.loader.src=3D${tools.src}/loader=0A= tools.loader.dest=3D${tools}/loader=0A= tools.jetty=3D${tools}/jetty=0A= =0A= # IDE=0A= ide.eclipse.outputdir=3D${build.root}/eclipse/classes=0A= ide.eclipse.export.libs=3Dfalse=0A= =0A= # Libraries=0A= lib=3Dlib=0A= lib.core=3D${lib}/core=0A= lib.endorsed=3D${lib}/endorsed=0A= lib.optional=3D${lib}/optional=0A= lib.local=3D${lib}/local=0A= =0A= # Distribution Directories=0A= dist.root=3Ddist=0A= dist=3D${dist.root}/${name}-${version}=0A= dist.name=3D${name}-${version}=0A= dist.target=3D${dist.root}=0A= =0A= # Site Directory=0A= site=3D../cocoon-site/site/2.1=0A= =0A= # Legal=0A= legal=3Dlegal=0A= ------_=_NextPart_000_01C4D8B9.0786428E Content-Type: application/octet-stream; name="local.blocks.properties" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="local.blocks.properties" =0A= # Copyright 1999-2004 The Apache Software Foundation=0A= #=0A= # Licensed under the Apache License, Version 2.0 (the "License");=0A= # you may not use this file except in compliance with the License.=0A= # You may obtain a copy of the License at=0A= #=0A= # http://www.apache.org/licenses/LICENSE-2.0=0A= #=0A= # Unless required by applicable law or agreed to in writing, = software=0A= # distributed under the License is distributed on an "AS IS" BASIS,=0A= # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or = implied.=0A= # See the License for the specific language governing permissions = and=0A= # limitations under the License.=0A= #=0A= =0A= #-----------------------------------------------------------------------= -------#=0A= # Cocoon Blocks = #=0A= #-----------------------------------------------------------------------= -------#=0A= =0A= # Remove blocks from your cocoon distribution by setting the = corresponding=0A= # include property to true or false. The blocks are included by = default, i.e. if=0A= # no property was set.=0A= =0A= # NOTE: Don't modify this file directly but make a copy named=0A= # 'local.blocks.properties' and modify that. The build system will = first load=0A= # 'local.blocks.properties' and properties are immutable in Ant.=0A= =0A= # NOTE: "[dependency]" indicates blocks that are required by other = blocks.=0A= # Disabling batik, for example, will result in a RuntimeException when = using=0A= # fop. Dependencies only needed for the block's samples are marked = explicitely.=0A= # This latter information was introduced only short time ago, so do not = expect=0A= # it to be complete.=0A= =0A= # NOTE: (to Cocoon committers): blocks.properties is generated from = gump.xml=0A= # using "build generate-blocks.properties". Any changes to blocks = definitions=0A= # must be made in gump.xml, not here.=0A= =0A= =0A= # Stable blocks = ----------------------------------------------------------------=0A= =0A= # Stable blocks are those that can be considered ready for production = and=0A= # will contain components and API that will remain stable and where=0A= # developers are committed to back compatibility. In short, stuff that = you=0A= # can depend on.=0A= =0A= #-----[dependency]: "authentication-fw" depends on "session-fw".=0A= #-----[dependency]: "authentication-fw" is needed by "portal", = "portal-fw".=0A= include.block.authentication-fw=3Dfalse=0A= #-----[dependency]: "batik" is needed by "fop", "scratchpad", = "tour".=0A= include.block.batik=3Dfalse=0A= include.block.bsf=3Dfalse=0A= #-----[dependency]: "chaperon" depends on "xsp" (for samples).=0A= include.block.chaperon=3Dfalse=0A= #-----[dependency]: "databases" depends on "xsp".=0A= #-----[dependency]: "databases" is needed by "hsqldb", "jms", "ojb", = "petstore", "repository", "xmldb".=0A= include.block.databases=3Dfalse=0A= #-----[dependency]: "fop" depends on "batik".=0A= #-----[dependency]: "fop" is needed by "tour".=0A= include.block.fop=3Dfalse=0A= #-----[dependency]: "hsqldb" depends on "databases".=0A= #-----[dependency]: "hsqldb" is needed by "jms", "ojb", "petstore".=0A= include.block.hsqldb=3Dfalse=0A= #-----[dependency]: "html" is needed by "portal".=0A= include.block.html=3Dfalse=0A= include.block.itext=3Dfalse=0A= include.block.jfor=3Dfalse=0A= include.block.jsp=3Dfalse=0A= #-----[dependency]: "linkrewriter" depends on "xsp".=0A= include.block.linkrewriter=3Dfalse=0A= #-----[dependency]: "lucene" depends on "forms" (for samples), "xsp" = (for samples).=0A= include.block.lucene=3Dfalse=0A= include.block.naming=3Dfalse=0A= include.block.paranoid=3Dfalse=0A= include.block.poi=3Dfalse=0A= #-----[dependency]: "portal" depends on "authentication-fw", "html", = "session-fw".=0A= #-----[dependency]: "portal" is needed by "faces".=0A= include.block.portal=3Dfalse=0A= include.block.profiler=3Dfalse=0A= #-----[dependency]: "python" depends on "xsp".=0A= include.block.python=3Dfalse=0A= #-----[dependency]: "session-fw" depends on "xsp".=0A= #-----[dependency]: "session-fw" is needed by "authentication-fw", = "portal", "portal-fw".=0A= include.block.session-fw=3Dfalse=0A= #-----[dependency]: "velocity" is needed by "petstore".=0A= include.block.velocity=3Dfalse=0A= include.block.web3=3Dfalse=0A= #-----[dependency]: "xmldb" depends on "databases".=0A= include.block.xmldb=3Dfalse=0A= #-----[dependency]: "xsp" is needed by "chaperon", "databases", = "eventcache", "forms", "linkrewriter", "lucene", "python", = "scratchpad", "session-fw", "woody".=0A= include.block.xsp=3Dfalse=0A= =0A= # Unstable blocks = --------------------------------------------------------------=0A= =0A= # Unstable blocks are currently under development and do not guarantee = that the=0A= # contracts they expose (API, xml schema, properties, behavior) will = remain=0A= # constant in time. Developers are not committed to back-compatibility = just yet.=0A= # This doesn't necessarily mean the blocks implementation is unstable = or=0A= # the code can't be trusted for production, but use with care and = watch=0A= # its development as things might change over time before they are = marked=0A= # stable.=0A= =0A= #-----[dependency]: "apples" depends on "forms" (for samples).=0A= include.block.apples=3Dfalse=0A= #-----[dependency]: "asciiart" is needed by "mail".=0A= include.block.asciiart=3Dfalse=0A= #-----[dependency]: "axis" is needed by "scratchpad".=0A= include.block.axis=3Dfalse=0A= #-----[dependency]: "cron" is needed by "scratchpad".=0A= include.block.cron=3Dfalse=0A= include.block.deli=3Dfalse=0A= #-----[dependency]: "eventcache" depends on "jms", "xsp" (for = samples).=0A= #-----[dependency]: "eventcache" is needed by "repository", = "scratchpad".=0A= include.block.eventcache=3Dfalse=0A= #-----[dependency]: "faces" depends on "portal", "taglib".=0A= include.block.faces=3Dfalse=0A= #-----[dependency]: "forms" depends on "xsp" (for samples).=0A= #-----[dependency]: "forms" is needed by "apples", "javaflow", = "lucene", "ojb", "petstore", "tour".=0A= include.block.forms=3Dfalse=0A= #-----[dependency]: "javaflow" depends on "forms", "ojb".=0A= include.block.javaflow=3Dfalse=0A= #-----[dependency]: "jms" depends on "databases" (for samples), = "hsqldb".=0A= #-----[dependency]: "jms" is needed by "eventcache", "slide".=0A= include.block.jms=3Dfalse=0A= include.block.linotype=3Dfalse=0A= #-----[dependency]: "mail" depends on "asciiart".=0A= include.block.mail=3Dfalse=0A= include.block.midi=3Dfalse=0A= #-----[dependency]: "ojb" depends on "databases" (for samples), "forms" = (for samples), "hsqldb" (for samples).=0A= #-----[dependency]: "ojb" is needed by "javaflow".=0A= include.block.ojb=3Dfalse=0A= #-----[dependency]: "petstore" depends on "databases", "forms", = "hsqldb", "velocity".=0A= include.block.petstore=3Dfalse=0A= include.block.proxy=3Dfalse=0A= include.block.qdox=3Dfalse=0A= #-----[dependency]: "repository" depends on "databases", = "eventcache".=0A= #-----[dependency]: "repository" is needed by "scratchpad", "slide", = "webdav".=0A= include.block.repository=3Dfalse=0A= #-----[dependency]: "scratchpad" depends on "axis", "batik" (for = samples), "cron", "eventcache", "repository", "xsp".=0A= include.block.scratchpad=3Dfalse=0A= include.block.serializers=3Dfalse=0A= #-----[dependency]: "slide" depends on "jms", "repository".=0A= include.block.slide=3Dfalse=0A= include.block.slop=3Dfalse=0A= include.block.stx=3Dfalse=0A= #-----[dependency]: "taglib" is needed by "faces".=0A= include.block.taglib=3Dfalse=0A= #-----[dependency]: "tour" depends on "batik", "fop", "forms".=0A= include.block.tour=3Dfalse=0A= #-----[dependency]: "webdav" depends on "repository".=0A= include.block.webdav=3Dfalse=0A= =0A= # Deprecated blocks = ------------------------------------------------------------=0A= =0A= # Although some of these blocks may have been stable, they are now = deprecated=0A= # in favour of other blocks and therefore are excluded by default from = the build.=0A= # For including one of them you have to set the exclude property into = comment in=0A= # blocks.properties.=0A= =0A= include.block.php=3Dfalse=0A= #-----[dependency]: "portal-fw" depends on "authentication-fw", = "session-fw".=0A= include.block.portal-fw=3Dfalse=0A= include.block.swf=3Dfalse=0A= #-----[dependency]: "woody" depends on "xsp" (for samples).=0A= include.block.woody=3Dfalse=0A= ------_=_NextPart_000_01C4D8B9.0786428E Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org ------_=_NextPart_000_01C4D8B9.0786428E--