Download presentation
Presentation is loading. Please wait.
Published byAnya Gros Modified over 9 years ago
1
Notes for Overview
2
Chrome plug-in Chrome plug-in works in product model. Chrome plug-in does not work in development model. – Why?
3
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
4
Install Tomcat 7.0 Download link – http://mirrors.gigenet.com/apache/tomcat/tomcat- 7/v7.0.29/bin/apache-tomcat-7.0.29.exe http://mirrors.gigenet.com/apache/tomcat/tomcat- 7/v7.0.29/bin/apache-tomcat-7.0.29.exe Test Tomcat – http://127.0.0.1:8080/ http://127.0.0.1:8080/ Set username and password – root/conf/tomcat-users.xml, – for example: F:\Program Files\Apache Software Foundation\Tomcat 7.0\conf
5
Deployment Compile Copy the whole war folder to Tomcat./webapp/ Change fold name to helloworld Start Tomcat http://localhost:8080/helloworld/
7
Import Projects
9
Still have problems? Restart Eclipse
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.