Re: Running debugging servlets on Linux

2003-11-17 Thread Eric MacAdie
--- Harry Mantheakis [EMAIL PROTECTED] wrote: The Tomcat log files are located in the CONTAINER_HOME/logs directory. To print out debugging statements in Servlets use the GenericServlet.log() method. Within HttpServlets all you have to do is call log(...). Here is an example which

RE: Hosting

2003-10-13 Thread Eric MacAdie
I have also had good experience with mmaweb.net. I think their prices are reasonable, even though my site is not commercial. Not too expensive, but not too cheap either. Somebody recommended lunarpages.com, but their prices are so low I'd be a bit leery of using them. EKMacAdie --- Richard

Re: article on tomcat performance

2003-09-22 Thread Eric MacAdie
--- Peter Lin [EMAIL PROTECTED] wrote: Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough to review it. I'm still waiting for the other reviewers. My question is what format would people like? word openoffice pdf

Changing encoding for Tomcat

2003-07-16 Thread Eric MacAdie
I am trying to run a web app that requires the file encoding to be ISO-8859-1. I am running Tomcat 4.0.6 on Windows 2000 using the tomcat.exe running as a service. The documentation for the application says that the encoding can be changed by calling Tomcat with CATALINA_OPTS set to

Re: Changing encoding for Tomcat

2003-07-16 Thread Eric MacAdie
Thanks for the link. I will check it out. EKMacAdie --- Tim Funk [EMAIL PROTECTED] wrote: You use this tool: http://web.bvu.edu/staff/david/tcservcfg/ As advertised by ... http://jakarta.apache.org/tomcat/faq/windows.html -Tim Eric MacAdie wrote: I am trying to run a web app