1) I have downloaded the community edition ZIP file from
http://www.konakart.com/downloads/community_edition2) I have setup the konkart demo store within my PostgreSQL 8.4:
# /Library/PostgreSQL/8.4/bin/createdb -U postgres --encoding unicode konakart
# /Library/PostgreSQL/8.4/bin/psql -U postgres -d konakart -f database/PostgreSQL/konakart_demo.sql
3) I have created the WAR files:
# cd custom
# ant make_wars
4) I have copied the WAR files konakart.war and konakartadmin.war to the webapps directory of my own Tomcat
5) I have started my own Tomcat running on Port 8080 and am accessing the admin webapp via
http://127.0.0.1:8080/konakartadmin/6) I login as
admin@konakart.com and can see the "My Store Status" page/screen, but receive the exception as mentioned within my previous email and also telling me within an iframe at the bottom that it cannot connect to localhost:8780