Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I am writing an custom application to download the contents from Windchill.
I want to do this on a dedicated Method Server/BGMS.
Earlier I tried with Queues and adding them to groups and then to BGMS.
As I am using Windcholl 10.0Mo30,
What is the better way to achieve this.
Thank You,
Avinash Patil
If you are not using a cluster, I don't think you have a documented approach for doing this. If you are using queues, then using dedicated bgms is the best choice. One option I can think of, if you are using specific http URL to have the file downloaded, you can use ProxyPass/Match directives to filter the request to a specific worker. I have not tested this but this should work theoretically - mod_proxy - Apache HTTP Server Version 2.2
Thank you
Binesh Kumar