Some time ago, I read about a way to start the Weblogic domain in a "thin" version that will not load all the J2EE tools.
Since my app is quite simple, using only JDBC from container configuration will be useful make some tests to verify if we got a better performance.
As far I remember the Weblogic console will simply don't show the configurations on the menu as well.
If anyone can guide me how to produce a domain like that will be great.
Thanks for your time.
To run the ligher version of WebLogic (without EJB, JMS) add the following option to the command line option startup :
-DserverType="wlx"