Part of the OpenTOSCA Ecosystem
- Run
git update-index --assume-unchanged ./org.opentosca.container.core/src/main/resources/application.properties
to ignore custom configuration changes inside the application.properties. - Update application.properties and
replace
localhost
with your external IP address, e.g.,192.168.1.100
. - Run
mvn package
inside the root folder. - Afterwards, the OpenTOSCA-container.war can be deployed using a tomcat webserver.
- Open the project using
File
>Open
and navigate to the container folder. - Right click the pom.xml and select
Add as Maven project
. - Run the
Container
run configuration.
- Import project via
Import existing maven projects..
- Add created war file of project
org.opentosca.container.war
to suitable server configured within your eclipse, e.g., Tomcat - (AdditionalInfo) Usually the application runs on port 1337 and without a prefix in the path -> change port of tomcat to 1337 and remove the path of the added WAR project
Dies ist ein Forschungsprototyp. Die Haftung für entgangenen Gewinn, Produktionsausfall, Betriebsunterbrechung, entgangene Nutzungen, Verlust von Daten und Informationen, Finanzierungsaufwendungen sowie sonstige Vermögens- und Folgeschäden ist, außer in Fällen von grober Fahrlässigkeit, Vorsatz und Personenschäden, ausgeschlossen.
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.