Hello,
QuoteI am new to Konakart. Now i want to know that is it possible to use Konakart without deploying konkart in Apache.
Well, yes, you can run the classes without running in a servlet container.
QuoteI am using API example given in application and try to run it (Apache server is not running). At the time of running it gives error
First of all I don't recognise "Kkapi.java" - presumably this is your program?
When the engine is instantiated it will need to find its properties file (konakart.properties) and all the required libraries. If you look at the supplied ant build.xml file you will see what's required.
It's probably best to start with something that works. You can simply run ant in the java_api_examples directory to see the examples being built and run - without needing tomcat to be running.
See http://www.konakart.com/apiexamplesfaq.php
Regards,
Ming
done. thanks for help