WAS7 和具有多个应用程序的服务器配置文件
在我现在工作的地方,他们运行着大约 60 个应用程序(内联网和互联网)。大多数应用程序使用数据源、JMS 队列、主题等。
它们使用 WebSphere,现在每个应用程序都有一个特定的配置文件,我们必须从备份 (.car) 导入该配置文件。 (当我们创建本地工作区时)
我发现这个过程繁重且耗时。 是否有其他方法可以在 WAS 7 上使用 1 个配置文件来拥有多个应用程序?。我知道我们可以在 application.xml 中定义数据源,我们也可以定义 JMS 队列、主题吗?
提前致谢。
Where i work right now, they have about 60 apps (intranet and internet) running. Most apps use a datasource, JMS Queues, Topics etc.
They use WebSphere and right now, each application have a specific profile that we have to import from a backup (.car). (when we create our local workspace)
I find this process heavy and time consuming. Is there any other way to have multiple applications with 1 profile on WAS 7?. I know we can define datasources in the application.xml, can we define JMS Queues, topics too?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 wsadmin 脚本来为该应用程序设置数据源、队列等,而不是导入 .car 文件。但我不确定这对你来说会减少花费的时间。
Rather than importing a .car file you could have a wsadmin script that sets up datasources, queues, etc. for that application. I am not sure it will be any less time consuming for you though.