Top "Weblogic" questions

WebLogic Server is a Java EE application server from Oracle.

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
Why is itshowing your JDK 'C:\Program Files\Java\jre7' is not a valid JDK while installing WebLogic server?

It's showing - This installer must be executed using a Java Development Kit (JDK) but C:\Program Files\Java\jre7 …

java weblogic
How to work with Weblogic in Eclipse?

What are the recommended plugins for eclipse to work with weblogic? Specifically I would need to work with older version …

java jakarta-ee weblogic
Using external properties files in weblogic

I am working on deploying a J2ee application that I have previously been deploying in JBOSS into Weblogic 10.3.1.0. I …

java jakarta-ee properties weblogic classpath
Weblogic Error 403--Forbidden

I am trying to run a Java EE application on weblogic. The application works fine on Tomcat. I have customized …

jakarta-ee web-applications weblogic war http-status-code-403
facing perm gen space error in weblogic

I am new to weblogic. After starting the server when i see administrator console and get log-in it throws below …

java garbage-collection weblogic
Weblogic or JBoss?

I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over …

java jboss weblogic
Tomcat vs Weblogic JNDI Lookup

The Weblogic servers we are using have been configured to allow JNDI datasource names like "appds". For development (localhost), we …

java tomcat jakarta-ee weblogic jndi
How to force Weblogic to start deployments in active state (i.e. not just prepared)

When I start a Weblogic instance with a deployed application, the deployment is sometimes left in prepared state, not in …

weblogic weblogic-10.x
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