How can I edit fluxconfig.properties in flux.war/WEB-INF/classes?

VERSION 1 Published

Created on: 14-Dec-2006 12:54 by Lillian Bozonie - Last Modified:  14-Dec-2006 12:54 by Lillian Bozonie

In Flux 7.0 and 7.1 you may need to edit the fluxconfig.properties file located in the flux.war file in order for your engine to locate an engine not located on localhost:1099.

You can use a ZIP archive utility to edit files inside of flux.war.

Files in flux.war can also be easily edited from the command line using the standard Java JAR utility:

$ jar xvf flux.war WEB-INF/classes/fluxconfig.properties
inflated: WEB-INF/classes/fluxconfig.properties
$ vi WEB-INF/classes/fluxconfig.properties
$ jar uvf flux.war WEB-INF
adding: WEB-INF/(in = 0) (out= 0)(stored 0%)
adding: WEB-INF/classes/(in = 0) (out= 0)(stored 0%)
adding: WEB-INF/classes/fluxconfig.properties(in = 94) (out= 92)(deflated 2%)
Average User Rating
(0 ratings)




There are no comments on this document