go download pwadmin,and the jetty script, you put the jetty script in the /root folder and put jetty-7.2.0 in your pwserver directory
go into jetty-7.2.0
then go into webapps
then go into pwadmin
then go into WEB-INF
open .pwconf.conf file in wordpad and change all the ip's to your servers ip
then open .pwadminconf.jsp with wordpad and change the database information to yours "db = database"
so host = ip
port keep the same
user is your root username
password is your password
database is pw
now at the top of this file you will see
String iweb_password = "abunch of numbers mixed together";
make sure it says
string iweb_password = "63a9f0ea7bb98050796b649e85481845"
your password is root in pwadmin.
now your done
when you want to start
pwadmin type ./jetty start
then go to
http://IP:8080
then go to control server, and start it
your server is now started.