oracle data source using weblogic

1. Generate the wlfullclient.jar required by the data source wlfullclient.jar generation method Enter weblogic's installation directory For example E:\tools\weblogic\wls12213\wlserver\server\lib  Operation java -jar wljarbuilder.jar You can generate the wlfullclient.jar file 2. weblogic configuration data source Basical ...

Posted by Sonic_Rage on Tue, 28 Apr 2020 08:44:21 -0700

RedHat 7.0 set weblogic to start automatically after power on

1 Description The system CTL tool is required to set the startup and self start. systemctl is a systemd tool, which is mainly responsible for controlling systemd system and service manager. SYSTEMd is a collection of system management daemons, tools, and libraries to replace the System V initial process. The function ...

Posted by nalkari on Mon, 13 Apr 2020 10:39:17 -0700

Common security vulnerabilities of Middleware (Reprint)

  Preface: The official account is Bypass. Click here to view the original Chapter 1: IIS IIS 6 parsing vulnerability IIS 7 parsing vulnerability PUT arbitrary file write IIS short file vulnerability HTTP.SYS remote code execution (MS15-034) RCE-CV ...

Posted by Chupa85 on Wed, 26 Feb 2020 19:50:26 -0800

RPC - preparation phase

It is a technology that requests services from remote computer programs through the network without understanding the underlying network Complete RPC network call process Service consumer: call the client stub in the local call mode; What is a client stub? Even if the remote method is in the local simu ...

Posted by robman2100 on Sat, 15 Feb 2020 18:49:13 -0800

How to deploy Mybatis on weblogic in spring boot integration

introduce In this paper, we refer to How to deploy spring boot gracefully on weblogic Mybatis is deployed on weblogic Server by using springboot. Environmental Science Development tool: Eclipseweblogic version: 10.3.6.0weblogic-jdk: 1.8.0_91 Technology realization Create Maven project and add it to pom file <project xmlns="http://maven.apac ...

Posted by chuckjones on Sun, 15 Dec 2019 12:28:55 -0800

Recognize JavaAgent -- get all classes loaded by the target process

Author: Longofo @ know Chuangyu 404 LabTime: December 10, 2019Original link: https://paper.seebug.org/1099/ Previously, a class was found in an application, but an error occurred during deserialization test. The error is not class not found, but other 0xxx errors. By searching this error, it is probably that the class was not loaded. Recently, ...

Posted by CRichardson on Thu, 12 Dec 2019 22:15:23 -0800

Automatic start and stop of weblogic

In the case of multiple weblogic versions and domain s on an application server, starting and closing is a very tedious process. First, it is necessary to enter the directory, then it is necessary to enable the appropriate commands. Once there are errors, the checking process is very patient. In order to simplify the process, the way of starti ...

Posted by lepass_7 on Fri, 25 Jan 2019 05:15:14 -0800