本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
benladeng5225 - Anmin
- wddpwzzhao123
- duanfei
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- 青否云后端云
- xiangjie88
- lemonhandsome
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- jveqi
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- lyndon.lin
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
portal产品总结
sunr 写道我们行业目前要上门户系统,请问行业内主流的门户产品除了IBM的websphere,BEA的weblogic和alui产品外,还可以有哪些选择?不考虑Oracle以及Microsoft的产品
付费的:
IBM: websphere portal server, 目前已发展到6.0, 页面portlet实现用托拽来改变layout.
在我所做的项目中,客户主要是美国医院里面使用的很多,有 ...
关于weblogic集群配置与apache2.x代理服务配置
本文主要介绍了:
1,集群服务器的配置方法
2,apache充当eblogic集群HTTP SERVERS
主要提供一些网页材料,均来自网络
补充:
weblogic提供的apache插件,对于windows平台来说,只提供了从apache2.x之后的mod_wl20.so,之前的apache1.x并末提供相关的插件,但是其它平台都提供了,比如linux,solaris等
1)apache作为前 ...
Java HotSpot VM Options
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
This document provides information on typical command-line options and environment variables that can affect the performance characteristic ...
从tomcat到glashfish(glassfish的安装启动笔记)
1.从https://glassfish.dev.java.net/public/downloadsindex.html 下载glashfish
2.配置path java的路径
3.安装
按以往tomcat的安装经验,到这就ok了,但不知为什么这个不一样,当时还折腾了很久到处找启动的位置,发现少了后面的步骤
4.配置ANT_HOME 和path
5.进入glashfish的目录
...
The C10K problem
The C10K problem
原文链接:http://www.kegel.com/c10k.html
It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now.
And computers ...