The Awesome Dude
  • Home
  • About Me
Subscribe
Tagged

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

  • Jon Kartago Lamida
Jon Kartago Lamida Jul 27, 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

  • Jon Kartago Lamida
Jon Kartago Lamida Jul 14, 2011 • 1 min read
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

  • Jon Kartago Lamida
Jon Kartago Lamida Jul 13, 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 and also

  • Jon Kartago Lamida
Jon Kartago Lamida Jul 5, 2011 • 2 min read
The Awesome Dude © 2025
Powered by Ghost