The 11.
Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts …
weblogic weblogic-10.x weblogic11gI deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext(); dataSource = (javax.…
weblogic jndi weblogic11gI need a custom property to set per each server JVM in Weblogic. What is the better approach doing it? …
weblogic weblogic11gI am new to weblogic and I would like to find out how my files are arrange in Weblogic? I …
java weblogic-10.x weblogic11gI have created a data source name in Weblogic 10.3.6 as jdbc/appsmDS and the same name has been given in …
jdbc weblogic jndi weblogic11gHow do you add jars to the class path for Oracle 10.3.5...As I understood it, there is a bug (or …
java oracle weblogic weblogic11gI am upgrading Weblogic server from 9 to 10.3.6. when I am trying to deploy my ear application and got below exception. …
ear weblogic11gI'm having problem with authenticating my weblogic server, i assigned correct username and password, what went wrong with my project? …
java web-services weblogic11g weblogic12cI'm having a problem calling a stored procedure from OSB 11g thru JCA Adapter. The error I'm getting is: ORA-06502: …
oracle stored-procedures weblogic11g osb jcaI have an application which I have deployed using Maven to Weblogic 10.3.6. I have specified context root in weblogic.xml …
deployment weblogic war weblogic11g contextroot