Thanks for the reply. The JK mount is difined as follows. The wired thing is that first couple of page of the application is working fine. Only a purticular page is giving this problem. (the response headers were for this page). I have no clue on why is it happening. For some reason the firefox render this page in quirk mode when accessing through apache.
# appname JkMount /appname/servlet/* tomcat5 JkMount /appname/*.jsp tomcat5 Alias /appname "/usr/local/tomcat5/webapps/appname" <Directory "/usr/local/tomcat5/webapps/appname"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> -- View this message in context: http://www.nabble.com/Jsp-working-fine-from-tomcat%2C-but-displaying-source-when-accessed-through-apache-%28Only-on-Firefox%29-tp22931646p22932884.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org