General Server Setup
Recommended Hardware Requirements
MultiProcessor 2+MHz
2+ GB RAM
80+ GB harddrive minimum (more depending on the size of the source code repository)
Recommended Software Requirements
WindowsXP, Win2003
SQLServer 2000/SQL Server 2005 (server & client tools)
JDK/JRE 1.4 or later
zip/unzip utility
Source Code Management Requirements
SCM client utility
Examples:
svn.exe
cleartool.exe
User login with appropriate permissions to read to code in the SCM
View or working directory with appropriate configuration for the SCM
JBoss Configuration
Recommended Heap and Stack sizes
To modify, edit <JBOSS_ROOT>\bin\run.bat and add the -Xss option (where JBOSS_ROOT is something like C:\jboss-4.0.1):
BEFORE:
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
AFTER:
set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx1024m -Xss1024k