• Welcome to KonaKart Community Forum. Please login or sign up.
 

Mapping URL

Started by iamcp, July 24, 2008, 03:30:15 am

Previous topic - Next topic

iamcp

Hi,
I have website www.ipalat.com and used konakart to configure the website ecommerce part.

Now I want to map the URL www.ipalat.com to go to index.jsp residing in the konakart/webapps/jsp directory. How do i do this in Tomcat server
Any help will be appreciated

Thanks in advance
iamcp

ming

Hi,

You have a number of solutions at your disposal...  including: you could re-direct your domain to a URL, you could use Apache's rewriting techniques or you could use the tomcat ROOT webapp as follows.

In the current (2.2.6.0) download of KonaKart the ROOT webapp has been removed so you will need to replace that.

I attach a zip that you can use for this purpose..  unzip to your tomcat's webapps directory - so that ROOT appears alongside your konakart and konakartadmin webapps.

Restart tomcat and pointing to http://localhost:8780/  should redirect you to your KonaKart welcome page.


Notes:  The web.xml of the ROOT webapp defines that its welcome file is redirect.html.  redirect.html does a redirect to konakart. 

Please let us know how you get on!

Ming

iamcp

Thanks Ming,
I have resolved the issue. Thank you very much for your help.

Thanks