Notes for Overview
Chrome plug-in Chrome plug-in works in product model. Chrome plug-in does not work in development model. – Why?
Trouble Shooting for Hello World Error message – Server replies An error occurred while attempting to contact the server Please check your network connection and try again. Solution – Delete whole project – Compile with Java 1.6 Go to Windows- >Preferences->Java->Complier and select compile compliance level to 1.6 You should have JDK1.6 installed on your pc
Install Tomcat 7.0 Download link – 7/v7.0.29/bin/apache-tomcat exe 7/v7.0.29/bin/apache-tomcat exe Test Tomcat – Set username and password – root/conf/tomcat-users.xml, – for example: F:\Program Files\Apache Software Foundation\Tomcat 7.0\conf
Deployment Compile Copy the whole war folder to Tomcat./webapp/ Change fold name to helloworld Start Tomcat
Import Projects
Still have problems? Restart Eclipse