Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Leaf #1
Can not enable Verity collections
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.
Leaf Guest
-
Verity Collections
COLDFUSIONMX HELP PAGE SAYS: The Verity Development Kit (VDK) provides indexing and searching technology to create, populate, and manage... -
Verity and Collections on different servers
I have CFMX7 on server 1 and Collection folders on server 2. I am confused on what to enter in the following <cfindex tag> attributes: Key and... -
Verity collections disappearing
Hello, I am encountering a problem with my Verity collections disappearing. Here is how it is setup: I have two servers, each with CF7.1/Verity... -
Verity Collections Index.cfm
I am building an index.cfm page and not sure what path (urlpath entry within the cfindex tag)) to use to return the URL. My collections folder is... -
locked out of Verity Collections
I seemed to have locked my self out of the Verity Collections section. I am not sure what I did but now when I click on Verity Collections I get an...



Reply With Quote

