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
0
votes
0 answers

Issue with Rewriting an URL for Weblogic Server 10.3.6

I have been working on 2 different web servers(dev-banabc and dev-banxyz), on which we have 2 applications running on each Weblogic Server. I have tried other solutions found on serverfault, however, nothing is working for me as it only works for…
0
votes
1 answer

Weblogic 12.2 Not starting after unexpected restart of windows machine

I am using Weblogic 12.2 version. It worked perfectly, but just before my system got restarted due to some power failure. From that moment My weblogic got stuck after showing the initial logs. I cleared the cache, data, log, tmp directories, but…
Anish Antony
  • 111
  • 2
0
votes
1 answer

reverseproxy to connect multiple backened server from single virtual host

I have a apache http server that acts as proxy to connect to backened app servers. e.g. MachineA(https) -> MachineB(reverseproxy) -> MachineCn(App) Here MachineA(Public_lb) port 9002 is mapped with MachineB(internal apache) port 7777. In backened,…
kumarprd
  • 101
  • 4
0
votes
3 answers

How set Oracle Weblogic oraInventory location?

I've downloaded Weblogic Quick Installer from Oracles site (http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html). I've set ORACLE_BASE and ORACLE_HOME to directories with write permission. export…
Victor Ribeiro
  • 161
  • 1
  • 6
0
votes
1 answer

Apache balancing towards Weblogic backends, mod_wl vs mod_proxy_balancer

for a lot of years now, we have been using an Apache Server with Mod_wl plugin to balance sessions towards multiple backend Weblogic webservers. Now after a a while we also started using the same Apache to reverse proxy towards other internal…
gotjee
  • 89
  • 1
  • 1
  • 5
0
votes
1 answer

apache config to redirect https to http weblogic module

I have 3 Machines which I am configuring this way to work. MachineA(https) -> MachineB(reverseproxy) -> MachineC(App) MachineA - The public facing load balancer where SSL certificate is installed MachineB - Apache http server to which the request…
0
votes
1 answer

Weblogic server arguments via Admin Console

I'm working on a Weblogic domain where I have deployed a Web Application on the Admin server node. I want to pass an argument when the server starts. I'm trying to do this via the Admin Console, more specifically Servers -> Admin -> Server Start ->…
0
votes
2 answers

Audit Changes to Individual Files in WAR

I have a WAR file that is deployed to an older Weblogic instance. My management is concerned about the application being hacked and files (especially JSPs) being changed. What solutions exist for auditing changes to files in a deployed WAR? More to…
Jason
  • 101
0
votes
1 answer

Liferay-dxp configuration on weblogic 12c

How to configure liferay-dxp (sp1) in weblogic 12c ? Please find detail log . 14:53:58,877 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][SPATopHeadJSPDynamicInclude:47] Unable to include JSP…
0
votes
1 answer

finding out list of web urls being served by apache or weblogic

Was never into web applications / middleware / but happen to took over a couple of webservers running apache and weblogic. q1) How do i find out what are the individual web instances/services (or virtualhosts i assume) and their default URLs path…
Noob
  • 363
  • 3
  • 7
  • 17
0
votes
2 answers

How do I restart a WebLogic domain remotely using Ant?

I have a setup where I'm running Oracle BPEL Process Manager in a set of WebLogic 9.2 servers. I have a release management system on another server that builds and deploys BPEL suitcases into these servers, using Ant. The recommendation from…
Paul Schifferer
  • 103
  • 2
  • 4
0
votes
1 answer

Different pid between NodeManager Managed Server and Java Process

On our Weblogic server, when the server goes OOM, the hprof file is generated with a pid java_pidA.hprof but there is another message from the Node Manager that says managed server ManagedServer_1 with pid pidB was shut down successfully. Why are…
Chinmoy
  • 101
  • 2
0
votes
1 answer

web logic scripting tool (wlst) start command not working - weblogic

Why is this 'start' command not working? I have almost half a day experience with WLST so I am not sure what is going on. Here is a copy paste from the shell: wls:/base_domain/serverConfig> start('H') Starting server H ...Hostname verification…
user3870315
  • 101
  • 4
0
votes
1 answer

Nginx, Weblogic, and reverse proxy by path

I'm having issues getting my reverse proxy to work when using a path in nginx. What I am trying to do is have one address for an application, and dictate the environment with the path. Depending on the path, it would point to a different server. I'm…
Robert Foster
  • 83
  • 1
  • 1
  • 4
0
votes
1 answer

weblogic - get http/https connections count

I am looking for way to get http/https (both combined) current active connections count. I am using Weblogic server with multiple Webapps. Usage of count of connections is to send request on 100 connections established on server so other app remind…
Ankur Loriya
  • 105
  • 1
  • 6