• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 27, 2024, 06:03:32 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 - iamcp

1
Configuration of KonaKart / Mapping URL
July 24, 2008, 03:30:15 am
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
2
Configuration of KonaKart / Listening to ports
July 24, 2008, 03:23:47 am
HI,
I have hosted konakart in tomcat with a service provider and he is complaining about the application listening to 52074 and 58727 port. I searched the whole application and couldnt find these port numbers anywhere configured to listen to any services.

Anyone can help in this issue.

Thanks in advance
iamcp
3
I changed the context root in server.xml like this to use konakart to my application name.

<Context path="/kalabh"
    docBase="C:\Konakart1\webapps\konakart">
</Context>

Then I try to checkout a product from konakar I get a 404 error like described below. Thi happens when a product is added to the cart and when I press the checkout button. Does anyoneknows how to correct the url to call the correct action while doing the checkout.

Thanks in advance
iamcp

HTTP Status 404 - /kalabh/konakart

type Status report

message /kalabh/konakart

description The requested resource (/kalabh/konakart) is not available.
4
Configuration of KonaKart / Cannot load images
November 09, 2007, 08:55:32 pm
Hello,
Thank you for a wonderful cart to use for us. I have installed Konakart in my machine and I'm trying to upload images for a new product I want to add using konakartadmin package, but konakart is throwing an exception while I tried to do that.

Application complaints about "Empty file specified for upload" but the image file is not empty.

In the image path I give subdirectry/imagename.gif under images directory.

In the select image text box I give the imagename.gif.

In image1 testbox I give some name for description.

Does anyone has any idea why this is happening?

Thanks in advance


Here is the error

09-Nov 15:48:01 INFO  (FileUpload.java:processUploadedFile:153) Upload File imgB
asePath = C:/Konakart1/webapps/konakart/images  imgPath = matrox/mg200mms
.gif
java.lang.Exception: Empty file specified for upload
        at com.konakartadmin.servlet.FileUpload.processUploadedFile(FileUpload.j
ava:198)
        at com.konakartadmin.servlet.FileUpload.doPost(FileUpload.java:86)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)