You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/settings/mapepire.mdx
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,43 +30,41 @@ When connecting and using Server mode, Code for IBM i doesn't upload and use the
30
30
31
31
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.
32
32
33
-
## Pros and cons
34
-
35
33
## Client settings
36
34
<CardGrid>
37
35
<Card>All Mapepire client settings are regrouped under the connection settings' `Mapepire` tab.</Card>
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
The naming convention used by the databse job. This setting will affect the syntax and how unqualified SQL objects are resolved.
47
45
-**System**: system naming convention. Separator to qualify object can be `/` or `.`. The library list is used to resolve unqualified objects.
48
46
-**SQL**: SQL naming convention. Separator to qualify objects is `.`. The current schema is used to resolve unqulified objects.
49
47
50
-
####Keep action spooled files
48
+
### Keep action spooled files
51
49
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.
52
50
53
-
####Mapepire Java runtime (single mode)
51
+
### Mapepire Java runtime (single mode)
54
52
Select which version of Java should be used to run Mapepire in Single mode.
55
53
-**Default**: use the default Java installation on the target LPAR (i.e. the Java installation used when running the unqualified `java` command).
56
54
-**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.
57
55
58
-
####Connect to remote Mapepire server
56
+
### Connect to remote Mapepire server
59
57
When enabled, Code for IBM i will connect through a secure WebSocket to Mapepire.
60
58
61
59
<Asidetype="note">
62
60
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.
63
61
</Aside>
64
62
65
-
####Allow all certificates
63
+
### Allow all certificates
66
64
When enabled, this setting allows validation of either self-signed certificates or certificates from a CA when connecting to a remote Mapepire server.
67
65
<Asidetype="note">
68
66
This must be enabled if no certificate has been configured when the Mapepire server was started on the LPAR.
69
67
</Aside>
70
68
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