Hello,
I have written a web server in java which is running as a stand alone app (not plugged in to tomcat)
When the server is running the network stops responding for shared files on the host computer, i recieve the following header info on the server intermitently
OPTIONS / HTTP/1.1
translate: f
User-Agent: Microsoft-WebDAV-MiniRedir/5.1.2600
Host: ironchickenpi
Content-Length: 0
Connection: Keep-Alive
i am assuming this has something to do with windows' routing / fileshareing
1. would this be the cause of my network problems
2. would it fix it if i forwarded them to the destination
3. how do i do that
cheers