Hello Carl, thanks for your response !
I have installed Community Server on my computer (Windows 10) but I don't see ONLYOFFICE site in IIS manager...
Did something go wrong during installation ?
Search found 7 matches
- Tue Feb 23, 2021 9:49 am
- Forum: Installation / Database
- Topic: Error 500 when trying to access Community Server
- Replies: 3
- Views: 204
- Fri Feb 19, 2021 2:22 pm
- Forum: Installation / Database
- Topic: Error 500 when trying to access Community Server
- Replies: 3
- Views: 204
Error 500 when trying to access Community Server
Hello, I have installed Community Server (I followed the instructions from : https://helpcenter.onlyoffice.com/fr/installation/groups-install-windows.aspx), it seems like the installation completed successfully. I can see the OnlyOffice shortcut on my desktop, but when i click to launch it, I get re...
- Tue Dec 15, 2020 7:24 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 768
Re: JWT token configuration
Hello Carl, I've modified my "local.json" file (as you can see below). And I restarted all DS services but I still can't see the token in the requests... { "services": { "CoAuthoring": { "sql": { "dbHost": "localhost", "dbUser": "onlyoffice", "dbPass": "onlyoffice", "dbName": "onlyoffice" }, "redis"...
- Tue Dec 08, 2020 9:53 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 768
Re: JWT token configuration
Hello Carl, Thank you for your response. I enabled the token in my example app. But after that, I can upload a file to my Document server via HTTP POST without any token given as parameter. This way, anyone can send requests to the Document Server (am I right ?), but I would like to avoid this... Is...
- Wed Nov 18, 2020 9:24 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 768
JWT token configuration
Hello, I have installed OnlyOffice Document Server (OnlyOffice Docs) on Windows and run Java Example with these instructions : https://api.onlyoffice.com/editors/example/java. I would like to enable JWT token on my Document Server, so I modified my "local.json" file as shown below : "token": { "enab...
- Tue Nov 17, 2020 4:39 pm
- Forum: Web server configuration
- Topic: Restart Document Server on Windows
- Replies: 2
- Views: 741
Re: Restart Document Server on Windows
Thanks a lot Carl ! It worked 

- Tue Nov 17, 2020 1:22 pm
- Forum: Web server configuration
- Topic: Restart Document Server on Windows
- Replies: 2
- Views: 741
Restart Document Server on Windows
Hello, I have installed OnlyOffice Document Server (OnlyOffice Docs) and run Java Example with these instructions : https://api.onlyoffice.com/editors/example/java. The code is working fine. But for the moment in the Java code, the property "files.docservice.secret" in the file "settings.properties"...