cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Issues getting Object instance tracking to work

Clyde.Bumgardner
Explorer

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

1 REPLY 1

Peter.Holditch
Moderator
Moderator

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



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.