> From: sandy kumar [mailto:[EMAIL PROTECTED] 
> I am doing some exploratory work on tomcat and was
> wondering If anyone has felt the need for tomcat which
> can be loaded across the network and doesnt rely on
> the underlying filesystem in anyway including the
> temporary work directory, logging, catalina_home,
> catalina_base etc ?
> 
> Is there any such version already out there? If not,
> then does it break any servlet/jsp specs ?

It's very difficult to do (our project is doing something related).  One
problem is that the spec allows a servlet to store temp files using the
java.io.File interface, which isn't an easy one to get round.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to