Troubleshooting Publishing
When
Arbortext Editor is using
Arbortext Publishing Engine for publishing documents, you can gather transaction information on the
Arbortext PE server from the
Arbortext Publishing Engine index page. Refer to
Monitoring the Transaction Archive for more information.
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.
|