# Difficulties with dicom-web plugin and orthanc

**URL:** https://discourse.orthanc-server.org/t/difficulties-with-dicom-web-plugin-and-orthanc/3092
**Category:** Google Groups archive
**Created:** [October 7, 2022, 10:03am UTC](https://discourse.orthanc-server.org/t/difficulties-with-dicom-web-plugin-and-orthanc/3092 "2022-10-07T10:03:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bjoernalbers](https://discourse.orthanc-server.org/user_avatar/discourse.orthanc-server.org/bjoernalbers/32/2006_2.png) [@bjoernalbers](https://discourse.orthanc-server.org/u/bjoernalbers)
#### Post date: [October 7, 2022, 10:03am UTC](https://discourse.orthanc-server.org/t/difficulties-with-dicom-web-plugin-and-orthanc/3092/1 "2022-10-07T10:03:45Z")

</div>

Hey Nicolay,

did you load the plugin?  
Try adding this to your config:

“Plugins” : [  
“libOrthancDicomWeb.dylib”, // adapt the path according to your installation  
//…  
],

Björn

---

<div class="post-metadata">

### Author: ![Nikolay\_Zaynelov](https://discourse.orthanc-server.org/letter_avatar_proxy/v4/letter/n/b77776/32.png) [@Nikolay\_Zaynelov](https://discourse.orthanc-server.org/u/Nikolay_Zaynelov)
#### Post date: [October 7, 2022, 10:32am UTC](https://discourse.orthanc-server.org/t/difficulties-with-dicom-web-plugin-and-orthanc/3092/2 "2022-10-07T10:32:03Z")

</div>

Yes,  
it is loaded with the following configuration:

“Plugins” : [  
“/usr/share/orthanc/plugins/”  
],

and the file exists on the server:

root@hbpntestpacs2:/usr/share/orthanc/plugins# ls -la

…

lrwxrwxrwx 1 root root 46 Jun 6 21:55 libOrthancDicomWeb.so → …/…/…/lib/orthanc/libOrthancDicomWeb.so.1.7

…

root@hbpntestpacs2:/usr/lib/orthanc# ls -la  
…  
-rw-r–r-- 1 root root 4618312 Jun 6 21:55 libOrthancDicomWeb.so.1.7  
…

Also it presents in the log file:

W1007 11:32:20.914491 OrthancConfiguration.cpp:55] Reading the configuration from: “/etc/orthanc/dicomweb.json”  
…  
W1007 11:32:20.956554 PluginsManager.cpp:258] Registering plugin ‘dicom-web’ (version 1.7)  
W1007 11:32:20.956851 PluginsManager.cpp:157] URI to the DICOMweb REST API: /dicom-web/  
W1007 11:32:20.957030 PluginsManager.cpp:157] URI to the WADO-URI API: /wado

---

<div class="post-metadata">

### Author: ![Nikolay\_Zaynelov](https://discourse.orthanc-server.org/letter_avatar_proxy/v4/letter/n/b77776/32.png) [@Nikolay\_Zaynelov](https://discourse.orthanc-server.org/u/Nikolay_Zaynelov)
#### Post date: [October 7, 2022, 10:40am UTC](https://discourse.orthanc-server.org/t/difficulties-with-dicom-web-plugin-and-orthanc/3092/3 "2022-10-07T10:40:24Z")

</div>

My bad - missing port 8042 in the URL…
