Hi all, I have a fresh installation of Tomcat and Axis in Linux (2.6 kernel).
Working through the Axis installation guide, I get to the "stock" webservice and after setting up the AXIS_CLASSPATH env. variable, I run the command $ java -cp $AXIS_CLASSPATH org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd As shown in the guide. I can see the available memory gradually get eaten up, then all the swap space goes, and eventually: java.lang.OutOfMemoryError <<No stacktrace available>> I read increasing the memory available to Tomcat would help, so I have the line: JAVA_OPTS="-Xms512M -Xmx512M" in $CATALINA_HOME/bin/catalina.sh But this didn't help. I have 1GB of RAM and >2GB of swap space - surely I don't need more than this!! Any help appreciated, James
