The Awesome Dude
  • Home
  • About Me
Sign in Subscribe

Jboss

A collection of 4 posts
Java

java.lang.SecurityException When Shutdowning JBoss

We can run following command when starting JBoss. We assume there are already jboss system user in OS. Centossu jboss -c '$JBOSS_HOME/bin/run.sh -b 0.0.0.0 > /dev/null 2> /dev/null &'# Ubuntusudo -u jboss $JBOSS_HOME/bin/run.sh -b
27 Jul 2011 1 min read
Java

JBoss AS 7 has Released

It is little bit surprising when I browse to this evening and found a news that announce has been released. I am surprised because what I remember JBoss 6 was released not too long a go. When I see the release date, JBoss 7 is released only 6 months after
14 Jul 2011
Jboss

Troubleshooting When Cron Job wont Executed

What to check when Cron job/script wont executed? One of the possible answer is maybe the PATH declaration in your script which is not correct. Here are the sample story. Currently I have to do application profiling in aim to analyst the posible bottleneck in application. The tools that
13 Jul 2011 3 min read
Java

Detail Guide to Use JBoss Profiler

Long time I haven't write new post. Here the guide about remote profiling. According to wikipedia, software profiling is a process of optimizing source code by analyzing the application running by profiler tools. By using profiler we can know how many times a method or function is invoked
05 Jul 2011 2 min read
Page 1 of 1
The Awesome Dude © 2026
Powered by Ghost