KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: bigd42 on August 31, 2007, 11:24:11 pm

Title: New Konakart
Post by: bigd42 on August 31, 2007, 11:24:11 pm
Hello
I just install konakart, but I can not connect to it. Can someone help me with this
Title: Re: New Konakart
Post by: trevor on September 01, 2007, 05:58:27 am
Hi,

You'll have to provide a few more clues here.

You just installed KonaKart?   Was that on Windows XP? using the wizard-based installer? using the default port number (8780)? pointing at MySQL vXXXX?  Did you get the installer to create your database objects for you?   Did you notice any errors during the installation?   

Next, you said "can not connect to it".   Does this mean you cannot see the demo store application in a browser at http://localhost:8780/konakart/ ?   (Or is this a failure to connect through the java API or via SOAP?)

If not, what do you see in the browser?

Have you started tomcat?  What do you see in your tomcat log?

Regards,
Trevor
Title: Re: New Konakart
Post by: bigd42 on September 01, 2007, 07:56:46 pm
This install is on Linux, when try to connect to the konkart demo store localhost:9780/konkart it says can't connect. I started tomcat, maybe tomcat didn't start.
Title: Re: New Konakart
Post by: trevor on September 02, 2007, 05:54:42 am
Hi,

Yes, I'd certainly check that tomcat is starting up OK - check the log.

Then check that you're using the correct port - did you change the port to 9780?   Check that KonaKart really is starting up listening to port 9780.

Did you use the setup wizard to install or did you install by using the zip file?   If you use the setup wizard you can save yourself a lot of time as it will automatically configure various files to match the parameters you set during the installation.

Trevor
Title: Re: New Konakart
Post by: bigd42 on September 02, 2007, 07:52:19 am
How about the java environment how should that be set up. Just making sure it is set up right
Title: Re: New Konakart
Post by: trevor on September 02, 2007, 08:59:51 am
You may well find useful answers in the installation FAQ: http://www.konakart.com/installationfaq.php

Trevor