OK, I've fixed the page.
=20
Julian
_____ =20
From: Dewerse Nicolas [mailto:ndewerse@...
Sent: Thursday, June 15, 2006 06:15
To: julian@...
Cc: mondrian-devel@...
Subject: Re : Mondrian install page
I had already removed this semicolon, it didn't work with it :)
----- Message d'origine ----
De : Julian Hyde <julian@...>
=C0 : Dewerse Nicolas <ndewerse@...>
Cc : mondrian-devel@...
Envoy=E9 le : Jeudi, 8 Juin 2006, 9h20mn 28s
Objet : RE: Mondrian install page
You have a semicolon just before 'catalogUri':
=20
<jp:mondrianQuery id=3D"query01" jdbcDriver=3D"com.mysql.jdbc.Driver"
=
jdbcUrl=3D"jdbc:mysql://localhost/foodmart?user=3Dfoodmart&password=3D=
foodmart"; catalogUri=3D"/WEB-INF/queries/FoodMart.xml">
=20
Try removing it. Does the following work?
=20
<jp:mondrianQuery id=3D"query01" jdbcDriver=3D"com.mysql.jdbc.Driver"
=
jdbcUrl=3D"jdbc:mysql://localhost/foodmart?user=3Dfoodmart&password=3D=
foodmart" catalogUri=3D"/WEB-INF/queries/FoodMart.xml">
=20
Julian
_____ =20
From: Dewerse Nicolas [mailto:ndewerse@...
Sent: Thursday, June 08, 2006 09:51
To: julian@...
Cc: mondrian-devel@...
Subject: Re : Mondrian install page
Julian,
I just retry with '&' and it didn't work,
and it works with '&'
Nicolas
----- Message d'origine ----
De : Julian Hyde <julian@...>
=C0 : Dewerse Nicolas <ndewerse@...>
Cc : mondrian-devel@...
Envoy=E9 le : Samedi, 3 Juin 2006, 12h15mn 22s
Objet : RE: Mondrian install page
Nicholas,
=20
I think that the '&' is necessary. That's because Jsp is a subset of =
XML, and XML expands '&variable;' whenever it sees it. The
Jsp parser should expand '&' to '&', so the will have the desired =
value
'jdbc:mysql://localhost/foodmart?user=3Dfoodmart&;password=3Dfoodmart' =
by the time it gets to the tag library.
=20
But I might be wrong. Cc:ing mondrian-devel -- anyone else have =
experience with this?
=20
Julian
> -----Original Message-----
> From: Dewerse Nicolas [mailto:ndewerse@...]
> Sent: Wednesday, May 31, 2006 05:01
> To: jhyde@...
> Subject: Mondrian install page
>
> Hello,
> =20
> In the install page of Mondrian, there is :
> =20
> "
> * Modify the fourheir, mondrian, colors and arrows
> JSPs in <path to tomcat>\webapps\mondrian\WEB-INF\queries as follows:
> =20
> Modify the line:
> =20
> <jp:mondrianQuery id=3D"query01"
> jdbcDriver=3D"sun.jdbc.odbc.JdbcOdbcDriver"
> jdbcUrl=3D"jdbc:odbc:MondrianFoodMart"
> catalogUri=3D"/WEB-INF/queries/FoodMart.xml">
> =20
> to the same database parameters for the FoodMart database
> you installed as per the above instructions. ie. for MySQL,
> something like:
> =20
> <jp:mondrianQuery id=3D"query01"
> jdbcDriver=3D"com.mysql.jdbc.Driver"
> jdbcUrl=3D"jdbc:mysql://localhost/foodmart?user=3Dfoodmart&pas
> sword=3Dfoodmart"; catalogUri=3D"/WEB-INF/queries/FoodMart.xml">
> "
> =20
> I think
> =20
> =
"jdbc:mysql://localhost/foodmart?user=3Dfoodmart&password=3Dfoodmart"=
> should be replaced by
> =20
> "jdbc:mysql://localhost/foodmart?user=3Dfoodmart&password=3Dfoodmart"
>
>
>
> Thank you for your great work,
>
> Nicolas
>
> =20
>
>=20
|