I am having some issues getting Object instance tracking to work in our portal QNA environment. When I click on the Object instance Tracking tab, nothing is happening on the page. I got an error when I tried to set the CLASSPATH:
$ java -Xbootclasspath/a:/apps/jdk1.8.0_181/lib/tools.jar -jar /apps/tomcat/tomcat-instance1/webapps/PortalManagement.war
no main manifest attribute, in /apps/tomcat/tomcat-instance1/webapps/PortalManagement.war
Can you please offer guidance?
Thanks again,
CB
Clyde,
You appear to be trying to start a war file directly. You need to start the tomcat instance that hosts it with the tools.jar available.
Warm regards,
Peter