Originally Posted by
rbb138
if you put the server ips in the .conf files are 127.0.0.1 on all of them pwadmin will not work normally.
you should grab a copy of iweb and
if you already have iweb and want them working side by side:
move the pwadmin folder into the iweb folder
delete iweb/pwadmin/web-inf and meta-inf
edit index.jsp and addons/index.jsp in pwadmin folder and change "addons" to "pwadmin/addons" in both places on each file.
you can then access pwadmin at your-server-ip:8080/iweb/pwAdmin
if you dont have/want iweb:
download the iweb package
backup this file somewhere, /pwAdmin/WEB-INF/lib/mysql-connector-java-5.1.11-bin.jar
take the web-inf and meta-inf folders in it and place them in the pwadmin package, overwriting the old.
place the .jar file you backed up inside of the new web-inf
restart tomcat and it should work.