Niall Mullen's WeblogNiall Mullen's Weblog |
|
Thursday May 25, 2006
Goodbye from me
After nearly six years ill be leaving Sun, so this will be the final post on my blog. Ive had a great time here. Ive been fortunate enough to work with some very smart people and may well be back some cheers, Niall Posted at 03:37PM May 25, 2006 by nmullen in General | specweb 2005 configuration : Generating SSL Certs
This blog entry forms one part of a larger guide to specweb2005 which generating SSL Certs Specweb2005 setup will involve setting up a secure webserver, which in many cases will Specweb2005 requires a server that listens both on port 80 for regular http connections In either case your going to have to generate ssl certs for the encrypted connections. Here ill take the example case using Sun Java Webserver. The following is what you need to cd /opt/SUNWwbsvr/alias One by one, select options 0, 1, 5, 6 and 9, and type y when the program asks certutil -C -m 2345 -i mycert.req -o mycert.crt -c myCA -v 100 -z ./seed -d `pwd` My source for minding most of the above comes from: http://www.modssl.org/docs/2.8/ssl_overview.html Posted at 03:37PM May 25, 2006 by nmullen in Performance | specweb 2005 configuration: Building the fileset
This blog entry forms one part of a larger guide to specweb2005 which Building the Fileset Building the fileset is quite straight forward and is well documented here . The only interesting caveat I found is the level to which one should parallellise In the example below the script will build a fileset of 24000 for the SPECweb_Banking #!/bin/sh i=0 while [ $i -lt 24 ]; do i=`expr $i + 1` sessions=`expr $i \* 1000` dir=`expr $sessions \* 50` cat template |sed -e "s/XXX/$dir/" -e "s/YYY/$sessions/" >bank_usercheck_props.$sessions done for file in bank_* rm bank* This launches 24 processes in this case to build the fileset in parallell. Posted at 03:29PM May 25, 2006 by nmullen in General | |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||