[Chameleon-dev] [Bug 692] Javascript Exceptions using
BoundingBoxPopup widget
bugzilla-daemon at maptools.org
bugzilla-daemon at maptools.org
Mon Dec 20 09:13:04 EST 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=692
------- Additional Comments From sctweedy at nrcan.gc.ca 2004-12-20 09:12 -------
This problem ended up having its roots in the chameleon.xml document. In the
document I had the web_server_path defined using the specific IP address of the
server:
<param-name>web_server_path</param-name>
<param-value>http://132.156.96.225/chameleon/</param-value>
When I was testing I was testing using the server name in the URL ie:
http://www.servername.com/applicationName
When I changed that URL to be the IP address ie:
http://132.156.96.225/applicationName
I no longer had this problem. It seems that chameleon is reading the absolute
path from the XML document and some JavaScript wasn't working if the URL path
didn't match exactly. I've since changed the <param-value> in the XML document
to the relative value of "/chameleon/" and the application is working.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Chameleon-dev
mailing list