RES: [Tomcat-users] automatic compiling

2000-10-24 Thread Sergio Stateri Jr
When you use JSP it do this, but when you change a class called by JSP you need to restart Tomcat, then it compile the updated classes. Sergio Stateri Jr [EMAIL PROTECTED] Tesla Tecnologia Sao Paulo (SP) Brazil -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Em nome

RES: [Tomcat-users] Error running ./startup.sh

2000-10-24 Thread Sergio Stateri Jr
://:9090 and, if you use ajp12 protocol (Apache calling Tomcat using Jserv, per example), then change the call that Apache do to call Tomcat in /conf/httpd.conf : ApJServMount / ajpv12://192.168.0.13:8007 See the port (8007), change it to the new port value (9007). Sergio Stateri Jr [EMA

RES: [Tomcat-users] tomcat searching for files

2000-10-24 Thread Sergio Stateri Jr
Save the tomcat.sh file and restart Tomcat. Sergio Stateri Jr [EMAIL PROTECTED] Tesla Tecnologia Sao Paulo (SP) Brazil -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Em nome de GoldenDawn Fan Enviada em: Terça-feira, 24 de Outubro de 2000 15:00 Para: [EMAIL PROTECTE

RES: Custom Error Document

2000-10-31 Thread Sergio Stateri Jr
Yes, but only if there's a web server calling Tomcat (Apache). Put the ErrorDocument command in Apache's httpd.conf : ServerName www.fotoptica.com.br DirectoryIndex index.jsp index.html ApJServMount / ajpv12://192.168.0.13:8007 ErrorDocument 500 /erros/error500.html Sergio Stateri