A half a month ago, I installed a Linux server for my company, and then I installed Oracle 10 GB and WebLogic 10 on it. I wanted to write the Weblogic installation process separately, but I installed it in text mode. Because I encountered a problem during installation, that is, I installed WebLogic 10 on Redhat Enterprise Linux as5.4 and used the graphical installation mode. Next step, in step 3, the password box cannot be entered. I have installed WebLogic twice, and both of them are like this, for example:
So I used to install it in text mode later. Everything is OK!
Then we installed our company's system on this server in Hangzhou for simulation. The problem is that some areas cannot be accessed. For example, you can access the website in Hangzhou, and all the computers in our company cannot be displayed on this page, including the network of Industry and Commerce on our own side. Everyone is wondering. Servers are placed on the Intranet and mapped out through NAT. Everyone is on the Internet. Why are there some places that can be accessed but cannot be accessed? The firewall in Hangzhou has not been properly handled. It restricts IP addresses other than Hangzhou. However, I contacted the technical department manager in Shanghai, and the firewall was normal. When I used Firefox to refresh the Page accidentally, the following information is displayed:
The Server is not able to service this request: HTTP/1.0 403 Forbidden WL-Result: UNAVAIL Content-Type: text/htmlThe Server is not able to service this request: [Server:002621]Connection rejected, the server license allows connections from only 5 unique IP addresses.
Understand! It is because WebLogic has not cracked it! This license allows only five IP addresses to be connected. After WebLogic records the first five IP addresses, all subsequent IP addresses are rejected. I found that most of the displays "this page cannot be displayed", and occasionally refresh the page to display such information. I said it was caused by the fact that WebLogic was not cracked. I do not believe it in Hangzhou. But I firmly believe that! I told him to give it to me. You should be busy with other things. Then I went to the Internet to search for the Weblogic 10 attack and finally got it done. I 'd like to share it here.
Windows WebLogic 10 cracking
1. Copy license. Bea and weblog_crack.jar to the BEA installation directory, for example, D: \ Bea.
2. Modify D: \ Bea \ user_projects \ Domains \ odpsdomain (your domain) \ bin \ startweblogic. cmd.
Modify
Set classpath = % classpath %; % medrec_weblogic_classp
Is
Set classpath = D: \ Bea \ weblogic_crack.jar; % classpath %; % medrec_weblogic_classp
3. Restart WebLogic
That's easy!
Linux WebLogic 10 cracking
The procedure is the same as that in windows, but the path in Linux is different.
The cracked program is not my original one, But I tested it successfully! So far, the three-day problem is finally solved! But what's worse is that when I immediately told the technician in Hangzhou, he did not admit it and told me: Well, what operations have I just done to solve it. Alas, it's speechless, so self-esteem is too strong ..
Finally, this site members download the Weblogic 10 cracking package-
Click to download