We're setting up a development team, where we want each developer to run its copy of Weblogic in their workstations.
Ideally, we would like all these installs to be as similar to the production environment as possible. Things like:
I would like to set the server once and replicate the configuration to everyone on the team.
Is there a way to share this kind of configuration accross the team ? Maybe share some config files ? Some Weblogic jython script that recreates the environment ? How to do it ?
Weblogic version is Weblogic 12c.
答案 0 :(得分:1)
servers/AdminServer/security/boot.properties
,方便服务器启动并提交。startWebLogic.cmd
制作DOMAIN_HOME
亲戚:
set DOMAIN_HOME=%~dp0
startWeblogic.cmd
config/
文件夹和已更改的文件(不是新文件):git add config
和git add -u
lib/
文件夹并提交。请参阅github上的example repository。
答案 1 :(得分:0)
是的,使用biemond/orawls。如何使用它的示例是available here。
答案 2 :(得分:0)
此类问题由基础架构配置自动化工具解决,例如Ansible,Puppet和Chef。
使用这些工具之一定义权威环境配置不仅可用于development environment设置目的,还可用于任何其他生产或非生产环境。
答案 3 :(得分:0)
Oracle建议使用pack / unpack来扩展域名。这两个命令都易于使用,并且可以轻松执行