I have Tomcat7 on my remote server.
I have developed a jsp for my application and that is set as homepage.
When I run it on my local server(Localhost : Tomcat7), it is working fine…..
but I run on the remote server, it is only reading few lines of my file..but not the whole jsp.
Could anyone please help me on this..
I have Tomcat7 on my remote server. I have developed a jsp for my
Share
Please post details of the exception thrown. You may need to look into tomcat/logs/catalina.out for exception trace and message. It usually happens when you have coded to populate values from database and on your live/remote server those arenot found.