You can translate the question and the replies:

Denodo on linux 64bit cli (without headless GUI) - how to use web ui?

I installed Denodo on linux cli (not headless), have pointed java home to a 1.8 JRE. Have setup licence and started vqlserver_startup.sh Can see these processes running: userhere 8130 1 0 15:25 ? 00:01:04 /home/bfs/userhere/applications/tools/jre1.8.0_74/bin/java -mx1024m -XX:MaxPermSize=256m -XX:NewRatio=4 -DDENODO_APP=Denodo VDP Server 6.0 -classpath /home/bfs/userhere/denodo_8/lib/denodo-commons-launcher-util.jar -DconfFile=VDBConfiguration.properties -Ddenodo.rmi.server.hostname.default -Djavax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=org.apache.xpath.jaxp.XPathFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Dcom.microsoft.tfs.jni.native.base-directory=/home/bfs/userhere/denodo_8/dll/vdp/tfs -DverboseMode=false -Ddenodo.launcher.excluded.jars=windows -Ddenodo.launcher.config=/home/bfs/userhere/denodo_8/conf/vdp/startup.ini -classpath /home/bfs/userhere/denodo_8/lib/denodo-commons-launcher-util.jar com.denodo.util.launcher.JarLauncher userhere 8236 1 0 15:25 ? 00:01:00 /home/bfs/userhere/denodo_8/jre/bin/java -Djava.util.logging.config.file=/home/bfs/userhere/denodo_8/resources/apache-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xmx512m -XX:MaxPermSize=128m -DDENODO_APP=Denodo Web Container 6.0 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9098 -Dcom.sun.management.jmxremote.rmi.port=9097 -Djava.rmi.server.hostname=localhost -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.denodo.tomcat.shutdown.port=9099 -Dcom.denodo.tomcat.http.port=9090 -Dcom.denodo.tomcat.https.port= -Dcom.denodo.tomcat.engine.name=DenodoPlatform-6.0 -Dcom.denodo.security.ssl.keyStore= -Dcom.denodo.security.ssl.keyStorePassword= -Djava.endorsed.dirs=/home/bfs/userhere/denodo_8/resources/apache-tomcat/endorsed -classpath /home/bfs/userhere/denodo_8/resources/apache-tomcat/bin/bootstrap.jar:/home/bfs/userhere/denodo_8/resources/apache-tomcat/bin/tomcat-juli.jar -Dcatalina.base=/home/bfs/userhere/denodo_8/resources/apache-tomcat -Dcatalina.home=/home/bfs/userhere/denodo_8/resources/apache-tomcat -Djava.io.tmpdir=/home/bfs/userhere/denodo_8/resources/apache-tomcat/temp org.apache.catalina.startup.Bootstrap start Below URL works: http://IP:9090/denodo-restfulws/ However http://IP:9999 gives: didn’t send any data. ERR_EMPTY_RESPONSE What is next step to use Denodo web based gui and start creating data sources, running queries? this is denodo v6, first time user, never tried older denodo.

1 Answer

Hi, You can create data sources, base views, derived views and execute queries in Denodo Platform by launching the 'Virtual DataPort Administration tool' from the Denodo Platform Control Center. You could access the contents of entire Virtual DataPort server from the Denodo RESTful Web services. Currently, there is no web interface available to access Virtual DataPort Administration tool online. You can refer to the following document "[Launching the Virtual DataPort Administration Tool](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/installation_and_execution/launching_the_virtual_dataport_administration_tool/launching_the_virtual_dataport_administration_tool)" section of Virtual DataPort Administration guide for more information. Hope this helps!
Denodo Team
11-12-2017 00:59:19 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here