[EMAIL PROTECTED] wrote:

> I want to adjust my ApacheJserv to use a larger heap size (16mb seems to be the
> default).
> Here is my configuration:
> jdk 1.1.7va (blackdown)
> jsdk2.0
> Jserv 1.0
> Apache 1.3.6
> Redhat 5.2 (kernel 2.0.36)
>
> When I try to set the wrapper.classpath as follows (or run the equivalent from
> the command-line):
> wrapper.classpath=/usr/local/jdk/bin/java -mx32
> gives...
> -mx32: illegal argument
>

wrapper.classpath is for the class path elements only.  Instead, use:

wrapper.bin.parameters=-mx32

Craig




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to