Hi, I'm writing a short how-to for tomcat. It was quite simple to describe the build process for tomcat 3.2b6 because you only have to setup your Java-SDK environment, unpack the sources and run the build scripts. Since 3.2b8 (or b7??) the source directories are named jakarta-tomcat-3.2-src/ jakarta-servletapi-3.2-src/ but README and all build scripts address jakarta-tomcat/ and jakarta-servletapi/. I think there are a few ways to handle this, but I don't know wich one would be recommended? - unpack in jakarta-servletapi/ or rename the directory - change the path to servletapi in tomcat's build.sh? You can't set SERVLETAPI_HOME because only build.bat use it?! build.sh uses ../jakarta-servletapi/lib/servlet.jar even if SERVLETAPI_HOME is defined?! - change servletapi-path in build.xml? - use ANT_OPTS to overwrite the path to servletapi ??? or am I completely wrong and there is no problem at all? Thanks for any hint, Krister