cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to upload thingworx foundation server (with thingworx.war format) on a linux server?

fms1
1-Newbie

How to upload thingworx foundation server (with thingworx.war format) on a linux server?

hi everyone,

is anyone here familliar with uploading thingworx foundation server file ( in the format of thingworx.war) on a linux server? the problem is with the file extension which is not acceptable.

by applying the following procedure (from cpanel.net) though, I was neither be able to deploy the file on the server.

To deploy a Java WAR package via the command line, perform the following steps:

  1. Upload your Java WAR package to your public_html directory.
  2. Run the unzip filename.war command to extract the package, where filename.war represents the name of your Java WAR package file.
  3. Open the .htaccessfile with a text editor and add the following text:
    1
    2
    SetHandler jakarta-servlet
    SetEnv JK_WORKER_NAME ajp13
  4. Save your changes.
  5. Access your Java application with the http://example.com/exampledirectory/examplejavaapplication URL.

Notes:

    • example.com represents your domain name.
    • exampledirectory represents the Java application's directory.
    • examplejavaapplet represents the Java application's name.

Any suggestions?

1 REPLY 1
ttielebein
12-Amethyst
(To:fms1)

Where did you find these instructions? I would like to reference that document to see the context of this.

Top Tags