KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: krbmedia on January 21, 2011, 09:30:20 pm

Title: KonaKart on Shared Hosting - Y Questions
Post by: krbmedia on January 21, 2011, 09:30:20 pm
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: ming on January 22, 2011, 05:59:20 am
You don't need root access to install KonaKart.

You can choose the ports that you run KonaKart on but if you're running through Apache you probably have port 80 open and send KonaKart traffic to your chosen internal port which doesn't need to be opened for the outside world.

For the SSL, there are many references on the web for setting up SSL on tomcat and Apache which should help you solve that problem, whatever it is.
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: trevor on January 22, 2011, 10:00:31 am
If you aren't familiar with setting up the infrastructure for Java applications, eApps http://www.eapps.com/applications/konakart-hosting.php provides a one-click installation of KonaKart.
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: krbmedia on January 25, 2011, 02:37:22 pm
I already have the site hosted so i can't move it now. Is there a place I can find a Kona expert who i can pay to fix this ssl problem?
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: krbmedia on January 26, 2011, 01:08:50 am
Willing to pay for SSL help.

Also is it really safer and less prone to hacking if you route the apache to tomcat instead of just tomcat?
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: ming on January 26, 2011, 08:22:51 am
QuoteAlso is it really safer and less prone to hacking if you route the apache to tomcat instead of just tomcat?


Whether you front your tomcat with Apache depends on your particular requirements & circumstances.   For a low traffic site with only the tomcat traffic to serve you might find it easier to run your shop on tomcat alone.    However, there are a great many advantages in fronting your tomcat with Apache... especially in more complex configurations.  (One advantage is to move your tomcat safely behind your firewall and out of the DMZ).  An interesting article on this is:
http://people.apache.org/~mturk/docs/article/ftwai.html

You should be able to find a contractor with web application skills to configure your SSL..   There are numerous explanations on the web to help... eg:
http://www.mulesoft.com/tomcat-ssl


Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: ajn1130 on January 26, 2011, 04:18:51 pm
I hope this makes sense

We are using Konakart with Apache tomcat on a dedicated server. The SSl is installed in Apache, and we have also tried installing it to Tomcat. The issue is that when we enable the SSL via the admin console, specifying the port number that it is on, we get a certificate not trusted error, however if we manually type in the https in the url of the browser, the cert works fine. We tried a manual reroute of the checkout page to https but when they click out of it and then back in, it goes back to http and does not route them back to https.

How should the SSl cert be installed so that when pages are routed from Apache to Tomcat, the SSL is found in the path? It seems it is finding a self signed cert when we inable it through the admin console. We cannot process payments as the bank says the checkout page has to be secure.
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: Sony George on January 30, 2011, 01:27:44 pm

the adjustments are to be done on the apache-tomcat connector, the worker.properties file and other
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: ajn1130 on January 30, 2011, 05:07:45 pm
Is that documented anywhere that you know of? I have searched everywhere and cannot find it. I would assume that this is done quite a bit in the world of Kona, but cannot find it documented anywhere.  :'(
Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: Sony George on January 30, 2011, 05:19:02 pm

This may help you,

http://people.apache.org/~mturk/docs/article/ftwai.html

http://ask.metafilter.com/53101/How-do-I-force-HTTPS-in-Tomcat-through-Apache-and-modjk

http://tomcat.apache.org/connectors-doc/reference/apache.html

regards

Title: Re: KonaKart on Shared Hosting - Y Questions
Post by: ajn1130 on January 30, 2011, 05:40:05 pm
Thank you! I  will check those out.