Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
legocill committed Oct 22, 2024
1 parent d58ebec commit 0a7bae3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mkdocs/docs/use-the-proxies-with-a-firewall.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,18 @@ Once the server is created, the definition of a *Requester* or *Subscriber* is e
Currently, the proxy programs are written in C++. When the CAMEO server starts, it tries to launch the proxy programs. However if they are not installed in a standard path, they may not be found. In that case, an argument is provided:

```
java -jar java/server/target/cameo-server-2.0.0-full.jar --proxy-path /my/path/to/proxies
java -jar java/server/target/cameo-server-2.0.0-full.jar --proxy-path /my/path/to/proxies config.xml
```

## Override ports of the configuration

It is possible to override the ports of the configuration by defining them in the command line:

```
java -jar java/server/target/cameo-server-2.0.0-full.jar --proxy-ports "12000, 12001, 12002" config.xml
```


## Multiple servers

If multiple servers are running on the same computer, give different proxy ports to the servers so that they are not shared.
Expand Down

0 comments on commit 0a7bae3

Please sign in to comment.