When I run my app in FF it is working PERFECTLY, no problems. Nothing is done only new window is opened. As it should be. But when I try to run this in IE... well, this is the output:
> HTTP Status 404 - /ZPortal/si.zuti.ZPortal/FileDownloadServlet
>
> ________________________________
>
> type Status report
>
> message /ZPortal/si.zuti.ZPortal/FileDownloadServlet
>
> description The requested resource (/ZPortal/si.zuti.ZPortal/FileDownloadServlet) is not available.
Why is the URL reading as /ZPortal/si.zuti.ZPortal/FileDownloadServlet?! If I remove the si.zuti.ZPortal part, it is fine. In FF it reads as it should: /ZPortal/FileDownloadServlet.
I have no idea what to do. I am deploying this in Apache Tomcat. Any ideas would be very welcome.
Thanks.