Posts belonging to Category 'Uncategorized'

September 18, 2009 | Posted by admin
IReport connessione su AS400
- Configurare JAVA6
- Installare la libreria jt400.jar recuperandola dal sito:
http://sourgeforge.net/project/jt400 e copiarlo nella cartella lib di jasperReport (nel caso non fosse riconusciuto come jar, aggiungerlo al classpath: menu’ opzioni > classpath)
Categories: Uncategorized |
Tags: |
No Comments »

September 15, 2009 | Posted by admin
Convertire una pagina HTML in PDF.
Un’ottimo strumento per la conversione di una pagina web, html in pdf è il sito http://www.htm2pdf.co.uk/ che permette la produzione della pagina web in formato pdf.
Categories: Uncategorized |
Tags: |
No Comments »

September 7, 2009 | Posted by admin
Info
Categories: Uncategorized |
Tags: |
No Comments »

September 7, 2009 | Posted by admin
-z3 è per la compressi0ne
scaricare un progetto:
cvs checkout nomecartella
scaricare solo i file di versione diversa da quella presente sulla nostra macchina
cvs update -d nomecartella
verifica del numero di versione sul server cvs e sul nostro pc
cvs status nomecartella
Categories: Uncategorized |
Tags: |
No Comments »

September 7, 2009 | Posted by admin
CRONTAB
Il file /etc/crontab ha all’interno dei link a cartelle
# m h dom mon dow user command
17 * * * * root run-parts –report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || run-parts –report /etc/cron.daily
47 6 [...]
Categories: Uncategorized |
Tags: |
1 Comment »

September 7, 2009 | Posted by admin
Configurazione Opencms
copiare il file opencms.war e riavviare tomcat4
aggiungere in /etc/default/tomcat4 la stringa
CATALINA_OPTS=”-Dfile.encoding=ISO-8859-1″
JAVA_HOME=/usr/java/j2sdk1.4.2_04
TOMCAT4_SECURITY=no
dal browser all’indirizzo del setup quando chiede i dati inserire nome e password
Categories: Uncategorized |
Tags: |
1 Comment »