Skip to main content
aliasj63236163
Participant
August 3, 2017
Question

Multiple session with adobe indesign server 2015

  • August 3, 2017
  • 2 replies
  • 1169 views

I m trying to set up indesign server cc 2015 with mulitple session.

So that  concurrent users can execute the extended javascripts.

I have already configured using default settings and for a single user all work good.

Accessing indesign server using SAOP.

Does Indesign server cc 2015 with mulitple sessions ?

If Yes, please get some samples to refer.

This topic has been closed for replies.

2 replies

Community Expert
September 15, 2017

I suppose by multiple session you mean multiple instances of InDesign Server, if this is so then you can launch multiple instances exactly as you did with one instances. Open a new command prompt and type in the command to launch IDS for SOAP requests on a new port. Now you would have two instances of IDS running and you can direct your scripts to these instances using the sampleclient application

For ex

1st Command Window

indesignserver -port 34567

2nd Command Window

indesignserver -port 14567

Refer the URL below for examples and more details

http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/indesign/sdk/cs6/server/intro-to-indesign-server.pdf

-Manan

-Manan
Participant
October 21, 2019

Just for reference, he was not meaning multi-instances but multi-session

There is a mechanism which let you open multiple session in a single instance of IDS introduced in CC version.

His problem is more detailed here :

https://community.adobe.com/t5/InDesign/Client-opened-session-with-ID-1-but-the-SOAP-header-targets/m-p/9246130#M60104

Steve Werner
Community Expert
Community Expert
August 3, 2017

Moving to InDesign Server Developers forum