A file parsing error occurs in 64-bit JEUS server console when deploying the Appeon6.5-deployed-Web applications.
Cause: The application configuration file web.xml cannot be parsed by JEUS.
Solution: Step 1: Go to the Web root path that you specified in Web Server Profile Configuration windows in PowerServer Toolkit Config tool.
Step 2: Find the WAR file of the Web application, find the folder "WEB-INF" and extract web.xml.
Step 3: Modify the following line in web.xml:
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
To
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
Step 4: Use the modified web.xml file to replace the old one under "WEB-INF" folder.
Step 5: Manually or automatically deploy the WAR file in JEUS console again.