Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
How to start and restart the Publishing Engine?
Is there any specific way to do that?
I have a custom style sheet from PTC, need to copy those files to the folder specified in PE server, then install updates, then I need to restart PE server and tomcat server.
Reagrds,
Sudhi
Solved! Go to Solution.
Hi Sudhi,
If you only need to make an updated stylesheet available you can use the Publishing Engine administrative interface which is available through http:/<yourpehost>:<port>/e3
On the main page there is a link "Reload Subprocesses". This will reload all cached stylesheets.
The advantage of this method is that you don't need access to the server console for this - you can call this from any web browser that can connect to the PE server.
Regarding starting PE in general you only need to start or restart the Tomcat service. Normally you do that from the "Services" applet in Windows.
Hope that helps.
Kind regards
Sirko
Hi Sudhi,
If you only need to make an updated stylesheet available you can use the Publishing Engine administrative interface which is available through http:/<yourpehost>:<port>/e3
On the main page there is a link "Reload Subprocesses". This will reload all cached stylesheets.
The advantage of this method is that you don't need access to the server console for this - you can call this from any web browser that can connect to the PE server.
Regarding starting PE in general you only need to start or restart the Tomcat service. Normally you do that from the "Services" applet in Windows.
Hope that helps.
Kind regards
Sirko
Thanks Sirko. I tried and It worked.