Re: how to deploy a external file on tomcat

2010-09-07 Thread Pid
On 07/09/2010 04:49, Subrat Kumar Pattnaik wrote: > I want to deploy a directory which is available on another drive. But I > don't want to put that folder into the tomcat/webapps. So can you tell me > the path for that http://catb.org/esr/faqs/smart-questions.html#beprecise p > On Tue, Sep 7

Re: how to deploy a external file on tomcat

2010-09-06 Thread Subrat Kumar Pattnaik
I want to deploy a directory which is available on another drive. But I don't want to put that folder into the tomcat/webapps. So can you tell me the path for that On Tue, Sep 7, 2010 at 1:50 AM, Pid wrote: > On 06/09/2010 18:21, Subrat Kumar Pattnaik wrote: > > How can I manually deploy a file

Re: how to deploy a external file on tomcat

2010-09-06 Thread Pid
On 06/09/2010 18:21, Subrat Kumar Pattnaik wrote: > How can I manually deploy a file to my Tomcat 7 server > > I tried like this > > file:///path:/file_name > > Is this correct path for deploying a file in Tomcat or any other way Unfortunately, your question is extremely hard to understand. Pl

how to deploy a external file on tomcat

2010-09-06 Thread Subrat Kumar Pattnaik
How can I manually deploy a file to my Tomcat 7 server I tried like this file:///path:/file_name Is this correct path for deploying a file in Tomcat or any other way