Hi Billy,
My sitemap is something like this, does it need any modification
<!-- welcome page -->
<map:match pattern="">
<map:generate src="welcome.xml"/>
<map:transform src="welcome.xslt">
<map:parameter name="contextPath" value="{request:contextPath}"/>
</map:transform>
<map:serialize type="xhtml"/>
</map:match>
TIA,
Anil________________________________ From: Billy Turchin [mailto:[EMAIL PROTECTED] Sent: Mon 8/2/2004 8:39 PM To: [EMAIL PROTECTED] Subject: RE: Warnings on Cocoon startup Anil, It sounds as though your sitemap file is not configured properly. I edited my sitemap and commented out all the things I didn't think I needed. For starters you can try having only one pipleine match like below: <map:pipeline> <map:match pattern=""> I think that will work, or do you need pattern="*.*". Take a look at your pipeline section and see if you have anything that would match index.html. -----Original Message----- From: Anil Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 10:43 AM To: [EMAIL PROTECTED] Subject: RE: Warnings on Cocoon startup Hi Billy, Which version of Weblogic are you using? I am having problem in getting to the display the welcome page on WL8.1. I to get similar error/warning but I get the following error instead of the welcome page. org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html Any suggestions would be most appreciated. TIA, Anil From: Billy Turchin [mailto:[EMAIL PROTECTED] Sent: Mon 8/2/2004 8:23 PM To: [EMAIL PROTECTED] Subject: Warnings on Cocoon startup Hi. I have integrated Cocoon (2.1.5) with my Weblogic application, but I get a variety of warnings when Cocoon starts up. Otherwise things seem to be working. The messages are below. Does anyone know how I should fix these? [WARN] OptionConverter - -Could not find value for key jcs.default.elementattrib utes [WARN] CompositeCacheConfigurator - -Could not instantiate eAttr named 'jcs.defa ult.elementattributes', using defaults. [INFO] CompositeCacheConfigurator - -setting defaultElementAttributes to [ IS_LA TERAL = false, IS_SPOOL = false, IS_REMOTE = false, IS_ETERNAL = true, MaxLifeSe conds = -1, IdleTime = -1, CreateTime = 1091458007062, LastAccessTime = 10914580 07062, getTimeToLiveSeconds() = -1001, createTime = 1091458007062 ] [WARN] OptionConverter - -Could not find value for key jcs.system.groupIdCache.e lementattributes [WARN] CompositeCacheConfigurator - -Could not instantiate eAttr named 'jcs.syst em.groupIdCache.elementattributes', using defaults. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
<<winmail.dat>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
