Giter Club home page Giter Club logo

wildfly-docker-configuration's Introduction

wildfly-docker-configuration's People

Contributors

goldmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wildfly-docker-configuration's Issues

How to build and deploy myfaces-2.2.9 to wildfly docker

Hi,

I'm trying to add myfaces support to the wildfly 9.0.2 docker images so I'm using your recipe
I have tried compile the install-myfaces-2.2.9.cli on my linux box and addinig to the image with no success.

here is some of my code in the cli file

# Mark the commands below to be run as a batch
batch

# Deploy the cli package
deploy wildfly/myfaces/install-myfaces-2.2.9.cli

# Set myfaces as default JSF implementation
/subsystem=jsf/:write-attribute(name=default-jsf-impl-slot,value=myfaces-2.2.9)

# Execute the batch
run-batch

And the docker file

FROM jboss/wildfly
...
ADD myfaces /opt/jboss/wildfly/myfaces/
USER root
RUN mkdir -p /opt/jboss/wildfly/modules/com/sun/jsf-impl/myfaces-2.2.9
USER jboss
RUN /opt/jboss/wildfly/myfaces/install_myfaces.sh
CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0"]

The error is

Failed to add to batch 'deploy wildfly/myfaces/install-myfaces-2.2.9.cli': Module com.sun.jsf-impl already exists at /opt/jboss/wildfly/modules/com/sun/jsf-impl/myfaces-2.2.9: Module com.sun.jsf-impl already exists at /opt/jboss/wildfly/modules/com/sun/jsf-impl/myfaces-2.2.9

Any ideas?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.