Web server generating wrong url.

I am getting following error message in errors file.

warning ( 5394): for host 10.215.152.49 trying to POST <root>/servletWindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateActio n, send-file reports: can't find <root>/servletWindchillAuthGW/wt.enterprise.URLProcessor/URLTempla teAction (File not found)

Interesting observation is one forward slash is missing in the above url.

There should be a "/" between servlet and WindchillAuthGW. Hence the error.Can someone tell me what is the reason.

[541 byte] By [manbaga] at [2007-11-26 12:36:20]
# 1
Web Server didn't "generate" that URI; that's the URI the client requested. If that URI is wrong, the most likely explanation is a typo in the referring page.
elvinga at 2007-7-7 16:02:17 > top of Java-index,Web & Directory Servers,Web Servers...