i've an html file placed in apache/webapps/test folder this html file includes an external javascript file placed at same level
i'm includind the file as
<script src="file1.js"></script>
but the file does not gets included
but when the sam folder "test" is paste outside apache the html file including the external file runs properly.