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

Carl,

On 8/11/2010 11:17 AM, Zeigler, Carl L wrote:
> I am trying to make a configuration change to server.xml to change the
> webapps directory to a different disk partition as below but I cannot
> get it to work
> From:
> <Host name="localhost" appBase="webapps" unpackWARs="true"
> autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
> 
> To:
> <Host name="localhost" appBase="E:\prod\applications" unpackWARs="true"
> autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">

You might have to use either double-backslashes (\\) or forward slashes
to make this work:

<Host name="localhost" appBase="E:\\prod\\applications" ...

or

<Host name="localhost" appBase="E:/prod/applications" ...

> I have tried many variations of these:
> E://prod//applications
> \E:\prod\applications

How about the above?

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

iEYEARECAAYFAkxi160ACgkQ9CaO5/Lv0PBFYgCdEs5Nf07MnPgQ9c/0GGkn8P1L
loMAoKQdWVWRZ/bFRmcqqpt408FTrBkC
=DCls
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to