When you install Abaqus documentation and you choose to use an existing non-Abaqus web server, you must configure your server manually to access the HTML (and PDF) documentation. If you want to access the HTML documentation from the Start menu (Windows platforms only), you must modify the documentation.htm file after you configure the server (see “Setting the documentation URL in the documentation.htm file,” Section B.1.2).
You can configure an existing non-Abaqus web server to access the Abaqus HTML documentation using the following procedures. For the latest information about non-Abaqus web server configurations, see “How to install Abaqus HTML documentation using an existing web server” in the Dassault Systèmes Knowledge Base at www.3ds.com/support/knowledge-base.
Linux platforms
Install the Abaqus HTML documentation in the SIMULIA parent directory (see “Installation procedures,” Section 2.1).
Create an alias in your web server's configuration file for the root directory of the HTML documentation. For example, on an Apache web server you must add
Alias /v2016 "doc_install_dir/Documentation/docs/v2016"where doc_install_dir refers to the HTML documentation installation parent directory.
Create an alias in your web server's configuration file for the Texis executable. For example, on an Apache web server you must add
ScriptAlias /texis/ "doc_install_dir/Documentation/scripts/texis/"
Restart your web server to reread the web server's configuration file.
Access the Abaqus HTML documentation with the following URL:
http://computername:port_number/v2016where computername is the fully qualified domain name of your web server and port_number is the port number that your web server is running on (:port_number needs to be specified only if your web server is not running on the default port of 80).
Windows platforms
Install the Abaqus HTML documentation in the SIMULIA parent directory. The recommended location for the SIMULIA parent directory is C:\SIMULIA.
Create an alias in your web server's configuration file for the root directory of the HTML documentation. For example, on an Apache web server you must add
Alias /v2016 "doc_install_dir/Documentation/docs/v2016"where doc_install_dir refers to the HTML documentation installation parent directory.
Create an alias in your web server's configuration file for the Texis executable. For example, on an Apache web server you must add
ScriptAlias /texis/ "doc_install_dir/Documentation/scripts/ texis.exe/"
Restart your web server to reread the web server's configuration file.
Access the Abaqus HTML documentation with the following URL:
http://computername:port_number/v2016where computername is the fully qualified domain name of your web server and port_number is the port number that your web server is running on (:port_number needs to be specified only if your web server is not running on the default port of 80).
To access the Abaqus HTML documentation from the Start menu, see the instructions in “Setting the documentation URL in the documentation.htm file,” Section B.1.2.
After you configure an existing non-Abaqus web server on Windows platforms, you can modify the following file to access the Abaqus HTML documentation from the Start menu:
doc_install_dir/Documentation/installation_info/v2016/documentation.htmwhere doc_install_dir refers to the HTML documentation installation parent directory. The line in the documentation.htm file should have the following form:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://computername:port_number/v2016">where computername is the fully qualified domain name of your web server and port_number is the port number that your web server is running on (:port_number needs to be specified only if your web server is not running on the default port of 80). For example, a valid parameter definition is
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://velouria.xyz.com:2080/v2016">