Online usually only introduce Apache to make Tomcat or Apache to configure the WebServer of WebLogic, but Apache is also very rare. Not long ago, I met this problem. Introduction is as follows: Each provincial telecom is connected to the Telecom Group Corporation Headquarters (located in Beijing) through internal DDN, and can only access various services through PCSERVER IP 98. At present, there is currently a settlement analysis service of the Group. 98 (using Tomcat4), and at the group headquarters operating analysis service (with WebLogic Server8.1, the internal HP-UNIX host, not in DDN), so you need to local Tomcat on the apache of the PCServer in the IP 98. WEBLOGICSERVER on the remote host, making the provinces users can access these two systems through 98. The settlement analysis is not a service name (ie http: //xx.xx.xx.98: 8000), static requests are processed by Apache, responding static pages or pictures to the client to reduce the burden on Tomcat services, enhanced performance; The operating analysis service needs to be accessed through the service name. It is currently "Telecombi" (ie http: //xx.xx.xx.98: 8000 / telecombi), through Telecombi dynamic requests should be processed by WebLogic, static requests and The settlement analysis is administered by Apache. General Apache Tomcat or Apache WebLogic Configuration I don't have to say more, there are many places on the Internet, I only put the following places you need to pay attention to.