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

170 questions
0
votes
2 answers

Apache 2 with Weblogic Plug-in Redirection, original location still requested to backend

We're trying to setup an SSL server in front of a Weblogic server using Apache as the SSL provider. Here's what's inside of our httpd.conf: SetHandler weblogic-handler WebLogicHost 10.11.1.1 WebLogicPort 8700 …
Edo
  • 13
  • 1
  • 6
0
votes
2 answers

How can I monitor a JMX based system from a non JMX based client?

I want to monitor a weblogic system which uses JMX via an Erlang client. How can I do this? (Note that I cannot use SMTP as it is disabled and cannot be enabled on the server)
yazz.com
  • 6,743
  • 14
  • 37
  • 38
0
votes
1 answer

Cannot Start Weblogic Managed Server,

We are running Weblogic 7sp6. We have a working single node cluster with an Admin and two Managed servers. We are re-creating a 2nd standalone cluster on a 2nd server. We reinstalled Weblogic and have copied over all the configuration files to make…
roacha
  • 427
  • 1
  • 6
  • 9
0
votes
1 answer

oracle 11g driver to be configured to weblogic9.2

Friends, I need oracle 11g driver to be configured to weblogic9.2... Surfing for this found we need to add ojdbc5_g.jar; but no luck. Can u advise here if u have any idea? Thanks in advance.
user46186
0
votes
2 answers

Weblogic WLST classpath

When I run the WLST .sh script to set the env as follows why can't I see the updated path when I do echo? [linbox2 bin]$ ./setWLSEnv.sh…
user43736
0
votes
1 answer

Reverse proxy apache to weblogic problem

I have apache 2.2 server and welogic 11g running on web server. Apache is set for revers proxy on port 8080, weblogic serves two web pages and it's on port :7001 first page: localhost:7001/e-SPP/app second page: localhost:7001/e-sprejem/app I would…
Zlatoroh
  • 3
  • 4
0
votes
1 answer

javax.naming.InvalidNameException using Oracle BPM and weblogic when accessing directory

We are getting this exception when we start our cluster (2 managed servers, 1 admin), we have deployed only the ears corresponding to the OBPM 10.3.1 SP1 in a weblogic 10.3. When the server cluster starts, one of the managed servers (the first to…
alfredozn
0
votes
1 answer

how to configure memcached for weblogic 10.x and oracle 10.g

Have some web app using java, jsp, servlet. too many times frequent queries to oracle 10g under load. Thinking to introduce memcached, Is it simple ? Can it be done without code change? are there any other solutions avaliable?
None
0
votes
4 answers

Which book would you recommend for a Weblogic sysadmin?

Apart from the BEA docs?
Sharjeel
  • 347
  • 4
  • 18
0
votes
1 answer

Cannot cd to parent directory with cd dirname

I have made a bash command which generates a one liner for restarting all Weblogic ( 8,9,10) instances on a server. The script works well but I need a suggestion to make it better using the dirname concept /usr/ucb/ps auwwx | grep weblogic | tr ' '…
Sharjeel
  • 347
  • 4
  • 18
0
votes
0 answers

Idea for better performance in development environment Web Logic remote?

I would like to ask for help and guidance, about the problem and the idea I had, open to suggestions. I'm working on a project where the application is in weblogic and there are several modules. In the dev team, everyone has ecplise and weblogic…
0
votes
0 answers

how to handle extreme hug Weblogic server .out file?

Weblogic server under logs folder has servername.out0000x files which are extreme huge. Log folder is over 1.4TB and some servername.out000 files are over 100 G. How these file can be reduced size or can be deleted? Is there any way to handle…
0
votes
0 answers

Migrating from Weblogic to Tomcat

I now have a JAVA-EE application running with weblogic with several modules running locally 100%, however it is very slow with weblogic, mainly at republish times in some modules. I would like to know if I can migrate it to run through tomcat 7, I…
0
votes
0 answers

Connection timed out (FRM-92103) with Oracle Forms 11g on Azure Windows Virtual Machine

We are running an Oracle database 19c with Oracle Forms 11g on Azure Windows VM. Our config is as follows: Azure Windows Virtual Machine Standard B4ms (4 vcpus, 16 GiB memory) Public IP address with an "idle timeout" of 30 minutes (maximum…
Xim
  • 43
  • 6
0
votes
0 answers

Why does replacing certificate in WebLogic now require TLS1.2

We replaced a self-signed certificate JKS with a signed certificate in WebLogic 12.2.1.3.0. The C# desktop applications that connect to a service hosted there now fail with "The request was aborted: Could not create SSL/TLS secure channel". That…
1 2 3
11
12