详解WebLogic的web.xml配置文件



	
	
		HttpClusterServlet
		weblogic.servlet.proxy.HttpClusterServlet
		
		
			WebLogicCluster
			127.0.0.1:8001|127.0.0.1:8002
		
	
	
	
		HttpClusterServlet
		/
	
	
		HttpClusterServlet
		*.jsp
	
	
		HttpClusterServlet
		*.jspf
	
	
		HttpClusterServlet
		*.htm
	
	
		HttpClusterServlet
		*.html
	

你可能感兴趣的:(weblogic)