You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Kresimir (Binsco)" <kr...@binsco.com> on 2001/04/26 06:26:47 UTC

how to set TOMCAT_OPTS

How do I set TOMCAT_OPTS in windows?

for example when I try to write:

SET TOMCAT_OPTS = -Dsomethig=something

because there is = sign twice on the right side I get the "syntax error"

please help.
Thanks.


Re: how to set TOMCAT_OPTS

Posted by Jeff Kilbride <je...@kilbride.com>.
What about putting quotes around the entire string?

Set TOMCAT_OPTS = 'Dsomething=something'

--jeff

----- Original Message -----
From: "kreso" <kr...@binsco.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, April 26, 2001 2:37 AM
Subject: Re: how to set TOMCAT_OPTS


Thank you,
but the issus is that I get "syntax error" once
I try to set some variable (TOMCAT_OPTS) to string that has "=" sign in it.

  ----- Original Message -----
  From: Thomas Bezdicek
  To: tomcat-user@jakarta.apache.org
  Sent: Thursday, April 26, 2001 4:42 AM
  Subject: AW: how to set TOMCAT_OPTS


  Hi,

  in the tomcat.sh there is where you should set them.

  regards
    -----Ursprüngliche Nachricht-----
    Von: Kresimir (Binsco) [mailto:kreso@binsco.com]
    Gesendet: Donnerstag, 26. April 2001 06:27
    An: tomcat-user@jakarta.apache.org
    Betreff: how to set TOMCAT_OPTS


    How do I set TOMCAT_OPTS in windows?

    for example when I try to write:

    SET TOMCAT_OPTS = -Dsomethig=something

    because there is = sign twice on the right side I get the "syntax error"

    please help.
    Thanks.




Re: how to set TOMCAT_OPTS

Posted by kreso <kr...@binsco.com>.
Thank you, 
but the issus is that I get "syntax error" once
I try to set some variable (TOMCAT_OPTS) to string that has "=" sign in it.

  ----- Original Message ----- 
  From: Thomas Bezdicek 
  To: tomcat-user@jakarta.apache.org 
  Sent: Thursday, April 26, 2001 4:42 AM
  Subject: AW: how to set TOMCAT_OPTS


  Hi,

  in the tomcat.sh there is where you should set them.

  regards
    -----Ursprüngliche Nachricht-----
    Von: Kresimir (Binsco) [mailto:kreso@binsco.com]
    Gesendet: Donnerstag, 26. April 2001 06:27
    An: tomcat-user@jakarta.apache.org
    Betreff: how to set TOMCAT_OPTS


    How do I set TOMCAT_OPTS in windows?

    for example when I try to write:

    SET TOMCAT_OPTS = -Dsomethig=something

    because there is = sign twice on the right side I get the "syntax error"

    please help.
    Thanks.


AW: how to set TOMCAT_OPTS

Posted by Thomas Bezdicek <th...@engnetworld.com>.
Hi,

in the tomcat.sh there is where you should set them.

regards
  -----Ursprüngliche Nachricht-----
  Von: Kresimir (Binsco) [mailto:kreso@binsco.com]
  Gesendet: Donnerstag, 26. April 2001 06:27
  An: tomcat-user@jakarta.apache.org
  Betreff: how to set TOMCAT_OPTS


  How do I set TOMCAT_OPTS in windows?

  for example when I try to write:

  SET TOMCAT_OPTS = -Dsomethig=something

  because there is = sign twice on the right side I get the "syntax error"

  please help.
  Thanks.