Manorrock Ocelot - Webapp

Manorrock Ocelot delivers you with Cloud native tooling.

License

License

GroupId

GroupId

com.manorrock.ocelot
ArtifactId

ArtifactId

ocelot-webapp
Last Version

Last Version

21.5.0
Release Date

Release Date

Type

Type

war
Description

Description

Manorrock Ocelot - Webapp
Manorrock Ocelot delivers you with Cloud native tooling.
Project Organization

Project Organization

Manorrock.com

Download ocelot-webapp

How to add to project

<!-- https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/ -->
<dependency>
    <groupId>com.manorrock.ocelot</groupId>
    <artifactId>ocelot-webapp</artifactId>
    <version>21.5.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/
implementation 'com.manorrock.ocelot:ocelot-webapp:21.5.0'
// https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/
implementation ("com.manorrock.ocelot:ocelot-webapp:21.5.0")
'com.manorrock.ocelot:ocelot-webapp:war:21.5.0'
<dependency org="com.manorrock.ocelot" name="ocelot-webapp" rev="21.5.0">
  <artifact name="ocelot-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.manorrock.ocelot', module='ocelot-webapp', version='21.5.0')
)
libraryDependencies += "com.manorrock.ocelot" % "ocelot-webapp" % "21.5.0"
[com.manorrock.ocelot/ocelot-webapp "21.5.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.glassfish : jakarta.faces jar 2.3.14

provided (2)

Group / Artifact Type Version
jakarta.servlet : jakarta.servlet-api jar 4.0.4
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.2

runtime (1)

Group / Artifact Type Version
org.jboss.weld.servlet : weld-servlet-shaded jar 3.1.6.Final

Project Modules

There are no modules declared in this project.

Manorrock Ocelot

As a developer you have so many Cloud technologies that you have to use or you have to interact with but what you really want to do is to develop. Manorrock Ocelot is a set of tools that allow you to cut through the noise and make cloud execution and/or deployment simple and lets you get back to developing your applications.

Prerequisites

  1. Docker
  2. Azure CLI

Installing

Pick your OS below to download the installation bundle

Linux macOS Windows
Download Download Download

Note the links above will always take you to the top-level download location. Please click on the latest version available to get to the installation bundle.

Linux

Once you have downloaded the .tar.gz bundle extract it to a directory of your choice and add the bin directory to ypur PATH.

macOS

Once you have used the DMG installer to install the application into the /Applications directory add /Applications/Manorrock Ocelot.app/Contents/MacOS to your PATH.

Windows

Once you have used the MSI installer to install the application add C:\Program Files\Manorrock Ocelot to your PATH

Getting started

After installing you can get started by executing the following command line in the top-level directory of your project

  mo deploy

This will deploy your application using Docker.

Deploying on Azure Container Instances

If you want to deploy your application on Azure Container Instances you can use the command line below.

  mo deploy --runtime aci

Versions

Version
21.5.0
21.4.5
21.4.4