Skip to content

Upload Working

Pre-release
Pre-release
Compare
Choose a tag to compare
@LucasVandroux LucasVandroux released this 30 Mar 10:30
· 3 commits to master since this release

What's new ?

  • Add the Java Servlet to upload the .iso files on the server.

Description

This is the first release containing the Java Servlet. However, only the upload of the .iso file on the server is supported (the .iso file is not uploaded in oVirt yet).

Installation

Deploying the UIPlugin

  1. Move all what is inside the directory /UIPlugin to the directory /usr/share/ovirt-engine/ui-plugins on the ovirt-engine server.
  2. In the file isouploader-resources/tab.html, replace flow-init="{target: '//192.168.3.154:8080/isoUploaderPlugin/upload' with the address of the servlet.

Deploying the Servlet

  1. Move the file Servlet/iso-uploader-plugin/target/isoUploaderPlugin.war to the directory /usr/share/ovirt-engine-jboss-as/standalone/deployments on the server.
  2. Go to /usr/share/ovirt-engine-jboss-as/bin and run $./standalone.sh.