Questions tagged [weblogic]

Oracle WebLogic consists of a Java EE platform product-family that includes a web server, portal, and related components.

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

171 questions
1
vote
1 answer

Weblogic : disable user-lockout on specific managed servers

1 of the powerful features of weblogic is the user-lockout mechanism in the security realms. In our case this is very useful, but there is 1 but... On some of our managed servers, all (HTTP) users are expected to use the same username/password, so…
user221304
  • 11
  • 3
1
vote
1 answer

Weblogic Class-Path Dependencies EAR

I am deploying an EAR in a WebLogic node with many jars defined in the bootstrap (startWeblogicServer.bat) class-path. The problem is that my ear and the bootstrap contain different versions of the same jars, not only that but certain jars contain…
user18287
1
vote
0 answers

Setting up WebLogic server for developing

Guys I'm in the middle of a youtube series teaching me about web services using Eclipse/Java Now I'm kinda stuck at a point and maybe you could help me out. It involves setting up a server and I have no experience with that In this following…
Allan
  • 11
  • 1
  • 2
1
vote
0 answers

Redirect from my local weblogic server to server with static content

I have a .war with static content that contains js frameworks like jquery, extjs. Actually we have separate static content server for it. But when work with local server it is not available. I don't want to deploy this .war with static content to…
nahab
  • 131
  • 4
1
vote
0 answers

WebLogic JMS Cluster

I'm running Oracle WLS 10.3.5.0. I have two Managed Servers and want to setup distributed JMS Queues on them. However, I'm confused about the relationship between JMS Servers and Persistent Stores. I have created two migratable JMS Servers, one on…
retrodev
  • 237
  • 4
  • 13
1
vote
1 answer

Migrating WebLogic 10.3.0 to new host. Slow managed server startup times

We are migrating our Blue Martini Commerce application (only supported on WebLogic 10.3.0) to a new host (Redhat 6.3 on a VMWare ESX vm). We are seeing extremely slow start up times for our managed server(s) that is basically 20x slower than our…
wadevondoom
1
vote
0 answers

How to limit a webapp to a certain number of CPU cores

I need to set a webapp to run on a certain number of cores/ or all of them, on the server(depending on configuration). The webapp will be running on any one of the following application server's. Apache Tomcat Weblogic webspere 7.0 or higher Jboss 4…
frewper
  • 111
  • 3
1
vote
1 answer

OHS + weblogic - Customize error 500

and sorry if the question looks stupid (it may be ^^), I'm a newbie in HTTP server. We use OBIEE 11g, that means we have Weblogic and we chose to use an Oracle HTTP Server (OHS, built on Apache) in front. OHS uses mod_wl_ohs to interact with…
Emmanuel
  • 111
  • 1
  • 7
1
vote
2 answers

Meaning of message in access log file

I am seeing the issue in one of my web server access logs which is proxying to weblogic ...-0400] "GET /" 500 32 Can you suggest what this might mean. It is a sunone web server
1
vote
0 answers

Apache redirect rule not processing correctly

Consider this code: RewriteEngine On RewriteRule ^$ http://%{HTTP_HOST}:8177/index.jsp [C] RewriteRule ^http://([^:]+):([^/]+)(.*) http://$1:8177$3 [R=301] RewriteRule ^/$ http://%{HTTP_HOST}:8177/index.jsp [C] RewriteRule…
1
vote
1 answer

Weblogic giving license error for only one managed server

Hi i am running weblogic 8.1 on a unix server. I currently had 4 managed servers running fine and started two more today. Unfortunately people started getting denied with a "The server is not licensed for this operation.connect rejected, the…
greenguy
  • 11
  • 2
1
vote
2 answers

Weblogic administration console way too slow

I've installed weblogic 10.3.3, configured simple domain with default configuration. And after starting weblogic I cannot use it via admin console because it is starting too slow (~10 mins). It seems that admin console application is being deployed…
altern
  • 195
  • 1
  • 12
1
vote
3 answers

Weblogic takes time to startup

I installed weblogic 9.2.3 on Linux redhat 5.5 but I have weird error which is that it takes a long time to startup. So when I have to restart weblogic first I have to reboot Linux server then startup again weblogic here you can see the logs
Codeking
  • 11
  • 2
1
vote
1 answer

Creating a configuration based virtual directory in WEB-INF

Within a web application I want to create a "virtual directory" that lives under the WEB-INF directory. In effect what I am trying to accomplish is the same effect as creating a soft link in the filesystem if the application were run exploded. I am…
M. Jessup
  • 121
  • 1
  • 4
1
vote
3 answers

Recover password for datasource in Weblogic

Is there a way to recover the password for a jdbc datasource, which I used in a Weblogic Application server? I could change it, but since I'm not entirely sure, where we use the database, that would be rather complicated. I have full administrative…
dertoni
  • 335
  • 1
  • 6
  • 12