B4J Question [RPi][ABMaterial] can't get the server to run manually

Cableguy

Expert
Licensed User
Longtime User
Hi guys...

The last few steps of this Odyssey of mine called Pi Server...

So I got to the point were everything is working...
Normal webpages are served by Apache, and WebApps are redirected to the ABM running server... IF, AND ONLY IF, I'm running the ABM webapp from the IDE, Bridge connected!!

I jut can't get the dahm .jar to run!

I have tried copying it to several folders in the pi, including the user "pi" root folder, and then trying to run it using sudo java -jar MyWebApp.jar

The command line seems to be busy for a few seconds and then comes to life again...
There are no visual signs that the server has started, no log in the console, nothing!

So... any thoughts???
 
Top