Top "Weblogic" questions

WebLogic Server is a Java EE application server from Oracle.

Deploying file to WebLogic - Error: Unresolved Webapp Library references

I received this error on deploying the file to WebLogic. Should I make any alteration to the Weblogic.xml file? …

weblogic weblogic-10.x
Weblogic Config Files - weblogic-application.xml, weblogic.xml, application.xml, web.xml

I am aware of the 4 configuration files we use for WebLogic: web.xml weblogic.xml weblogic-application.xml application.xml My …

java xml weblogic weblogic-10.x weblogic12c
weblogic.Deployer location

I'm using WebLogic Server version 10.3.6.0 and have been tasked with writing some scripts to automatically deploy Java applications. I'm looking …

oracle weblogic weblogic11g
Weblogic Parallel Applications Deployment

By parallel applications deployment, I'm talking about getting rid of the edit lock error in Weblogic deployment. [Deployer:149163]The domain …

weblogic web-deployment
Weblogic 10.3: Webapp security using web.xml and DB roles inside WLS console

Scenario We are using Weblogic Server 10.3.4 to run our webapp which has security constraints enabled in order to require a …

java security weblogic container-managed
WebLogic client jar

I want to use Java with JMX to monitor WebLogic. I need to use wlclient.jar which is provided into …

maven repository weblogic weblogic12c weblogic11g
Weblogic set system property and use in java

I'm running Weblogic locally, but will run also be run in production on server instances administred from weblogic server I …

java weblogic system-properties
How to use java.util.logging in Weblogic?

I have an application that was migrated from Glassfish to Weblogic, and it uses java.util.logging as logging framework. …

weblogic java.util.logging
Database Connection via WebLogic

So I have a MySQL database, and I have a datasource on a local instance of WebLogic which is connected …

java mysql weblogic weblogic12c
Comparing string and boolean in Expression language

I have this behaviour I do not really understand ${someVar} ${someVar.class.name} ${someVar == 'error'} outputs false java.lang.Boolean …

java jsp weblogic el