RE: Rotating catalina.out with Webmin

2004-11-15 Thread Carlos Oliva
Hi Filip, I set-up the Webmin Log Rotation entry to the following: 1) Re-create log file after rotation? Yes, with mode and owned by user and group 2) Store old rotated logs in Directory Same directory as log file Default (Same directory as log file) 3) Extension for rotated filenames

RE: Rotating catalina.out with Webmin

2004-11-15 Thread Carlos Oliva
catalina.out with Webmin I found that logrotate is the easiest. -Original Message- From: Carlos Oliva [mailto:[EMAIL PROTECTED] Sent: November 15, 2004 3:28 PM To: 'Tomcat Users List' Subject: RE: Rotating catalina.out with Webmin Hi Filip, I set-up the Webmin Log Rotation entry to the following

RE: Rotating catalina.out with Webmin

2004-11-15 Thread Carlos Oliva
did it in command line (Debian) /etc/logrotate.d /usr/local/jakarta-tomcat-4.1.30/logs/catalina.out { rotate 5 weekly compress delaycompress notifempty missingok create 0640 tu3404nl tu3404nl } -Original Message- From: Carlos Oliva

RE: Servlet caching?

2004-10-22 Thread Carlos Oliva
Hi Steffen, Thank you for your response. I found that there is indeed a bug fro this problem reported for the SUN JDK. You can view it at: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4744405 It also seems that this bug has not yet been solved. Its status is in progress This is a short

RE: Servlet caching?

2004-10-22 Thread Carlos Oliva
, not a bug, so don't hold your breath, and further that you can register an use your own PrintService SPI already in JDK 1.4, and that's probably one reason the Sun folks aren't jumping to implement this RFE. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Carlos Oliva [mailto

RE: Servlet caching?

2004-10-15 Thread Carlos Oliva
Hi Jon, I was arriving to the same conclusion. The servlet and perhaps Tomcat is caching the result of the PrintServiceLookup for the lifetime of the JVM. If I write a java program to list the services and run the program from the command line, I can see the newly added service right away. This

RE: Servlet caching?

2004-10-14 Thread Carlos Oliva
Hi Yoav, I have found that even if I terminate every connection of the servlet to the database and reload the servlet, the servlet still does not find the newly installed printer. I would think that after reloading the servlet all the classes that it had used would cease to exist. That is, any

RE: Servlet caching?

2004-10-14 Thread Carlos Oliva
Hi Tim, I have found that even if I terminate every connection of the servlet to the database and reload the servlet, the servlet still does not find the newly installed printer. I would think that after reloading the servlet all the classes that it had used would cease to exist. That is, any

RE: Running servlet via SSL???

2003-08-18 Thread Carlos Oliva
in the documentation and the archives, it comes up frequently. John Carlos Oliva wrote: Thank you very much for your reponse. Probably we will want to take advantage of Apache SSL and configure it to relay requests to Tomcat instead of using Tomcat as stand-alone. To do this, do I just

RE: Running servlet via SSL???

2003-08-15 Thread Carlos Oliva
(Apache 1.3 and Tomcat 4.0.x)? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:24 PM To: Tomcat Users List Subject: Re: Running servlet via SSL??? Carlos Oliva wrote: However, I see the welcome screen of Tomcat if I use http://:8080

RE: Running servlet via SSL???

2003-08-14 Thread Carlos Oliva
the port to 43 and 8443 without success. Apache and Tomcat were installed with their defaults settings so I am not sure if Tomcat is running as stand alone or not. Thanks in advance for your response. Carlos Oliva

Mimetype settings for Tomcat???

2003-06-11 Thread Carlos Oliva
Thank you. The problem was in the code to recibe the file en the servlet; not in the mime type. -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:19 PM To: Tomcat Users List Subject: Re: Mimetype settings for Tomcat??? On Thu, 12 Jun