hrace ?!? ... no comment - sry for writing and help ...
Printable View
hrace ?!? ... no comment - sry for writing and help ...
try hrace´s post -> http://forum.ragezone.com/f452/fixin...ml#post5597060 - its very easy :) OR dont edit start.sh / end.sh from my post
Zetta how did u fix the mySQl database error? I have the same problem when I upgrade to pwAdmin 1.0
Also it appears that pwAdmin is not using my .pwadminconf.jsp file as I am using the old config file from hrace009's vbox server and it still accepts root as the pass and the rates still show 50 when the config file has a different password and rates at 15.
Any ideas why this is? :?:
I am using hrace009's vbox server files.
thx
read all txt -> http://forum.ragezone.com/f452/fixin...9/#post5595754
k - pwadminconf.jsp contain String iweb_password - this passWD is for login to pwAdmin AND for login to DataBase ...
pwAdmin 1.0 passWD is root [ pwadmin under 1.0 has passwd: hrace009 ]
MySQL passWD is hrace009
you musst change pwadmin passwd or MySQL passwd [ md5 decrypt -> http://www.php-space.info/php/space/md5-generatoren.php ]
63a9f0ea7bb98050796b649e85481845 = md5 -> root
4417086f7ca83a0f21ed7f7ccd29361e = md5 -> hrace009
btw. database name is " dbo "
example:
this is access for booth login - pwadmin / mysql by passwd hrace009 [ default passwd for mysql is " hrace009 " ]Quote:
...
//String iweb_password = "63a9f0ea7bb98050796b649e85481845";//root
String iweb_password = "4417086f7ca83a0f21ed7f7ccd29361e";//hrace009
String db_host = "localhost";
String db_port = "3306";
String db_user = "root";
String db_password = "hrace009";
String db_database = "dbo";
...
this is access for booth login - pwadmin / mysql by passwd root [ default passwd for mysql is " hrace009 " - change to passwd " root " ]Quote:
...
String iweb_password = "63a9f0ea7bb98050796b649e85481845";//root
//String iweb_password = "4417086f7ca83a0f21ed7f7ccd29361e";//hrace009
String db_host = "localhost";
String db_port = "3306";
String db_user = "root";
String db_password = "root";
String db_database = "dbo";
...
The old .pwadminconf.jsp already had this information in it. what i did was copy this across into the new pwAdmin 1.0 folder. And I also edited the file with some of that information beforehand
the thing is it doesnt appear to be reading anything from the .pwadminconf.jsp file. the password is still the same and it cant find the database because it is still trying to find "pw" instead of "dbo". the rates are still 50 even though the .pwadminconf.jsp says 15.
- If you make changes to sourcecode in a Web Application you always have to clear the precompiled files in the Application Server Cache directory (/tomcat/work)
- The rates are part of server description constants, if you don't make the correct server description in the configuration file, sure it don't shows the correct rates...
http://pwadmin.codeplex.com/documentation
btw, nice for your 200posts ronny! You can have a little title below your name :ott1: lool
uhm... 200th anniversary and still stuck on pwi v79 tasks structure, so no new release from sTASKedit...
http://eisregen.kilu.org/smileys/pig...74DD928AF5.gif
btw. anyone else has problem that images can't be added to posts and will be replaced bei [i]-tag :thumbdown:
-------------------
------------------
Release using hrace009's VB release
have problem with XML view so
so i downloaded and transfered
-> jdk-1_5_0_21-linux-i586.bin &jdk1.5.0_05.tar with WInSCP transfered to root/usr/java
-> unziped jdk1.5.0_05.tar files content to usr/java
-> With winscp chged permission to 755
-> hrace009@server07:#./usr/java/jdk-1_...linux-i586.bin
space > space ............
Yes to accept
Edited .profile and .bashrc
.bashrc (last line)
.profileCode:export JAVA_HOME=/usr/java/jdk1.5.0_05
Code:export JAVA_HOME=/usr/java/jdk1.5.0_05
can access 1) http://192.168.0.10/adminer/
2)http://192.168.0.10/adminer/adminer-...ed7f7ccd29361e
3)able to use wincSCP
4) BUT unable to access http://192.168.0.10:8080/pwAdmin/
any help pls
pics
http://img259.imageshack.us/img259/9121/29136717.jpg
http://img340.imageshack.us/img340/5260/75103669.jpg
http://img258.imageshack.us/img258/6470/99444642.jpg
http://img101.imageshack.us/img101/6430/32705247.jpg
reading this post i edited my tomcat start sh and stop . still unable to connect
[pic of stat up after editing tomcat start sh
http://img694.imageshack.us/img694/6611/35406392.jpg
Spoiler:
Your tomcat seem to be correctly launched without any error. :mellow:
Oh I found it... If you can access at "http://192.168.0.10/adminer/" then try "http://192.168.0.10/pwAdmin/" :wink:
And switch back to your previous Java version also before trying pwAdmin again.....