Registry / other / jboss-as-server

jboss-as-server

JSON →
library7.2.0.Finaljavamavenunverified

JBoss Application Server is a Java EE-based application server for deploying and managing enterprise applications.

<dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-server</artifactId> <version>7.2.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-AS-SERVER
J
jboss-as-server
otherjavav7.2.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServerEnvironment
org.jboss.as.server.ServerEnvironment

Demonstrates accessing server environment information.

import org.jboss.as.server.ServerEnvironment; public class Example { public static void main(String[] args) { ServerEnvironment env = new ServerEnvironment(); System.out.println(env.getServerName()); } }
Debug
Known issues
breakingJBoss AS 7.x has been superseded by WildFly; consider migrating.
fix
Upgrade to WildFly for latest features and security patches.
affects: <=7.2.0.Final
Upgrade
Version history
7.2.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-as-server — mvn dependency:get jboss-as-server · libregistry