Re: JSP - mozilla and firefox problem.




Sean wrote:
Hi all,

I have made a web application with JSPs. It seems to work fine with IE.
However, with Mozilla and Firefox, it displays the HTML source
generated by JSP instead of actually showing the HTML page for that
source.

I'm stumped because I haven't found any other msgs on forums with
someone experiencing the same problem. Any help would be appreciated. I
need to fix this urgently.

Thanks

regards
Duke

P.S. It was suggested by someone on another forum that I should check
</head> tag. I have already done that and the HTML code is error free
(or so it seems).


** I hope it is usefull to you **************

see my friend i think you wrote a jsp file and trying to execute that
jsp file without deploying it if you deploy it correctly it will wrok
as you wish

Deploying means process of placing that jsp file in a place that
webserver can invoke that jsp page

**********thank you************************

.



Relevant Pages