Questions tagged [weblogic]

WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

6049 questions
17
votes
1 answer

How does weblogic clustering work?

I'm new to weblogic. I've read http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/overview.html and searched this topic on the internet but still had a hard time understanding some of weblogic's clustering concepts. Can anybody…
Russell
  • 3,975
  • 7
  • 37
  • 47
17
votes
1 answer

Where do I put weblogic-application.xml in my Maven 2 project?

Where do I put weblogic-application.xml in my Maven 2 project so that Maven places it in META_INF in the target EAR artifact?
Derek Mahar
  • 27,608
  • 43
  • 124
  • 174
17
votes
5 answers

Using maven as build tool for Weblogic 10.3

I am trying to setup Weblogic Server 10.3 (and Portal etc.) to use maven as a build tool. I am trying to find a decent tutorial or documentation how to do this. There are some tutorials for older versions like 9.0, but there is little info for…
Juha Syrjälä
  • 33,425
  • 31
  • 131
  • 183
17
votes
2 answers

An internal error occurred during: "AppXray Indexing..."

I installed Oracle WebLogic Tools for Eclipse Luna and now I get the error in the title at startup. I've attached the Eclipse log below. java.lang.NullPointerException at…
user994165
  • 9,146
  • 30
  • 98
  • 165
17
votes
5 answers

When is it appropriate to use an EAR and when should your apps be in WARs?

We have many Spring web applications to make on a WebLogic server and are curious about when WARs should go in an EAR and when they should just exist as WARs. Occassionally, the WARs will need to access common logic JARs, but I don't see why these…
Buns of Aluminum
  • 2,439
  • 3
  • 26
  • 44
17
votes
8 answers

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 am running into an issue with external properties files. In Jboss I can just put the properties files into…
broschb
  • 4,976
  • 4
  • 35
  • 52
16
votes
2 answers

How to set order of jars in WebLogic?

In my application I am using Joda-Time 2.0 but in my WebLogic path there is library Joda-Time 1.2. How can I change the order and tell WebLogic to use my library? Now it is using its own library, not mine. I just added a Maven project dependency to…
hudi
  • 15,555
  • 47
  • 142
  • 246
16
votes
4 answers

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 of weblogic, 8.1, however I could use any version of Ecplise. I would like to debug the application and set breakpoints etc. My…
Ville M
  • 2,009
  • 7
  • 30
  • 45
16
votes
1 answer

Starting WebLogic 9.2 Managed Server in debug mode in Eclipse

We are trying to switch from MyEclipse 10 to Eclipse Indigo. We are currently using WebLogic 9.2, and typically debug directly in Eclipse. Using MyEclipse, we were able to get the Server defined within the IDE to start/stop the Managed Server…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
16
votes
3 answers

Weblogic Admin Server vs Managed Servers

What is the difference between a managed server and admin server in Weblogic parlance? What is the responsibility of both in a standard production environment? P.S: As I understood from the docs the Admin servers' responsibility is to manage the…
Geek
  • 26,489
  • 43
  • 149
  • 227
15
votes
6 answers

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? I know we can specify the argments like below: In the Domain Structure pane, expand the Servers node. Click the name of the server that you want…
priceline
  • 3,157
  • 5
  • 20
  • 21
15
votes
9 answers

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 on discussion boards which say that change it under ...//config/config.xml. Even I thought so, but surprisingly, there is no…
Bhushan
  • 18,329
  • 31
  • 104
  • 137
15
votes
3 answers

Java argument to specify Java.Security file for JVM

I'm looking for a java argument (or perhaps some different method) to allow me to specify a file to be used by the JVM as the java.security file, rather than using the one found in the JDK (in the JRE lib). To give you a little more context, I am…
Kai
  • 261
  • 1
  • 2
  • 9
15
votes
6 answers

JMS transport v/s MQ transport

I am using Oracle Service Bus(OSB) as the MOM, and the destination URI is a IBM MQ queue. I just want to know which would be the preferred transport. OSB provides 2 adapters for the same, JMS adapter and MQ adapter for transport. Does any one knows…
hakish
  • 3,990
  • 7
  • 39
  • 56
15
votes
2 answers

What is the common practice for targeting Foreign Servers in Oracle WebLogic Server

We’re trying to come up with something approaching a simple and straight-forward model for targeting of JMS resources in WebLogic (fat chance, I know). Queues and Topics can easily and quite intuitively be mapped to JMS servers running on WebLogic…
Andrew Phillips
  • 1,050
  • 9
  • 16