java - How can I determine the J2ee application server type and version? -


I have to know the information about the application server running in my AJB. System Properties have lots of information about Java and operating systems, but I should know what type of application server and version if possible.

Is there a way to independently apply this information (JMX perhaps)?
Alternatively, is there a webpreader specific way to get this information?

Take a look through that available. It seems that you may have some information you are looking for.


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

objective c - iPhone and it's wireless area -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -