• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 01:44:04 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - xtian

1
Installation of KonaKart / Removing the context path
December 05, 2013, 01:29:34 pm
I need to remove the context path from the url, so that I could access the site with "http://shop.mysite.net" without a trailing "/konakart" .
What is the best approach?
I'm going to define a tomcat virtual host, and I'm going to place the "konakart" and the "konakartadmin" apps in two different virtual hosts with different appBase:


<Host name="shop.mysite.net"  appBase="konakartapp" />
<Host name="shopadmin.mysite.net"  appBase="konakartadminapp" />


This implies moving and renaming the webapps.
Is this going to break anything now or in the future?

Thank you.
2
Miscellaneous / Reporting Bugs
November 29, 2013, 11:50:08 am
Hello,

what is the right way of filing a bug report?
Should I post to the forum? Send an email?
Or do I get to report bugs only when paying for support?

I'm asking this because I have the strong feeling that konakart hasn't been thoroughly tested after removing some languages and adding a new one: I keep getting exceptions about missing files and I'd like to tell someone about it  ;D
3
Configuration of KonaKart / Best route to production
November 26, 2013, 06:32:45 pm
Hello,

what do you think is the best way to go from the downloaded community edition to a fully configured production system?
- do you upload the demo database and remove by hand all demo data, or do you start from an empty database (in which case, how do you insert the console admin user to start with?)
- do you install the full konakart distribution on the production server, and later transfer the customized files (.properties, .jsp, etc.), or is it better to install just the war files made with the provided ant task?

Thank you