Hi Jean-Francois,

| I don't know what /context/ is, but I suppose it is not correct. META-INF
| should be at the root of your classpath (or root of jar file).

OK, /context/ is the docBase directory for Tomcat...

| Could be, hard to tell until we know exactly what can be found in your
| workspace (ie the docBase) and at which exact position. 

... and my directory structure looks like the followinig:

/context (docBase)
        /WEB-INF (contains the Tapestry page/jwc/html/properties files, web.xml 
and hivemodule.xml)
                /classes (contains the compiled classes)
                /lib (contains the libraries I need)
        /META-INF (contains ehcache.xml and log4j.properties)
        /images (the images)
        /css (css files)

Actually, ehcache.xml and log4j.properties don't seem to be found/read in 
META-INF
and hivemodule.xml resides in WEB-INF because it's also not found in META-INF :(

| Just take a look at WEB-INF/web.xml and search for presence of
| HiveMindFilter.
| I think you use Tapestry right? I am not a Tapestry user so I don't know if
| Tapestry uses HiveMindFilter or some other way to build the HiveMind
| registry.

Yes, I use Tapestry and I wasn't able to find a reference to HiveMindFilter
in web.xml.

Sincerly,
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to