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
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
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
Code Select
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