Salvatore,

>Hi dan, you are right: on my pc, in the response tab of firebug, i have
>{"CONFORMATO":1,"COMPLETO":"84,99","TAGLIE":[43,45,47,49,51,53,55,57,59,61]
>}on
>the intranet server i get<META NAME="ColdFusionMXEdition"
>CONTENT="ColdFusion DevNet Edition - Not for Production
>Use.">{"CONFORMATO":1,"COMPLETO":84,"TAGLIE":[41,43,45,47,49,51,53,55,57,59
>]}why
>this difference? on both machine i have the same cf 7 dev ed distribution:
>my pc is an intel, the intranet server is a amd athlon.data are returned by
>a $.getJSON() request.can you, or other, solve?regardssalvatore

Unless you've hacked your install of the DevNet Edition, then you don't have
the same versions installed.

This is confusing, but there are 2 different developer-based
license/installs for CF. There is the DevNet Edition and the Developers
Edition. While similar there are distinct differences:

The "DevNet Edition" (which appears to be installed on your intranet server)
has a license which allows multiple developers and IP addresses to access
the server. It works just like the Enterprise Edition, but the <META /> tag
is automatically added to the output stream of every request. This license
type was sold to development groups at a highly reduced cost to allow
development groups to install CF in a development/staging area without
having to occur the cost of a full blown Enterprise/Standard license.

The "Developers Edition" is a single IP license. Only 1 IP address can
access the server and it's designed to allow developers to install and run
CF on their computer for development purposes. The Developers Edition also
runs like the Enterprise Edition, but only the first IP address that hits
the server after start up is allowed access. You must restart the CFMX
service in order to allow another IP access to the page.

-Dan

Reply via email to