For the 32-bit Fedora, below instruction will be work fine.
cd /home/your_account/.mozilla/plugins
ln-s /usr/java/jre*/plugins/i386/ns7/libjavaplugin_oji.so

Restart firefox and check a applet.

But in x86_64, there is no libjavaplugin_oji.so. Sun's java plugin installation location is
/jdkX.X/jre/lib/amd64/libnpjp2.so

[jchoi@/home/jchoi/.mozilla/plugins]ln -s /opt/java1.6/jre/lib/amd64/libnpjp2.so
It works find after restarting the firefox.

크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/30 09:44 2010/03/30 09:44

Presentation Knowhow

CONSULTING 2010/03/29 08:21
얼마전 10분 발표 세션이 주어져서 간략하게 작성하여 보았는데 버리기 뭐해서 올려둡니다.
사용자 삽입 이미지

크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/29 08:21 2010/03/29 08:21

보통 WAS 벤더의 HttpServlet 클래스의 service method를 intercept하여 현재 동시 단말수를 구하는 프로그램을 작성할 수 있습니다.

이 때 cookie를 세팅하는 코드를 삽입하게 되는데 개발자가 Servlet에서 response의 Writer객체를 얻어온 후 close()를 호출할 때 삽입된 bytecode의 cookie가 작동하지 않을 수 있는 버그가 있습니다. 이미 오버라이딩된 response에서 output stream의 close로 인하여 삽입된 bytecode가 addCookie를 해봐야 응답헤더에 넣을 수 있는 방법이 없기 때문입니다.
크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/17 09:21 2010/03/17 09:21

Actual Number of Users in the System = (Avg. Response time + Avg. Think time) * Transactions per second


크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/16 15:51 2010/03/16 15:51

\ 기본 계산 인터벌 : 2sec
1. 최근 5분간 최초의 세션이면 0
2. 요청이 들어오면 최근 5분간 데이터중 가장 최근 동일 세션을 찾아 시간차를 구한다.
3. 여러건의 요청이 동시에 들어오면 2초안에 있는 요청 세션 데이터의 이전 세션 시간차의 평균값이 대기시간이 된다
4. 30초간의 요청이 한건도 없다면 대기시간 그래프로 데이터 전송은 0으로 고정한다.
크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/11 22:02 2010/03/11 22:02


Red Star OS : http://ashen-rus.livejournal.com/4300.html
크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/05 15:41 2010/03/05 15:41

Env.sh


start.sh


stop.sh


kill.sh - solaris


kill.sh - unix.linux


크리에이티브 커먼즈 라이센스
Creative Commons License
2010/03/03 17:26 2010/03/03 17:26