problem with dicomweb server

Hi
I have attached a document detailing the steps I have taken so far but continue to have trouble getting the dicom-web server to start or the plugin to load. Not sure what the problem is. I feel like I have overlooked a configuration step but can’t figure out which one. If anyone can point me in the right direction that would be great. I’ve poured over the book and have run the verbose logging as instructed but I’m still having difficulty. Hopefully my issue is obvious to an experienced user.

Thanks,
Sean

problem_configuring_dicomweb.pdf (214 KB)

Well, it seems it’s actually working !

There’s no resource at the /dicom-web/ URI hence the 404. Dicom-web is mainly about a Rest API that another client can call (i.e= https://book.orthanc-server.com/plugins/dicomweb.html?highlight=dicomweb#qido-rs).

The client interface tells you that no servers are configured. If you want the client to be able to connect to remote servers, you should add servers in the configuration file: https://book.orthanc-server.com/plugins/dicomweb.html?highlight=dicomweb#client-related-options

Oh that makes sense now. Thanks so much for taking the time to reply!

Sean