Notifications
Clear all

What is the fastest way to add bundle values to Demo servers and boorstrapped Neo on laptop?

1 Posts
2 Users
2 Likes
20.6 K Views
1
Topic starter

e.g.

meta.enum.INTERNAL_ENUM.Truck_Equip_LTL=Truck_Equip_LTL
meta.enum.INTERNAL_ENUM.Truck_Equip_FTL=Truck_Equip_FTL
meta.enum.INTERNAL_ENUM.Rail_Equip=Rail_Equip
meta.enum.INTERNAL_ENUM.Ocean_Equip=Ocean_Equip
meta.enum.INTERNAL_ENUM.Air_Equip=Air_Equip

1 Answer
1

Edit \tomcat\deploy\one\WEB-INF\one_modules\one.jar\bundle.properties with your changes

Restart server OR if you're feeling adventurous, you can use JMX to pull in the changes without a restart

 

image

 

image