Ticket description:A55482L

Ticket attachment:

  1. Open the attached page

  2. Open the internationalizing properties file.

vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties

  3. Search items with color value ‘Prizm Grey’ of drop down

  4. Add a new range to attribute LUX_RxLenses_Color  in accordance with user’s requirement.

  5. Then reopen the ticket’s attached page, you will see 38 added to drop down,  but it is different from other range value, since we didn’t internationalize the attribute’s range value.

  6. add internationalizing value.

Attention: you need to modify four properties files in four production machine.

vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties

vim /opt/plm/webapp/3dspace/WEB-INF/classes/LuxotticaStringResource.properties

vim /opt/plm/webapp/internal/WEB-INF/classes/emxFrameworkStringResource.properties

vim /opt/plm/webapp/3dspace/WEB-INF/classes/emxFrameworkStringResource.properties

10.8.0.70

10.8.0.71

10.8.0.72

10.8.0.73

7.Execute the following command to restart tomcat in four production machine

a. ps –ef|grep tomcat

confirm which tomcat service you need to restart

b. restart tomcat

sudo service tomee0 start|stop|restart|status

sudo service tomee1 tart|stop|restart|status

sudo service tomee4 start|stop|restart|status

最新文章

  1. js实现无缝循环滚动
  2. MySQL mysqlslap压测
  3. 个人对于Virtual DOM的一些理解
  4. JavasSript实现秒转换为“天时分秒”控件和TDD测试方法应用
  5. css Spirtes 错位问题解决
  6. .CN根域名被攻击至瘫痪,谁之过?【转】
  7. Objective-C 链式编程思想
  8. openGL研究钞四 : 关于颜色, 尺寸, 虚线, 多边形逆转, 空洞, 使用位图
  9. Dubbo java.io.IOException: Can not lock the registry cache file
  10. 学习MVC之租房网站(八)- 前台注册和登录
  11. mysql-8.0 安装教程(自定义配置文件,密码方式已修改)
  12. CentOS-常用安装
  13. cpu读取指令时读取的长度
  14. 上下文管理协议with open as
  15. Hibernate(8)_单向n对n
  16. XMind 8 Update 7 Pro 激活码
  17. java1.8新特性(optional 使用)
  18. GDI+配置
  19. C# NameValueCollection集合 (转)
  20. host文件常用地址

热门文章

  1. VS2008的使用
  2. css3属性 -webkit-filter
  3. 小技巧-CSS 三角的做法
  4. shell read变量
  5. JSONObject.toJSONString(map)
  6. 关于js中Ajax的同步、异步使用
  7. leetcode-161周赛-5248-统计【优美子数组】
  8. bootstrap相关使用
  9. magento结构解析
  10. Tomcat启动报:The Server time zone value 'XXXXX' 乱码问题解决