• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 05, 2024, 07:57:01 am

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 - gcameo

1
Hi All,
I have been playing with konakart for some time now and want to say thank you to the developers for such a good API and an even comprehensive documentation. I have come very far without having to ask any questions. Very much grateful.

I have deployed my own implementation of the Custommer facing application using Stripes framework instead of Struts. So far so good. My only issue is with regard to deployment.

The konakart application by is configured to be the root application in the Konakart installation.

so when I go to
http://www.dipwatch.com/, it redirects to www.dipwatch.com/konakart

This is the entry in my virtualhost in httpd.conf

    proxyPass / http://localhost:8780/
    ProxyPassReverse / http://localhost:8780/


My application is deployed on the context /BlingJewellery

so this http://www.dipwatch.com/BlingJewellery/ works.

How do I make http://www.dipwatch.com/ go to my BlingJewellery Context??

Best Regards