• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 26, 2024, 04:23:42 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 - java10

1
Hello,

I've run into several issues during installation on a Linux based VPS. Now, everything seems to be in place but I cannot start the shop.

I tried using server installed servlets but that won't work. Now I'm trying to use the provided Tomcat but I'm unsure how to use it. If I take a look at the server.xml I can only see <localhost> defined there. Do I need to create a host for my domain or subdomain in order for it to work?
2
Hello,

I'm trying to install KonaKart Community version on my VPS. I've downloaded Linux 64 version. I noticed that it isn't a ZIP file but rather my Win 10 machine recognizes it as a "0-LINUX-INSTALL-64-file" ? Is this OK? I uploaded the file as such (about 140 mb) to a directory on the server.

Now, I tried running this long command first:

./KonaKart-8.0.0.0-Linux-Install-64 -S \ -DDatabaseType mysql \ -DDatabaseUrl jdbc:mysql://localhost:3306[other-db-stuff-here] \ -DInstallationDir ~/useraccount/shop [note: this is the subdomain i'd like to use - is this correct usage?] \ -DLoadDb 1

So this long command didn't work. I got this error/info:
-bash !Gl: event not found

------------------------------------
Then I tried just:
./KonaKart-8.0.0.0-Linux-Install-64 -S

and got this:

failed to load library "/installkitvfs/lib/itcl/libitcl3.4.so": could not load file from temp location: couldn't load file "/tmp/tcleNHHxy": /tmp/tcleNHHxy: failed to map segment from shared object: Operation not permitted


Please advise on how to proceed!
3
Hello,

Anyone here with the experience of creating something similar to Enterprise tiles, for embedding in a plain PHP or eg. Wordpress website? Is it possible through community SOAP API calls?