0
I’m having a little trouble reading the PID from the file. It presents the message below, but I can’t understand beyond the buy.sh script what else is presented.
I also saw that it has 2 . jar, these processes are queued or continuous?
root 28140 28125 0 06:50 ? 00:00:54 java -Xms256m -Xmx1024m -classpath .. /lib/63_CME_MessageFactoryPatch.jar:.. /lib/fix-application-server.jar:.. /Resources -Dcom.cameronsystems.fix.management.Jmxmanagementservice.startupScript=/home/Cameronfix/Socketadapter/buy.sh com.cameronsystems.fix.universalserver.Universalserver -id buy -xmlconfig Buy_dsv.xml -server buy1 -cluster buyCluster_dsv -nogui
I didn’t quite understand your question. You have a single java process with two files .jar and folder
resource
in the classpath. All the rest of the line after the classpath, including the file pathbuy.sh
are arguments that you are passing to your application. What do you mean by "queue" or "continuous" I could update your question with more information?– Anthony Accioly