Quantcast
Channel: Der Maschinenstürmer » CLI
Browsing latest articles
Browse All 5 View Live

Passing values to JBoss 7 CLI-scripts

JBoss 7 CLI is a pretty neat tool, esp. if you want to automate your whole setup. One great addition to EAP 5 is that you can add log4j-appenders and loggers during runtime. Let’s say you want to add a...

View Article



Deploying apps with weird names in JBoss 7

Recently we realized that our EARs/WARs contain special characters like ## … which causes some problems in the deployment process. But with JBoss 7 it is really simple now to avoid this, because you...

View Article

Adding loggers using the JBoss 7 CLI

With this bash/CLI-script you can add a logger automatically (useful for continuous deployment). Using this script (and the CLI), the loggers are “managed” by JBoss and the log level can be modified...

View Article

Deleting logger using the JBoss 7 CLI

In the last blogpost I described how to add a logger using the JBoss CLI and now I want to demonstrate how to delete the logger. Basically it’s the same, we’re using bash and CLI to do this: Parameters...

View Article

Updating the log level using JBoss 7 CLI

The last thing we have to do is to change the log level of our logger during runtime. Parameters: The log level The package name [crayon-5297bf4a3a289408638078/] {lang: 'de'}TweetTweet

View Article

Browsing latest articles
Browse All 5 View Live