First, a question:
Is this "webserver" a rootserver(virtual, managed or "real") or just a website hosting solution?
If it is just a website solution, konakart will most likely not run on it.
Konakart is a java web application, it can only run in a servlet container such as tomcat (already included in the bundle).
The servletcontainer needs a java runtime, this has to be installed on your server. You can check the user manual for more systemrequirements
If you cannot run the installers on your server you need to populate the database manually. This could be achieved by dumping your development database, and importing the dump on your production server.
But first you should check if your 1&1 package is capable of running a servletcontainer (tomcat).
Is this "webserver" a rootserver(virtual, managed or "real") or just a website hosting solution?
If it is just a website solution, konakart will most likely not run on it.
Konakart is a java web application, it can only run in a servlet container such as tomcat (already included in the bundle).
The servletcontainer needs a java runtime, this has to be installed on your server. You can check the user manual for more systemrequirements
If you cannot run the installers on your server you need to populate the database manually. This could be achieved by dumping your development database, and importing the dump on your production server.
But first you should check if your 1&1 package is capable of running a servletcontainer (tomcat).