ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

How do I install ZK Spreadsheet on a website?

Lesglass
15 Oct 2010 09:10:14 GMT
15 Oct 2010 09:10:14 GMT

Hi All,

Are there any documents that can guide me in successfully installing ZK Spreadsheet on a website on a server?

So far, I have uploaded the zssapp files from the latest release to a site on my server. I have not uploaded the war. file. What I need to know is how to configure it to get it to run as it does on Apache Tomcat.

Is any other software needed, for example Apache POI? If not, what are the steps to configure it?

If there are no documents available, then any other advice would be gratefully received.

Thanks
Lesglass

samchuang
28 Oct 2010 22:07:02 GMT
28 Oct 2010 22:07:02 GMT

Hi

1. you need install tomcat
2. import war file
3.Done

you can download zss-app-2.0.0-RC.zip
unzip, find the zssapp.war, and import to tomcat, start tomcat, visit

http://localhost:port/zssapp

Lesglass
29 Oct 2010 09:54:26 GMT
29 Oct 2010 09:54:26 GMT

Hi Sam Chuang,

Thanks for your reply, but perhaps my question was not clear enough.

I already have zssapp running on Apache Tomcat.
What I'm trying to do is this:
1. I have a website hosted on the internet
2. I am looking for instructions to instaa zssapp on that website
My aim is to get users to log into the site and use zssapp

So, what I am seeking is instructions on how to deply zssapp on a website not on apache tomcat.

Let me know if you can help or, if not, perhaps you can direct me to some other resource.

Thanks in advance

Lesglass

samchuang
31 Oct 2010 19:39:56 GMT
31 Oct 2010 19:39:56 GMT

Hi

What's kind of website are you going to install there ?

Lesglass
1 Nov 2010 11:58:02 GMT
1 Nov 2010 11:58:02 GMT

Hi Sam Chuang,

My website is XHTML 1.0 Transitional on a c-Panel host. The purpose of the site is to assist students to develop business analysis skills. The reason for my interest in zssapp is to test if it can be used to help students with excel-based financial analysis case studies on-line. The url is: http://www.lga-trained.com/ so you can take a look yourself.

If you need more information or would like a login for the site, just let me know and I'll set you up as a temporary user.

Thanks for your interest.

Lesglass

terrytornadoTop Contributor
1 Nov 2010 16:11:44 GMT
1 Nov 2010 16:11:44 GMT

ZK is a JAVA web framework worked on servlet technology not PHP . Means, running only in a servlet container.

So you MUST have a Tomcat, Resin, Jetty, JBoss, Glassfish, Websphere... for running the zssapp.

Lesglass
2 Nov 2010 12:36:26 GMT
2 Nov 2010 12:36:26 GMT

Hi Terrytornado,

Thank you for the clear information. I am not familiar with this technology, so I'll find out more before I post again.

Lesglass

Lesglass
2 Dec 2010 06:05:13 GMT
2 Dec 2010 06:05:13 GMT

Hi Terry,

All done. Thanks

Lesglass

p1xx0r
18 Apr 2011 06:30:41 GMT
18 Apr 2011 06:30:41 GMT

Hey everyone,

i installed zssapp successfully on liferay. I included it as an iframe. But when im changing some excelsheets there are many errorreports. I wanted to change demo_sample.xls into a clean sheet with the same name, zipped whole folder and changed name-ending into.war, but it doesnt work.

Has someone an idea where my mistake is?

Greetz

p1xx0r
19 Apr 2011 03:44:35 GMT
19 Apr 2011 03:44:35 GMT

Hey there,

problem solved. I change spreadsheet src="demo_sample.xls" into "untitled".

Greetz