[
https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296181#comment-15296181
]
John McCabe edited comment on BROOKLYN-276 at 5/23/16 10:01 AM:
----------------------------------------------------------------
[~svet] was actually a docker container, I've been putting together an example
getting started environment using {{docker-compose}} for brooklyn and some
sample byon nodes when I hit the problem when using a third-party ubuntu with
ssh image.
I'll tidy it up tonight and make the yml available.
was (Author: johnmccabe):
[~svet] was actually a docker container, I've been putting together an example
getting started environment using docker-compose for brooklyn and some sample
byon nodes when I hit the problem when using a third-party ubuntu with ssh
image.
I'll tidy it up tonight and make the yml available.
> TomcatServer entity does not install JRE if one is not present
> --------------------------------------------------------------
>
> Key: BROOKLYN-276
> URL: https://issues.apache.org/jira/browse/BROOKLYN-276
> Project: Brooklyn
> Issue Type: Bug
> Reporter: John McCabe
>
> Deploying a simple app to a location which does *not* have a JRE/JDK
> installed results in the TomcatServer failing to start, the deployment
> however proceeds with any errors.
> {code}
> location: byon1
> services:
> - type: org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
> id: tomcat
> name: Tomcat
> war: http://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/sample.war
> {code}
> If I subsequently log into that machine and install Java I am them able to
> invoke the *restart* effector on the app and it starts up as expected.
> (suspect this may impact all the Java entities)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)