Skip to main content
1-Visitor
December 9, 2011
Solved

Start and Restarting Publishing Engine...

  • December 9, 2011
  • 1 reply
  • 2316 views

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

    Best answer by SirkoRudolph

    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

    1 reply

    5-Regular Member
    December 9, 2011

    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

    1-Visitor
    December 12, 2011

    Thanks Sirko. I tried and It worked.