The weblogic-10.x tag has no wiki summary.
-1
votes
0answers
9 views
Weblogic option is showing empty after restarting system windows 7 home basic? [closed]
My PC configuration is Windows 7 Home Basic, 3 GB RAM, 64 bit. I have installed Weblogic 10.3 32 bit on my system. After installing it worked correctly, and i run 2-3 servlet programmes. But on ...
0
votes
1answer
765 views
“Clear Text Credential Access Enabled” field
Searching for answers about the "Clear Text Credential Access Enabled" field, I found a question on an oracle forum that was my exactly what I was trying to find out. Thinking that my answer would ...
1
vote
3answers
725 views
Weblogic 10.3 weblogic.jar classpath issues
I am upgrading an old WLS8.1 app to 10.3 (11g)
My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary ...
1
vote
0answers
7 views
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 ...
0
votes
0answers
168 views
Resetting WebLogic admin password
I have faced an issue in reseting weblogic admin user password. Following are the steps i have executed in sequence.please help to understand why it is not working this way
I have 2 managed ...
1
vote
0answers
24 views
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.
...
1
vote
1answer
375 views
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 ...
1
vote
2answers
240 views
Assigning a particular no of cores to a Weblogic instance
Using virtualization we have built LDOMS in a single Solaris box, where each LDOM has 8 Cores and 12 GB of RAM. We have a Weblogic app server instance (managed server) running on this LDOM where we ...
1
vote
0answers
117 views
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 ^/$ ...
0
votes
2answers
328 views
Accessing website through load balancer
I am facing problem while accessing web site through load balancer but it work fine when I call website directly.
After getting traces I found my client is retransmitting TCP packet with PSH+ACK four ...
0
votes
1answer
309 views
WebLogic Server internal server error
when I deploy a project in Apache Tomcat 6.0 it's working fine. When I deploy the same project in weblogic server 10.3 it's showing an error like below:
Error 500--Internal Server Error
...
0
votes
1answer
185 views
How to install Agile PLM on weblogic cluster?
I want to install Agile PLM in a clustered environment with one admin and one managed server. Im getting no error while installing but the server issnt starting up.Please help
1
vote
1answer
157 views
How do I disable javelin jsp-recompiler in weblogic 10.3?
How do I disable weblogic's javelin recompiler? It seems to be using some version of JDK5 source level, and I believe that this can be disabled in weblogic 10 in favor of regular JDK6.
Does anyone ...