Reputation: 674
I was trying to launch JRun using /opt/jrun4/bin/jrun but it showing some inconsistent behavior which is why its not running properly, any solution?
Upvotes: 0
Views: 68
Reputation: 674
I found the solution..
Launch JRun by using the following command:
/yourJAVA_HOME/bin/java -jar /opt/jrun4/lib/jrun.jar -start cfusion
it worked. thanks everyone
Upvotes: 1