/
5.2. Configuration

5.2. Configuration

5.2.1 FUSE

In the annex the FUSE type configuration file is included, it is very important to follow this file as a template to configure the new clients, in the public versions there will not be much difference in the configuration. In the rest of the clients it will depend on the version of the product they have. It is important to verify that the names of the new operations are added in the Bundles list of the configuration file "techedge.cfg".

5.2.2 TOMCAT

The configuration of the tomcat service will vary in all clients, since it is a very different version to all those already deployed in any client. To apply the new configuration, simply replace the "wsaeat-conf" file in the configuration folder, and modify the port where applicable.

The server.xml and e context.xml also vary in this version:


  • Context.xml: Include the new ResourceLink with the new datasource for the Angular project (<ResourceLink global="jdbc/bplus_sii_ds_angular" name="jdbc/bplus_sii_ds_angular" type="javax.sql.DataSource"/>)
  • Server.xml:
  1. Include the configuration of the new datasource (<Resource auth="Container" driverClassName="org.postgresql.Driver" maxActive="200" maxIdle="200" maxWait="-1" name="jdbc/bplus_sii_ds_angular" password="PlantillaInstalacion2017%" testOnBorrow="true" type="javax.sql.DataSource" url="jdbc:postgresql://localhost:5432/siiprod_db" username="fuseadmin" validationQuery="select 1"/>)  
  2. Include the configuration that allows the upload of files by Multipart through the context of the service (<Context path="/entrada_fuse" allowCasualMultipartParsing="true"/>)

Related content

5.2 Configuración
5.2 Configuración
More like this
1.3.11. FUSE bundles installation
1.3.11. FUSE bundles installation
More like this
1.3. b+SII Red Hat FUSE
1.3. b+SII Red Hat FUSE
More like this
Plan de implantación b+SII Fuse 1.7.4
Plan de implantación b+SII Fuse 1.7.4
More like this
1.3.8. Additional setup for Fuse, Tomcat and certificates.
1.3.8. Additional setup for Fuse, Tomcat and certificates.
More like this
4. Despliegue y configuración del nuevo servicio Tomcat
4. Despliegue y configuración del nuevo servicio Tomcat
More like this

Avvale 2024