×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
TAFJEE Username and Login Details
- fishessss
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
5 years 4 months ago #22616
by fishessss
TAFJEE Username and Login Details was created by fishessss
Hi,
T24 BrowserWeb is working fine can login, also can connect to Classic. TAFJEE war file is deployed too.
However, when accessing TAFJEE portal (localhost:9089/TAFJEE), a window pop outs to ask for Username and Password. May I know how to overcome this?
- I need to enter TAFJEE to run START.TSM command so that my other TS services can be started.
Thank you in advance
T24 BrowserWeb is working fine can login, also can connect to Classic. TAFJEE war file is deployed too.
However, when accessing TAFJEE portal (localhost:9089/TAFJEE), a window pop outs to ask for Username and Password. May I know how to overcome this?
- I need to enter TAFJEE to run START.TSM command so that my other TS services can be started.
Thank you in advance
Please Log in or Create an account to join the conversation.
- fishessss
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
5 years 4 months ago #22621
by fishessss
Replied by fishessss on topic TAFJEE Username and Login Details
Hi,
has anyone handled TAFJRealm before? From investigations, it seems like it it linked to this login. Did some configurations as stated in TAFJ-AS document, however it shows the following error when Jboss crashes.
OPVDX001: Validation error in standalone-Slot01.xml
|
| 332: </security-domain>
| 333:
| 334: <security-domain name="TAFJRealm" cache-type="default">
| ^^^^ 'cache-type' isn't an allowed attribute for the 'security-domain'
| element
|
| Attributes allowed here are:
| default-realm principal-decoder
| name realm-mapper
| outflow-anonymous realms
| outflow-security-domains role-mapper
| permission-mapper security-event-listener
| post-realm-principal-transformer trusted-security-domains
| pre-realm-principal-transformer
|
| 335: <authentication>
| 336: <login-module code="UsersRoles" flag="required">
| 337: <module-option name="usersProperties" value="${jboss.server.-
|
| 'cache-type' is allowed on elements:
| - server > profile > {urn:jboss:domain:security:2.0}subsystem > security-domains > security-domain
|
|
| The primary underlying error message was:
| > ParseError at [row,col]:[334,5]
| > Message: WFLYCTL0376: Unexpected attribute 'cache-type' encountered.
| > Valid attributes are: 'default-realm, permission-mapper,
| > pre-realm-principal-transformer, post-realm-principal-transformer,
| > principal-decoder, realm-mapper, role-mapper,
| > trusted-security-domains, outflow-anonymous, outflow-security-domains,
| > security-event-listener, realms, name'
|
has anyone handled TAFJRealm before? From investigations, it seems like it it linked to this login. Did some configurations as stated in TAFJ-AS document, however it shows the following error when Jboss crashes.
OPVDX001: Validation error in standalone-Slot01.xml
|
| 332: </security-domain>
| 333:
| 334: <security-domain name="TAFJRealm" cache-type="default">
| ^^^^ 'cache-type' isn't an allowed attribute for the 'security-domain'
| element
|
| Attributes allowed here are:
| default-realm principal-decoder
| name realm-mapper
| outflow-anonymous realms
| outflow-security-domains role-mapper
| permission-mapper security-event-listener
| post-realm-principal-transformer trusted-security-domains
| pre-realm-principal-transformer
|
| 335: <authentication>
| 336: <login-module code="UsersRoles" flag="required">
| 337: <module-option name="usersProperties" value="${jboss.server.-
|
| 'cache-type' is allowed on elements:
| - server > profile > {urn:jboss:domain:security:2.0}subsystem > security-domains > security-domain
|
|
| The primary underlying error message was:
| > ParseError at [row,col]:[334,5]
| > Message: WFLYCTL0376: Unexpected attribute 'cache-type' encountered.
| > Valid attributes are: 'default-realm, permission-mapper,
| > pre-realm-principal-transformer, post-realm-principal-transformer,
| > principal-decoder, realm-mapper, role-mapper,
| > trusted-security-domains, outflow-anonymous, outflow-security-domains,
| > security-event-listener, realms, name'
|
Please Log in or Create an account to join the conversation.
- kripesh
-
- Offline
- Platinum Member
-
Less
More
- Posts: 459
- Thank you received: 65
5 years 1 month ago #22753
by kripesh
Have a great day !
Replied by kripesh on topic TAFJEE Username and Login Details
C:\R19\Jboss7.2\bin>add-user.bat
Start jBOSS server and do the following... So to the jBOSS\bin folder and from the command line do add-user.bat and follow the below steps to create for option a) and also for option b)
C:\R19\Jboss7.2\bin>add-user.bat
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a): a
Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the existing property files.
Username : jbossadmin
Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
- The password should be different from the username
- The password should not be one of the following restricted values {root, admin, administrator}
- The password should contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1 non-alphanumeric symbol(s)
Password :
Re-enter Password :
What groups do you want this user to belong to? (Please enter a comma separated list, or leave blank for none)[ ]: TAFJAdmin
About to add user 'jbossadmin' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'jbossadmin' to file 'C:\R19\Jboss7.2\standalone\configuration\mgmt-users.properties'
Added user 'jbossadmin' to file 'C:\R19\Jboss7.2\domain\configuration\mgmt-users.properties'
Added user 'jbossadmin' with groups TAFJAdmin to file 'C:\R19\Jboss7.2\standalone\configuration\mgmt-groups.properties'
Added user 'jbossadmin' with groups TAFJAdmin to file 'C:\R19\Jboss7.2\domain\configuration\mgmt-groups.properties'
Is this new user going to be used for one AS process to connect to another AS process?
e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
yes/no? yes
To represent the user add the following to the server-identities definition <secret value="SmJvc3NhZG1pbkAxMjM0" />
Press any key to continue . . .
Start jBOSS server and do the following... So to the jBOSS\bin folder and from the command line do add-user.bat and follow the below steps to create for option a) and also for option b)
C:\R19\Jboss7.2\bin>add-user.bat
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a): a
Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the existing property files.
Username : jbossadmin
Password recommendations are listed below. To modify these restrictions edit the add-user.properties configuration file.
- The password should be different from the username
- The password should not be one of the following restricted values {root, admin, administrator}
- The password should contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1 non-alphanumeric symbol(s)
Password :
Re-enter Password :
What groups do you want this user to belong to? (Please enter a comma separated list, or leave blank for none)[ ]: TAFJAdmin
About to add user 'jbossadmin' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'jbossadmin' to file 'C:\R19\Jboss7.2\standalone\configuration\mgmt-users.properties'
Added user 'jbossadmin' to file 'C:\R19\Jboss7.2\domain\configuration\mgmt-users.properties'
Added user 'jbossadmin' with groups TAFJAdmin to file 'C:\R19\Jboss7.2\standalone\configuration\mgmt-groups.properties'
Added user 'jbossadmin' with groups TAFJAdmin to file 'C:\R19\Jboss7.2\domain\configuration\mgmt-groups.properties'
Is this new user going to be used for one AS process to connect to another AS process?
e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
yes/no? yes
To represent the user add the following to the server-identities definition <secret value="SmJvc3NhZG1pbkAxMjM0" />
Press any key to continue . . .
Have a great day !
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds