Hey!
There's a problem: I can't figure out how to properly configure my server so that it loads resources from my vps (on examples I use localhost for tests).
Whatever I'm pointing at

I tried it the same way.
The client's console always says it's rocking, but what it's downloading is unclear.

Here's a piece from my server.xml
Please help with this problem.
There's a problem: I can't figure out how to properly configure my server so that it loads resources from my vps (on examples I use localhost for tests).
Whatever I'm pointing at
Code Select
<httpurl>http://potushno.ua</httpurl> Only names and directory structure are cached, but not the files themselves. What is created is ordinary 1kb blanks.
I tried it the same way.
Code Select
http: 127.0.0.1/
http: 127.0.0.1
http: 127.0.0.1/resources/
http: 127.0.0.1/resourcesThe client's console always says it's rocking, but what it's downloading is unclear.

Here's a piece from my server.xml
Please help with this problem.
