-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ping,

Ping Yu wrote:
>   set JAVA_OPTS=%JAVA_OPTS%
>  -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>  -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
>  "-Dderby.system.home=C:\Absolute_Path_To_\sql" 

That's an oddly non-matched set of parens. Might I suggest this:

set JAVA_OPTS=%JAVA_OPTS%
- -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
- -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
- -Dderby.system.home="C:\Absolute_Path_To_\sql"

Of course, that should all be on a single line in your script.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGzZpj9CaO5/Lv0PARArR8AJ4ou2PF0AARvJ+SC52d7/pKbrOu7gCgkDts
+92HIG9bDk4TT8cbNE8jh58=
=ksk5
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to