Hi all!
For simple testing purpose I need to deploy the simplest application possible on Oracle Weblogic.
All I'd need to do is test if the application is running and, if not, start it again using bash.
For the moment being I successfully installed Weblogic (wls1036_dev.zip) and I can access its console at
http://MYIP:7001/console/
I have found this and I was able to compile using MVN but the next steps are totally unclear to me:
http://tomee.apache.org/examples-trunk/helloworld-weblogic/README.html
Can you please provide some hint / guidance in publishing the simplest hello world app?