Expand my Community achievements bar.

Dispatcher $include wildcard doesn't work on windows

Avatar

Level 2

Hello

I'm trying to include some external .any files to my dispatcher.any with a * as wildcard. But it doesn't work.

Dispatcher.any:

/name "internet-server" /farms { $include "..\farm\*.any" }

Directory Tree:

Disp---\ +---farm |       farm1.any |       farm2.any |       farm3.any | \---glob dispatcher.any       

Error Code:

D:\Apache Software Foundation\Apache2.2\conf\disp\glob\dispatcher.any:8: pattern "..\farm\*.any" has no matches

Can someone help me?

4 Replies

Avatar

Level 10

I think you should use forward slash. Did you try with this "../farm/*.any"

Avatar

Level 2

I've already tried. But it doesn't works..

Avatar

Employee Advisor

Hi,

please try to use the absolute path instead of relative adresses.

kind regards,
Jörg

Avatar

Level 2

Hi,

It also doesn't work with absolute path. Same error!

Kind regards

Thomas