Skip to content

Commit c294d08

Browse files
authored
Fixes headers and removed empty section
1 parent b70ec3f commit c294d08

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

src/content/docs/settings/mapepire.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,43 +30,41 @@ When connecting and using Server mode, Code for IBM i doesn't upload and use the
3030

3131
Server mode makes the connection faster and it consumes fewer resources globally on the IBM i. **_But_** it requires more initial work on the sys admin side to set up and ensure it is running.
3232

33-
## Pros and cons
34-
3533
## Client settings
3634
<CardGrid>
3735
<Card>All Mapepire client settings are regrouped under the connection settings' `Mapepire` tab.</Card>
3836
<Card>![assets/mapepire_01.png](/src/assets/settings/mapepire_01.png)</Card>
3937
</CardGrid>
4038

41-
#### Use secure SQL connection
39+
### Use secure SQL connection
4240
Turning this on will force Mapepire to establish a secured JDBC connection (i.e. it sets the `secure` JDBC option to true). The connection is secured using `TLS` between Mapepire and the Database Server daemon (the `QZDASRVSD` job). Turning this on requires the Database Server daemon to use a valid certificate and accept connections on its secure port (`9471` by default). You can also read more about [configuring Host Servers with TLS using Navigator for i
4341
](https://www.ibm.com/support/pages/configure-host-servers-tls-using-navigator-i).
4442

45-
#### SQL Job Naming
43+
### SQL Job Naming
4644
The naming convention used by the databse job. This setting will affect the syntax and how unqualified SQL objects are resolved.
4745
- **System**: system naming convention. Separator to qualify object can be `/` or `.`. The library list is used to resolve unqualified objects.
4846
- **SQL**: SQL naming convention. Separator to qualify objects is `.`. The current schema is used to resolve unqulified objects.
4947

50-
#### Keep action spooled files
48+
### Keep action spooled files
5149
When enabled, spooled files generated by an Action will not be deleted once the action is done. Otherwise, any spooled file generated by an Action will be cleared after it's done.
5250

53-
#### Mapepire Java runtime (single mode)
51+
### Mapepire Java runtime (single mode)
5452
Select which version of Java should be used to run Mapepire in Single mode.
5553
- **Default**: use the default Java installation on the target LPAR (i.e. the Java installation used when running the unqualified `java` command).
5654
- **Java XX**: use Java version XX, where XX can be 8, 11, 17 or 21. Make sure you select a version that is actually installed on the target LPAR.
5755

58-
#### Connect to remote Mapepire server
56+
### Connect to remote Mapepire server
5957
When enabled, Code for IBM i will connect through a secure WebSocket to Mapepire.
6058

6159
<Aside type="note">
6260
Enabling this setting means Code for IBM i will connect to a Mapepire server already started and running in server mode on the remote LPAR instead of running it in Single mode through SSH.
6361
</Aside>
6462

65-
#### Allow all certificates
63+
### Allow all certificates
6664
When enabled, this setting allows validation of either self-signed certificates or certificates from a CA when connecting to a remote Mapepire server.
6765
<Aside type="note">
6866
This must be enabled if no certificate has been configured when the Mapepire server was started on the LPAR.
6967
</Aside>
7068

71-
#### Remote Mapepire Server port
72-
The TCP port number Code for IBM will use when connecting to a remote Mapepire server. Defaults to `8076`.
69+
### Remote Mapepire Server port
70+
The TCP port number Code for IBM will use when connecting to a remote Mapepire server. Defaults to `8076`.

0 commit comments

Comments
 (0)