Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all articles
Browse latest Browse all 8876

Re: Changing Windchill URL

$
0
0

Shawn Lothrop can you please revise with me the following procedure:

 

 

Duplicate the

  • \Apache\conf\http.conf

to

  • \Apache\conf\windchill_proxy.conf

 

 

Edit

  • \Apache\conf\http.conf

Change the listening port to another, eg:

  • Listen 0.0.0.0:8880

And

  • ServerName olddomain.com:8880

 

 

Edit

  • \Apache\conf\windchill_proxy.conf

Uncomment the 3 lines:

  • LoadModule proxy_module modules/mod_proxy.so
  • LoadModule proxy_connect_module modules/mod_proxy_connect.so
  • LoadModule proxy_http_module modules/mod_proxy_http.so

And set new domain, eg:

  • ServerName newdomain.com:80

And add, eg:

 

 

Make a new Apache service:

  • httpd -k install -n "ApacheReverseProxy" -f D:\Winchill\Apache\conf\windchill_proxy.conf

 

 

Edit host, eg:

  • 127.0.0.0 localhost newdomain.com

 

 

Run the following at windhill terminal:

  • xconfmanager -s wt.rmi.clientSocketFactory=wt.boot.WTRMIMasterSocketFactory -t codebase/wt.properties
  • xconfmanager -s wt.rmi.serverSocketFactory=wt.util.WrappedRMISocketFactory -t codebase/wt.properties
  • xconfmanager -s wt.rmi.javarmicgi=servlet/JavaRMIServlet -t codebase/wt.properties
  • xconfmanager -s wt.server.codebase=http://newdomain.com -t codebase/wt.properties
  • xconfmanager -s wt.httpgw.mapCodebase=http://olddomain.com/Windchill -t codebase/wt.properties
  • xconfmanager -s com.ptc.core.ca.co.client.doer.task.default.repository=olddomain.com -t codebase/wt.properties
  • xconfmanager -s wt.federation.rpc.endpoint=http://olddomain.com:$WT_TASK_DISPATCHER_MINPORT/Windchill/servlet/RPC -t codebase/wt.properties
  • xconfmanager -p

 

 

Add at urlmap.properties to:

 

 

Restart all


Viewing all articles
Browse latest Browse all 8876

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>