KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: om.singh on May 18, 2011, 02:33:15 pm

Title: Konakart admin application | run from eclipse
Post by: om.singh on May 18, 2011, 02:33:15 pm
I have started Konakart (community version) today and have successfully installed it on tomcat and mysql. Next I have created an eclipse project as per the instruction and am running the sample store application from the server configured within eclipse. The tomcat cat server configured in eclipse is an stand along tomcat instance.

I am not sure how to run the konakartadmin application from eclipse- as its only installed as part of the konakart default set up.

Is it that I should be running the store application from my stand along tomcat and in future as well, while the admin should always be run from the konakart default setup.

Regards
Om





Title: Re: Konakart admin application | run from eclipse
Post by: kate on May 18, 2011, 03:42:30 pm
I don't see why you can't run the Admin App from Eclipse if you really want to...  just move the konakartadmin webapp to the appropriate place in your tomcat environment.   It's not set up by the KonaKart ANT task because it's not code that you can modify/debug in Eclipse so there's not really so much point. 
Title: Re: Konakart admin application | run from eclipse
Post by: om.singh on May 18, 2011, 04:07:48 pm
Thanks Kate, This is what I looking for.