Previous Topic

Book Contents

Book Index

Next Topic

Chat with Valuemation

Example content of the 'chat.properties' file for Chat used with Valuemation:

chat.delaySyncHdUsersInSec=30

chat.authenticationByUsernameEnabled=false

chat.lb.logLevel=debug

chat.jpa.javax.persistence.jdbc.url=jdbc:oracle:thin:@pv03srv:1521:orcl

chat.jpa.javax.persistence.jdbc.user=CHAT

chat.jpa.javax.persistence.jdbc.password=CHAT

chat.jpa.javax.persistence.jdbc.driver=oracle.jdbc.OracleDriver

chat.jpa.eclipselink.target-database=Oracle11

chat.userProvider=de.usu.v4u.backend.valuemation.UserProvider

chat.ticketProvider=de.usu.v4u.backend.valuemation.TicketProvider

valuemation.url=http://localhost:8080/vmweb

valuemation.domain=USU

valuemation.client=01

valuemation.username=V4UEXECUTOR

valuemation.cryptedPassword=9A1E8801BD3B8B1AFF764F3709D0DF19

Notes:

  • chat.delaySyncHdUsersInSec

    This parameter determines the delay (in seconds) between the start of the Chat server and the moment when it asks Valuemation for current S3 users. It may be necessary to increase the default 30sec value in certain environments.

    Successful user info synchronization also serves the purpose of connection test.

  • chat.authenticationByUsernameEnabled=false

    This parameter enables the possibility for the users to log in under different persons. It is intended for testing purposes only and MUST BE SET to FALSE in live production environments.

  • chat.lb.logLevel=debug

    Log level, keep the default value.

  • chat.jpa.javax.persistence.jdbc.url=jdbc:oracle:thin:@pv03srv:1521:orcl
  • chat.jpa.javax.persistence.jdbc.user=CHAT
  • chat.jpa.javax.persistence.jdbc.password=CHAT
  • chat.jpa.javax.persistence.jdbc.driver=oracle.jdbc.OracleDriver

    Parameters defining the database connection, analogical to Valuemation database connection.

  • chat.userProvider=de.usu.v4u.backend.valuemation.UserProvider
  • chat.ticketProvider=de.usu.v4u.backend.valuemation.TicketProvider

    These parameters specify the classes on the Chat server which take care of the corresponding communication with Valuemation.

  • valuemation.url=http://localhost:8080/vmweb

    URL of Valuemation. Note that in contrast to standard Valuemation web URL, there is only one 'vmweb' at the end of the URL.

  • valuemation.domain=USU
  • valuemation.client=01
  • valuemation.username=V4UEXECUTOR
  • valuemation.cryptedPassword=9A1E8801BD3B8B1AFF764F3709D0DF19

    These parameters define the technical user used for the communication. Keep the default values unless it is necessary to use a different technical user.

See Also

Installation Properties

Chat with ServiceConnector

Chat without Backend