Tim Funk wrote:
> Yup - I had my Win2K machine load a webapp on a HPUX samba share. But
> for some reason (for which I don't know or care) - the sharing was REAL
> slow with respect to performance.
>
> eg: (Assume drive O is mounted)
> <Context path="/shmoopy" docBase="O:/www/shmoopy" debug="0"/>
Thanks Tim,
But it doesn't work for my configuration.
I had my Win2K machine load a webapp on a Linux samba share.
i've got the following entry in server.xml :
<Host name="clg3.local.clg.fr"
debug="0"
appBase="E:\intranet\programmes\tomcat\webapps"
unpackWARs="false">
<Context path=""
docBase="N:\intranet\sites\ROOT"
debug="0">
</Context>
<Context path="/test"
docBase="N:\intranet\sites\test"
debug="0">
</Context>
</Host>
With N: <=> \\MYSERVER\MyShare and N:\intranet\sites\test exist.
But i've got this error :
2002-08-27 16:19:45 StandardContext[/test]: Error initializing
resources: Document base N:\intranet\sites\test does not exist or is not
a readable directory
2002-08-27 16:19:46 StandardContext[/test]: Context startup failed due
to previous errors
2002-08-27 16:19:46 StandardContext[/test]: Exception during cleanup
after start failed
LifecycleException: Container StandardContext[/test] has not been started
....
2002-08-27 16:19:46 StandardContext[]: Error initializing resources:
Document base N:\intranet\sites\ROOT does not exist or is not a readable
directory
2002-08-27 16:19:46 StandardContext[]: Context startup failed due to
previous errors
2002-08-27 16:19:46 StandardContext[]: Exception during cleanup after
start failed
LifecycleException: Container StandardContext[] has not been started
....
And i cannot acces to any Context defined in server.xml !
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>