AppFuseOnJBoss |
|
Your trail: |
Difference between
version 4
and
version 3:
At line 5 changed 1 line. |
Setting up AppFuse security in JBoss I was surprise how easy it was. I am starting to become a JBoss fan. (I still prefer Resin.) |
Setting up AppFuse security in JBoss I was surprise how easy it was. |
At line 44 added 8 lines. |
The login security stuff goes in the config directory of the server, e.g., C:\tools\jboss-3.2.3\server\default\conf\login-config.xml. |
|
I attached the [login-config.xml] file. Note the name has to be the name of your war (appfuse.war = appfuse). In reality, it has to be the name of the web context, but since my web context and war file name are the same it works. |
|
[mysql-ds.xml] has to be in the deploy dir, e.g., C:\tools\jboss-3.2.3\server\default\deploy\mysql-ds.xml. |
|
(The war file goes into the deploy dir as well). |
|
Back to AppFuseOnJBoss,
or to the Page History.
|