Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagopradi/projetoweb
Projeto Web
https://github.com/thiagopradi/projetoweb
Last synced: 29 days ago
JSON representation
Projeto Web
- Host: GitHub
- URL: https://github.com/thiagopradi/projetoweb
- Owner: thiagopradi
- License: apache-2.0
- Created: 2011-11-21T22:08:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-06T04:30:26.000Z (about 13 years ago)
- Last Synced: 2024-11-26T04:32:36.550Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 12.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
VRAPTOR BLANK PROJECT
--------------------------------------------------------------------------------IMPORTING THIS PROJECT ON ECLIPSE
In order to import this project on Eclipse, you'll need:
* choose menu file/import existent projects
* choose the directory that contains vraptor-blank-project (the directory in which you decompressed it)
* after importing, if there is a classpath problem it means you dont have Apache Tomcat 6 configured. You
can just configure a new server in window/preferences/servers, creating a new instance, and add the Server Runtime
as a library inside the project build path
* just right click on the project, run as, run on server. choose a servlet container or configure a new one
* done! check the log files. access http://localhost:8080/vraptor-blank-project/ (or change 8080 to the appropriate port).
IMPORTING THIS PROJECT ON NETBEANS 6.8
* choose menu File >> Open Project
* choose the directory that contains vraptor-blank-project
* right click on project and choose Run
* There might be a "It Works! VRaptor" message on the browser that has just opened.