Top "Weblogic11g" questions

The 11.

how to change listen port from default 7001 to something different?

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 weblogic11g
How to lookup JNDI resources on WebLogic?

I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext(); dataSource = (javax.…

weblogic jndi weblogic11g
Custom arguments to set in Weblogic JVM

I need a custom property to set per each server JVM in Weblogic. What is the better approach doing it? …

weblogic weblogic11g
Viewing Deployed Apps in Weblogic Server

I am new to weblogic and I would like to find out how my files are arrange in Weblogic? I …

java weblogic-10.x weblogic11g
Weblogic javax.naming.NameNotFoundException while running application

I 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 weblogic11g
Oracle Weblogic adding jars to the classpath?

How 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 weblogic11g
.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory

I am upgrading Weblogic server from 9 to 10.3.6. when I am trying to deploy my ear application and got below exception. …

ear weblogic11g
User failed to be authenticated in WebLogic

I'm having problem with authenticating my weblogic server, i assigned correct username and password, what went wrong with my project? …

java web-services weblogic11g weblogic12c
Stored Proc hitting ORA-06502: PL/SQL: numeric or value error

I'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 jca
Weblogic application context root is war file name instead of name specified in weblogic.xml

I 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