I can not enable Verity collections. It says
You must configure your application server to enable Verity. For instructions,
see "Installing and Using ColdFusion MX."

I am running coldfusion on top of Weblogic 8.2. I found this article
[url]http://www.macromedia.com/support/coldfusion/j2ee/cfmxj2ee_weblogic_deploy.html[/url],
and followed all the instructions.
It still doesn't work. I may have missunderstood something though.

Here is what I've tried so far:
in startWebLogic.cmd I added

SETLOCAL

SET
CF_WEB_INF=C:\bea\user_projects\domains\applicatio ns\cfusion-ear\cfusion-war\WEB
-INF
SET CF_SHARED_LIB_DIR=%CF_WEB_INF%\cfusion\lib
SET CF_SHARED_LIBS=%CF_SHARED_LIB_DIR%;%CF_SHARED_LIB_ DIR%\_nti40\bin

I also tried these paths:
SET CF_WEB_INF=c:\cfmx\cfusion-ear\cfusion-war\WEB-INF

where "cfmx" is the coldfusion installation directory.

and
SET
CF_WEB_INF=C:\bea\user_projects\domains\applicatio ns\cfusion-ear\cfusion-war\cfm
x\WEB-INF
and
SET
CF_WEB_INF=C:\bea\user_projects\domains\applicatio ns\cfusion-ear\cfusion-war\cfm
x\cfusion-ear\cfusion-war\WEB-INF

these two don't make sence to me, but I tried it because the doc. says that
the path should be
SET CF_WEB_INF=cf_root\%CF_HOME%\WEB-INF

Any idea what I did wrong?
How can I make Verity work?

Thanks.