KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: Bengazie on May 16, 2008, 09:24:32 pm

Title: How Do I change the base context
Post by: Bengazie on May 16, 2008, 09:24:32 pm
Hello all,

I am new to Tomcat and KonaKart. I have a question about how to change the default "konakart" path to something like "store".

I have setup the asapi redirect for IIS 6 just fine so I can load the site from:

http://www.homedomain.com/konakart/

But I would like to change it to:

http://www.homedomain.com/store/

or even have it load at:

http://www.homedomain.com


I understand the changes I need to make to the uriworkermap.properties file. (I Believe..)

But where do I change the context that Tomcat is listening for so it will server "/store/" or even "/"

Any help is much appreciated!

Thank you!
Title: Re: How Do I change the base context
Post by: heidi on May 17, 2008, 06:07:23 am
Hi,

Look at the context element in server.xml

Does this help?  http://tomcat.apache.org/tomcat-4.0-doc/config/context.html

Heidi