HI all, I have JRun 3.1 , IIS 5.0 both connected and I am using Sessions and putting some vectors on session , While displaying some pages only half page is getting loaded in client browser. And It is running windows 2000 OS. And IIS is running on TCP HTTP Port 8100 and JRUn in running in difference port number, both gets connected using connector wizard. [ I can't keep tcp http port 80, which is restricted .] Please Help me , URGENT..... Regards Sampath Ramanujam.
japper
Greenhorn
Joined: Sep 25, 2001
Posts: 5
posted
0
When viewing the page in your browser, view the HTML source that was returned from the web server. Sometimes you will see exception messages in the HTML source. If you do not see them, check the JRun logs for anything.
sampath ramanujan
Greenhorn
Joined: Jul 15, 2001
Posts: 16
posted
0
Hi , thanks for your immediate reply., I have seen the log , there is nothng there and i could see the HTML with only half of the content. And i think the JSP has been converted and compiled to servlet and while flushing out , it is flushing out only half of the content. urgent regards sampath ramanujan
Originally posted by japper: When viewing the page in your browser, view the HTML source that was returned from the web server. Sometimes you will see exception messages in the HTML source. If you do not see them, check the JRun logs for anything.