Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #67 from Alfresco/jvm-route-fix
Browse files Browse the repository at this point in the history
removing the alfresco prefix from the jvm route
  • Loading branch information
Enzo Rivello committed May 26, 2016
2 parents bb085c0 + 3c153f7 commit 599f1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_tomcat-attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
node.default['artifacts']['asm']['destination'] = "#{node['alfresco']['home']}/lib"
node.default['artifacts']['asm']['owner'] = node['alfresco']['user']

node.default['tomcat']['jvm_route'] = "alfresco-#{node['alfresco']['public_hostname']}"
node.default['tomcat']['jvm_route'] = node['alfresco']['public_hostname']

node.default['tomcat']['global_templates'] = [{
"dest" => "#{node['alfresco']['home']}/conf",
Expand Down

0 comments on commit 599f1e4

Please sign in to comment.