Questions tagged [weblogic9.x]

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

The 9.x (November 2006) 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 9.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

87 questions
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
9
votes
4 answers

Where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet. I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see the application. Now I want to see the servelt file…
sap
  • 679
  • 3
  • 8
  • 21
6
votes
1 answer

How do I return a (custom) SOAPFault from an Axis web service?

I have some WSDL from which I need to generate a web service implementation. I'm using Eclipse, and Axis1.4, and running on Weblogic9.2. Generating the server stubs goes fine, and I've implemented the code I need to. However, for compatibility with…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
4
votes
2 answers

Getting JAX-WS client work on Weblogic 9.2 with ant

I've recently had lots of issues trying to deploy a JAX-WS web servcie client on Weblogic 9.2. It turns out there is no straightforward guide on how to achieve this, so I decided to put together this short wiki entry hoping it might be useful for…
michuk
  • 1,332
  • 1
  • 13
  • 19
4
votes
1 answer

Real path to a virtual directory

I setup a mapping to my images directory in Weblogic.xml by using the virtual-directory-mapping tag. How can I read the value of the real path so that my application can access that virtual directory for write access? JMX seems to be of no help here…
Seeta Somagani
  • 776
  • 1
  • 11
  • 31
4
votes
4 answers

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl while starting the weblogic

As part of our application we are using apache's xerces jaxp parser. When we deploy the application on weblogic 9.2, we are getting the following error. org.springframework.beans.factory.BeanCreationException: Error creating bean with name…
venkat
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

Using Maven to Deploy to Weblogic Clusters

org.codehaus.mojo weblogic-maven-plugin 2.9.1 We're currently using the weblogic maven plugin successfully to deploy to our local WebLogic 9.2 instances. When we try to deploy to a remote environment we have a problem. We use a two machine cluster,…
Mark Sailes
  • 1,224
  • 15
  • 17
4
votes
2 answers

How risky if I develop on Weblogic 10.x and deploy to Weblogic9.2.x?

Recently I took over a relative old project, which is running on weblogic 9.2. I need work on some change requests. I don't know much about weblogic product. The old DEV-Env is windows based, however I dont have a windows machine. I tried to…
Kent
  • 189,393
  • 32
  • 233
  • 301
3
votes
3 answers

Automatically unregister MBeans (registered by Spring) when WebLogic application is undeployed

In my Spring application (which is deployed on WebLogic server) I have the following Spring beans definitions:
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
3
votes
1 answer

Use JAXB unmarshalling in Weblogic Server

Especifications: - Server: Weblogic 9.2 fixed by customer. - Webservices defined by wsdl and xsd files fixed by customer; not modifications allowed. Hi, In the project we need to develope a mail system. This must do common work with the webservice.…
Leo
  • 75
  • 1
  • 9
3
votes
0 answers

Login fails after new user registration | Weblogic security

My application is deployed on Weblogic and I'm extending Unified User Profile(UUP) from Weblogic API for new user registration into the portal but I'm facing an issue where after completion of user registration, user gets redirected to login page…
Pratik Ambani
  • 2,523
  • 1
  • 18
  • 28
3
votes
1 answer

Weblogic: How do I list all logged on users?

I'd like to list the currently logged on users for my Weblogic domain Failing that, I'd like to know how many users are logged on. Ideally by using the admin console, or a script if I must.
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
3
votes
0 answers

Usage of startscript.xml in weblogic to generate sh files during domain creation process

I used weblogic for my learning purpose and i have read in weblogic documentation that using startscript.xml one can update modify sh and cmd files and place in domains root directory during the domain creation process. For example using below…
3
votes
2 answers

HTTP caching headers settings weblogic

Does anyone know how to modify weblogic settings to set the HTTP cache header to a far future date? For example in my current setup weblogic sets the http cache headers to expire in 5 hours (as a response of HTTP/1.1 304 Not Modified). This is the…
CoolBeans
  • 20,654
  • 10
  • 86
  • 101
3
votes
3 answers

Unable to initialize log4j

I'm trying to initialize log4j-1.2.8 for my application by creating a listener class implemented from the ApplicationLifecycleListener of Weblogic 9.2. When I deploy the application, I'm getting following exceptions: java.lang.NoClassDefFoundError:…
Gaurav Saini
  • 744
  • 2
  • 11
  • 22
1
2 3 4 5 6