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

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.

Messages - TheLittlePolarBear

1
Configuration of KonaKart / Re: KonaKart and Oracle
June 20, 2007, 10:49:52 pm
John,

Sorry for my ignorance, I think I was blind!!
In effect, there is a zip file available for all platform on the download page, I don't know how I missed that!

I'll give a try on JBoss and I will post back here... and again sorry for previous posting.

Thanks for your QUICK answer!

E.S
2
Configuration of KonaKart / Re: KonaKart and Oracle
June 20, 2007, 08:23:24 pm
Hey John,

I think I will stick with the default configuration (Tomcat), I will leave JBoss aside... for now.
Do you guys plan to port KonaKart to JBoss... one day? ;D

Another quick question, what version of Struts is used on KonaKart?

Thanks,

S.
3
Configuration of KonaKart / Re: KonaKart and Oracle
June 06, 2007, 10:57:32 pm
Hi John,

Sorry for the delay, I was off few days ago :P

Just to confirm you guys that the KonaKart Version 2.2.0.3 is working great with this configuration:

------------------------------------------------------
Windows XP Professional
------------------------------------------------------
- KonaKart Version 2.2.0.3
- Java jdk1.5.0_06 and +

------------------------------------------------------
Linux Red Hat 4 ES/AS: Database server
------------------------------------------------------
  - Oracle 10g Database


I will give a try to make this work on JBoss 4...


Thanks for the good works guys !!

S.
4
Hey Paolo,

Thanks for the good news you brought here!
This sounds very good, I can't wait to test KonaKart once it is available for Oracle DB.
I will definitely check this website very often.

Thanks guys for the good work you have done so far... and long life to OpenSource!

Lars
5
Configuration of KonaKart / KonaKart and Oracle
May 05, 2007, 03:10:58 am
Hi Everyone,

      Is there any tutorial or links related to how to make KonaKart work with Oracle?
      I have searched this forum and Google the web, and unfortunately there is no result.
      Here what I did so far:

1) Download the KonaKart package and install it under /usr/local/konakart/

  • Tomcat is Running

  • Oracle DB is Running

  • Oracle Listener is Running

  • Firewall is Disabled



2) The connection used to connect to Oracle is as follow:

    torque.database.default                                        = MyDatabase
    torque.database.oscommerce.adapter                      = oracle
    torque.dsfactory.oscommerce.connection.driver         = com.oracle.jdbc.Driver
    torque.dsfactory.oscommerce.connection.url             = jdbc:oracle:thin:@192.168.0.10:1521/SID
    torque.dsfactory.oscommerce.connection.user           = MyUser
    torque.dsfactory.oscommerce.connection.password    = MyPassword

3) Then when I go to http://192.168.0.10:8780/konakart/ I see the main page but I got this error message "Unfortunately we have encountered a malfunction. Please contact the system administrator"

4)I noticed that there is only two files under /usr/local/konakart/database/ which are for MySQL and PosgresSQL - and nothing for Oracle.
    Question now is: do we need to pay $$ to make konakart talk to Oracle Database?

Please help - Thanks.

Lars