Sir,
I can not figure the MySQL section on the Jive Databse Setup Doc.
It said, In the Jive setup tool, use the following values;
driver: org.gjt.mm.mysql.Driver
server:jdbc:mysql://[your_host]/[databse_name]
but, where can I find Jive setup tool???
also I can only pass the first 2 setup pages... ![]()
Thanks for your help so much.
go to
admin/setup.jsp
follow the step by step instruction
Sir,
but I can't go to 3rd step Database.
it appears the following msg,
*org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\work\localhost_8080%2Fjive\_0002fadmin_0002fsetup_0002fsetup_00033_0002ejspsetup3_jsp_0.java:426: Ambiguous class: java.beans.Statement and java.sql.Statement
Statement stmt = con.createStatement();
^
1 error
*
I write a test program to test my JDBC and MySQL.
They were both working well.
can you tell me how to manually configure these 2 values?
(driver and server for the Jive setup tool)
Thanks very much! _
I think you can go to the directory 'WEB-INF\jiveHome'
open the configuratin file jive_config.xml,
and add these lines. (put them after the locale).
Use your own username and password.
<database>
<defaultProvider>
<driver>org.gjt.mm.mysql.Driver</driver>
<serverURL>jdbc:mysql://localhost/jive</serverURL>
<username>your_username</username>
<password>your_password</password>
<minConnections>3</minConnections>
<maxConnections>10</maxConnections>
<connectionTimeout>0.5</connectionTimeout>
</defaultProvider>
</database>
<setup>true</setup>
*org.apache.jasper.JasperException: Unable to
compile class for
JSPC:\tomcat\work\localhost_8080%2Fjive\_0002fadmin_00
2fsetup_0002fsetup_00033_0002ejspsetup3_jsp_0.java:426
Ambiguous class: java.beans.Statement and
java.sql.Statement
Statement stmt =
Statement stmt = con.createStatement();
^
1 error
*
What appserver are you using? If you can't compile the JSP pages, you're going to have some more significant problems than trying to get the db settings correct.
-Matt
matt,
I've try different versions of tomcat(3.11, 3.2.3, 4.0..) but still can't get them work.
then sth ccme to my mind me is it jdk's proplem?
so I switch jdk1.4beta1 to jdk1.3.1...
Now, it's working! I don't know why?
the error msg indicates the jspaser, ambiguous classes' problems. I don't know if anyone have this problem.. _;
Jive combines collaboration software, community software & social networking software into the leading SBS solution.
© Copyright 2000–2009 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205