Configuring Arbortext Publishing Engine > Troubleshooting Arbortext Publishing Engine Operations > Publishing Issues
  
Publishing Issues
In a publishing request sent from Arbortext Editor, users can choose transaction names containing Unicode non-ASCII characters. These characters are sent as part of the query parameters contained in the HTTP request. As a result, Tomcat needs to be configured to encode non-ASCII characters using UTF-8.
Edit the Tomcat configuration file conf/server.xml and add the attribute URIEncoding="UTF-8" to every Connector that is in use (not commented out) in the file.
* 
The URIEncoding="UTF-8" attribute is a global setting and affects every servlet running under Tomcat.
When publishing very large documents to PDF on Windows, the publishing process may fail with an Out of virtual memory space error message. This situation can occur when the publishing process encounters a Windows 2GB memory addressing limitation. You can update your Windows boot.ini file to address 3GB of memory using the instructions provided on Microsoft's web site at:
www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
* 
Ensure that you make the change exactly as described in the Microsoft documentation. Incorrectly modifying system files can leave your workstation in an unstable state.