Re: How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Joshua McDowell
? Am I getting what you’re putting down? Thanks, J > > -- Original -- > From: "Fung";; > Date: Mon, Sep 5, 2016 08:48 PM > To: "users"; > > Subject: How to set up a separate configuration for a Tomcat application >

Re: AW: How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Mark Thomas
On 05/09/2016 16:13, Fung wrote: > I'm going to get it right now. > I make a xml file "download.xml" at > apache-tomcat-8.0.15\conf\Catalina\localhost,the contents are as follows: > > > > > > > > And,open the tomcat web.xml listings to true. > This is done.Now I can access F:\nas by http://

AW: How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Fung
Mon, Sep 5, 2016 08:48 PM To: "users"; Subject: How to set up a separate configuration for a Tomcat application Hi! I want to map a virtual path in my web app to a physical path on the server. I know it can cross by set up the server.xml(add a tag) and open the web.xml "Def

How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Fung
Hi! I want to map a virtual path in my web app to a physical path on the server. I know it can cross by set up the server.xml(add a tag) and open the web.xml "DefaultServlet" init param -- listings to true.But it will influence other app in the tomcat. So,it there any ways to seperate the conf