1 / 9

Notes for Overview

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

xenon
Download Presentation

Notes for Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 • Test Tomcat • 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 <role rolename="manager-gui"/>   <user username="admin" password="admin" roles="manager-gui"/>

  5. Deployment • Compile • Copy the whole war folder to Tomcat ./webapp/ • Change fold name to helloworld • Start Tomcat • http://localhost:8080/helloworld/

  6. Import Projects

  7. Still have problems? • Restart Eclipse

More Related