You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Pawson, David" <Da...@rnib.org.uk> on 2004/11/18 09:51:56 UTC

RE: File upload and download. solved.

        -----Original Message-----
        From: Mark Lowe
        
        What about System.getProperty("catalina.base") ? or 
        "catalina.home" ?
        they are passed to the jvm at startup.

Works well when incorporated into my tomcat code!
String s=System.getProperty("catalina.home");
out.println("catalina.home is "+s);

output is correctly the root of the tomcat installation

catalina.home is c:\tomcat5028 

I can use that to align reads and writes.

Many thanks for the help Mark and Jack.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: File upload and download. solved.

Posted by Dakota Jack <da...@gmail.com>.
You are welcome, David.  However, I think that Mark was "THE MAN". 
Glad you are on the right path.

Jack


On Thu, 18 Nov 2004 08:51:56 -0000, Pawson, David
<da...@rnib.org.uk> wrote:
>         -----Original Message-----
>         From: Mark Lowe
> 
>         What about System.getProperty("catalina.base") ? or
>         "catalina.home" ?
>         they are passed to the jvm at startup.
> 
> Works well when incorporated into my tomcat code!
> String s=System.getProperty("catalina.home");
> out.println("catalina.home is "+s);
> 
> output is correctly the root of the tomcat installation
> 
> catalina.home is c:\tomcat5028
> 
> I can use that to align reads and writes.
> 
> Many thanks for the help Mark and Jack.
> 
> regards DaveP
> 
> --
> DISCLAIMER:
> 
> NOTICE: The information contained in this email and any attachments is
> confidential and may be privileged.  If you are not the intended
> recipient you should not use, disclose, distribute or copy any of the
> content of it or of any attachment; you are requested to notify the
> sender immediately of your receipt of the email and then to delete it
> and any attachments from your system.
> 
> RNIB endeavours to ensure that emails and any attachments generated by
> its staff are free from viruses or other contaminants.  However, it
> cannot accept any responsibility for any  such which are transmitted.
> We therefore recommend you scan all attachments.
> 
> Please note that the statements and views expressed in this email and
> any attachments are those of the author and do not necessarily represent
> those of RNIB.
> 
> RNIB Registered Charity Number: 226227
> 
> Website: http://www.rnib.org.uk
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org