Skip to content

Java servlet app for the management of candidates for an interview

Notifications You must be signed in to change notification settings

giovacerlisio/Gestione-Candidature

 
 

Repository files navigation

Gestione-Candidature

GitHub language count

App creata con servlet e jsp per la gestione delle candidature in modo dettagliato con gestione di file come pdf e word

Importare in Eclipse

  • Scaricare il codice sorgente
  • Estrarre la cartella
  • Rinominare la cartella in Gestione-Candidature
  • Da eclipse:

File > Open project from file system > Selezionare la cartella > Finish

Database Utilizzati

Download Download


Deploy su Tomcat

  • Esportare il progetto come WAR [>> Tasto dx > Esporta > WAR File]
  • Aprire il CMD come amministratore
  • Spostarsi nella cartella di tomcat apache-tomcat-VERSIONE > bin
  • Eseguire service.bat install TAC_Tomcat

Note Adesso Tomcat sarà installato come servizio sul vostro PC e partirà automaticamente

E' possibile avviare il file startup.bat nella cartella bin di tomcat se non si vuole installarlo come servizio (Dovrà quindi essere avviato ogni volta)

  • Aprire il file tomcat-users.xml nella cartella config per impostare un username ed una password
  • Aggiugere la seguente riga: (tra la riga 18 e 56)
<user username="admin" password="admin" roles="manager-gui"/>
  • Aprire http://localhost:8080/manager ed inserire username e password precedentemente impostati
  • Nella sezione WAR file to deploy, selezionare il file precedentemente creato e cliccare su Deploy

Cambio Porta Tomcat

Per cambiare la porta è necessario aprire il file server.xml situato nella cartella conf e cambiare la porta alla riga 69


Installer Windows

Download

WAR File

Download


Team

GitHub Contributors Image

About

Java servlet app for the management of candidates for an interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.2%
  • Java 19.7%
  • SCSS 10.3%
  • HTML 2.4%
  • Other 1.4%