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:
public_html
directory.unzip filename.war
command to extract the package, where filename.war
represents the name of your Java WAR package file..htaccess
file with a text editor and add the following text:1 2 | SetHandler jakarta-servlet
SetEnv JK_WORKER_NAME ajp13 |
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?
Where did you find these instructions? I would like to reference that document to see the context of this.