Hi,
I’'m trying to setup WildFire 3.0.1 on CentOS. After successfully completing Setup, going to /login.jsp?username=admin redirects me back to Setup … what gives? hehe. inspecting wildfire.xml and it looks like none of my setup values ever get set (…from browsing around the forum and seeing ‘‘full’’ setups I infer this…)
Everything goes ok … well, here’'s exactly what i did in a line by line, piece by piece log
- my steps i wrote down as i attempted this ################
requirements:
Make sure that you are using MySQL 4.1.18 or later (server has MySQL - 4.1.20)
jre 1.5
download:
jre 5.0 R6 to server dir
wildfire tar.gz to server dir
chmod a+x jre-1_5_0_08-linux-i586.bin
./jre-1_5_0_08-linux-i586.bin -localinstall
tar -xzvf wildfire_3_0_1.tar.gz
download ./wildfire/resources/database/wildfire_mysql.sql
create wildfire db in mysql on localhost
import .sql file
-
edit the following file to include unicode support mysql [for unicode
-
conversations]
emacs ./wildfire/conf/wildfire.xml
-
replace the last line </jive> with the following.
-
<!-- My custome MYSQL section to support unicode strings. -->
-
<database><mysql>useUnicode>true</useUnicode></mysql> ;</database>
#</jive>
mv wildfire /opt
cd /opt/wildfire/bin
export JAVA_HOME=/usr/java/jre1.5.0_08/bin/
./wildfire start
- in browser goto
http://www.mycompany.com:9090/
-
in setup now #
-
english
-
domain: mycompany.com
-
admin port: 9090
-
secure admin console port thru SSL: 9091
-
jdbc:mysql://[host-name]:3306/[database-name]
-
to
-
jdbc:mysql://localhost:3306/wildfire
-
dbuser // be sure db user has access to that database.
-
// got 1 failure message when the db user didn’'t have permissions for that database…
-
// hopped into phpmyadmin and fixed it…
-
dbpass
#admin email: david@mycompany.com
- ps: bluesky3704
http://www.mycompany.com:9090/login.jsp?username=admin
redirects to setup.jsp? what did i do wrong?
add <setup>true</setup> to last line of wildfire.xml before </jive> # still no go…
- end of my steps ################
regards,
david
M29
Message was edited by: davidm29
Message was edited by: davidm29
Message was edited by: davidm29
Message was edited by: davidm29