jboss7.x - how to minimize JBOSS AS 7 configuration to fit needs -


I must be able to configure JBOSS as 7.2 to start the necessary services in the project. ? What is the best aproach to configure JBoss as a 7.2 configuration and set for a user-defined configuration

I'm interested to use: JAAS, EJB, JSF ..

If I understand your request correctly, then it will remove the unnecessary subsystem. In standalone, you can configure many xmls according to your usage, and standalone config is to use on startup fixes, which will allow you to quickly adapt to different needs.

In the domain, it can be as easy as you define different profiles, present or not each of them with a specific sub, and then assign the necessary profiles for your server group.

The XML is being extracted through the modification or the CLI, adding to the simple CLI sometimes requires putting some of the "default" entries expected for the entertainment of the "default" sub, but once detected, it It is also easy.

As a key element in your case, make sure that many of the sub-sections are not cleared, they sometimes have dependencies for each other.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -