Redeploy rxapp.ear

Looking for a method to redeploy ./AppServer/server/rx/deploy/rxapp.ear/rxapp.war/WEB-INF/lib/ classes. Attempted to touch ./AppServer/server/rx/deploy/rxapp.ear/META-INF/application.xml with no such luck. I must be missing the key.

Looks like by editing ./AppServer/server/rx/deploy/jboss-web.deployer/context.xml and adding the attribute

reloadable="true"

to the

<Context />

element I am able to update JARs, and the rxapp application will restart automatically. This is great for my development environment, but I’m looking for other extension development recommendations

Another thread that has useful tips on development

[QUOTE=Rileyw;19699]Looks like by editing ./AppServer/server/rx/deploy/jboss-web.deployer/context.xml and adding the attribute

reloadable="true"

to the

<Context />

element I am able to update JARs, and the rxapp application will restart automatically. This is great for my development environment, but I’m looking for other extension development recommendations[/QUOTE]
Looks like reloading this context will eventually cause the server to run out of memory, and be unresponsive. :frowning: