ChrisG replied the topic: Accessing SmartBoard via Web Browser
I tried that and it doesn't work.
The URL http://localhost:8081/ gives me this:
QSystem
Система управления электронной очередью QSystem
Предлагаемый Проект - это современный комплекс свободного программного обеспечения и аппаратных средств, позволяющих обеспечить комфортное оказание услуг и оптимизировать управление очередями посетителей коммерческих и государственных учреждений.
Посетите сайт поддержки QSystem
But when I use http://localhost:8081/qsmartboard I get this:
HTTP ERROR: 404
Problem accessing /qsmartboard. Reason:
Not Found
Powered by Jetty://
ChrisG replied the topic: Accessing SmartBoard via Web Browser
I added the qsmartboard.war to the www/war folder and now I'm getting this error:
Mar 13, 2017 1:04:37 PM org.zkoss.zk.ui.metainfo.DefinitionLoaders load0:179
SEVERE: Failed to load jar:file:/C:/Users/x/AppData/Local/Temp/jetty-0.0.0.0-8081-qsmartboard.war-_qsmartboard-any-/webapp/WEB-INF/lib/zhtml.jar!/metainfo/zk/lang.xml
org.zkoss.zk.device.DeviceNotFoundException: ajax not found.
at org.zkoss.zk.ui.metainfo.LanguageDefinition.<init>(LanguageDefinition.java:344)
ChrisG replied the topic: Accessing SmartBoard via Web Browser
I googled that error message and it said it might be caused by multiple ZK JAR files on the classpath. I tried removing some and got rid of that error, but now I'm getting a different error:
Exception in thread "Thread-8" java.lang.NoClassDefFoundError: org/zkoss/web/servlet/Servlets$BrowserIdentifier
at org.zkoss.zk.ui.http.HttpSessionListener23.attributeAdded(HttpSessionListener23.java:84)
at org.eclipse.jetty.server.handler.ContextHandler$Context.setAttribute(ContextHandler.java:2028)
Could you give me a list of the specific ZK JAR files needed to make the QSmartboard plugin work?
ChrisG replied the topic: Accessing SmartBoard via Web Browser
I have another question related to smartboard. Can I configure the web version of smartboard the same way as I can configure the clientboard? I want to have the date/time, scrolling messages, videos, and the queue.
I looked in the QSmartboardPlugin.properties file, but it only seems to take URL parameters. Is there documentation on this properties file?