Questions tagged [weblogic11g]

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
20
votes
2 answers

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 have used only Tomcat and this is the first time where I will deploy in a Weblogic Server. In Tomcat, I could view the exploded view of my projects by looking…
Mark Estrada
  • 9,013
  • 37
  • 119
  • 186
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
12
votes
2 answers

.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. Caused By: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to…
user2982680
  • 979
  • 2
  • 9
  • 16
11
votes
4 answers

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.sql.DataSource) context.lookup("java:myDataSource"); I also have a data source configured in…
wsb3383
  • 3,841
  • 12
  • 44
  • 59
10
votes
1 answer

package javax.annotation.security does not exist

I'm trying to start a Jersey/1.7 based project from scratch (as opposed to copying an existing project and adding new code on top, which is what my client normally does) in order to learn how stuff works. I'm stuck in a very early phase, trying to…
Álvaro González
  • 142,137
  • 41
  • 261
  • 360
10
votes
3 answers

Weblogic 11g and JavaEE 6

I was wondering if Weblogic 11g already supports JavaEE 6. As I didn't find anything about it in google, I thought that it didn't, until I found a comment saying that Oracle WebLogic Server 11g is Java EE 6 complaint. Despite that, I haven't found…
Pau
  • 803
  • 1
  • 6
  • 12
10
votes
2 answers

How do I have weblogic reload cached JSPs on restart

Our method of deploying a new version of an app for weblogic (11g) is to copy over top of the existing ear file and then stop and restart the weblogic server. We do a start/stop of weblogic rather than a redeployment, because of the known permgen…
BestPractices
  • 12,738
  • 29
  • 96
  • 140
8
votes
2 answers

What's the difference between "Stuck Thread Max Time" and "Max Stuck Thread Time" in Weblogic 10.3.x?

Weblogic 10.3.6 Admin Console has two parameters related with Stuck Threads time configuration. One in: Servers -> Some_Server -> Configuration -> Tuning has the parameter: Stuck Thread Max Time Other in: Servers -> Some_Server -> Configuration ->…
avaz
  • 523
  • 2
  • 8
  • 20
8
votes
2 answers

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 as /myapps The problem I am having is it is taking the war file name as context root instead of…
Jacob
  • 14,463
  • 65
  • 207
  • 320
8
votes
2 answers

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 incorrect info) with the documentation (readme) that states that any jars placed in the $DOMAIN_HOME/lib directory would be added to the classpath…
JonH
  • 501
  • 7
  • 13
  • 25
7
votes
1 answer

Could not load 'class path resource [org/springframework/ws/client/core/WebServiceTemplate.properties]

I have written some code in which i am consuming another webService and sending a request to that webservice using WebServiceTemplate. But i am getting the following exception when that code trgiggers. I have checked the lib's of Spring Core &…
user3548196
  • 355
  • 1
  • 9
  • 32
7
votes
2 answers

WebLogic Console - No application files exist when redeploying application

When stopping/starting a deployment via the WebLogic Admin console, sometimes we get the following error: Unable to access application source information in…
David Hergert
  • 1,442
  • 3
  • 14
  • 22
6
votes
2 answers

Does weblogic support CDI Beans?

I started to work with weblogic 11g version 10.3.2.0 Does weblogic support CDI Beans ? Thanks
Chen
  • 61
  • 1
  • 2
6
votes
1 answer

Oracle Weblogic OAM get user information using session cookies

Oracle/WebLogic noob here. I'm not sure if I'm asking the right questions but any and all tips will be greatly appreciated. We are trying to deploy an Angular 4 web application on to an Oracle WebLogic server w Apache HTTP and security managed by…
1
2 3
41 42