Re: Development Tools

2003-09-09 Thread Mike Hulse
You can try http://www.netbeans.org I have been using netbeans for several years. Very good and very reliable. Mike - Original Message - From: Nihita [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:54 AM Subject: Development Tools Are there any free

Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Mike Hulse
I am using tomcat 4.1.24 and have several webapps running. When I added anoter webapp and I kept getting SEVERE: Parse Fatal Error at line 1 column 44: Content is not allowed in prolog org.xml.sax.SAXParseException: Content is not allowed in prolog. After a little trial and error and a couple

Re: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Mike Hulse
-Original Message- From: Mike Hulse [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:25 AM To: Tomcat Users List Subject: Encoding - UTF-16 vs ISO-8859-1 I am using tomcat 4.1.24 and have several webapps running. When I added anoter webapp and I kept getting SEVERE: Parse Fatal Error

Multiple webapp locations

2003-06-26 Thread Mike Hulse
I haven't read through all of the documentation yet, but while I was looking at the manager app and trying to understand how it works I noticed something. The manager app is not in /jakarta-tomcat-4.1.24/webapps. Instead there is a manager.xml that has a context Context path=/manager

Re: HELP Too many open files??

2003-06-26 Thread Mike Hulse
- Original Message - From: g4 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 7:33 AM Subject: HELP Too many open files?? Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again, nothing!

Re: Multiple webapp locations

2003-06-26 Thread Mike Hulse
portable, server.xml and all. John On Thu, 26 Jun 2003 07:25:15 -0400, Mike Hulse [EMAIL PROTECTED] wrote: I haven't read through all of the documentation yet, but while I was looking at the manager app and trying to understand how it works I noticed something. The manager app

Logging the correct time

2003-06-25 Thread Mike Hulse
Hi, Where do I set/adjust the time that is recorded in the log files? Everything is 6 hours off. I am in EDT (USA Eastern Daylight time) and it looks like everything is CDT (Central European Daylight time). Thanks, Mike - To

Re: Logging the correct time

2003-06-25 Thread Mike Hulse
- From: Jason Bainbridge [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 7:18 AM Subject: Re: Logging the correct time On Wed, 25 Jun 2003 19:04, Mike Hulse wrote: Hi, Where do I set/adjust the time that is recorded in the log files? Everything is 6

Re: Logging the correct time

2003-06-25 Thread Mike Hulse
- Is GMT time actually being logged instead? - Are wacky JVM args being passed to tomcat to trick it into thinking your in a different timezone? - If on unix - Before startup of tomcat -is the useris setting environment variables which affect timezone? -Tim Mike Hulse wrote: Hi, Where do

Re: Logging the correct time

2003-06-25 Thread Mike Hulse
Sorry about the blank post. All times in Apache and the server are correct. Only Tomcat 4.1.24 stand-alone are not. - Original Message - From: Mike Hulse [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 7:40 AM Subject: Re: Logging the correct

Re: Logging the correct time

2003-06-25 Thread Mike Hulse
On Wed, 25 Jun 2003 19:39, Mike Hulse wrote: I was afraid someone would ask what platform. :) I am using an IBM AS400. The universal time offset is -4:00 hours. Which is EDT. Apache is recording time in its logs correctly. Tomcat 4.1.24 stand-alone logs are the only place

Re: Logging the correct time

2003-06-25 Thread Mike Hulse
: % for(java.util.Enumeration e = System.getProperties().propertyNames();e.hasMoreElements() ;){ Object x = e.nextElement(); out.println(x + = + System.getProperty(x.toString())); } % See if a System property user.timezone is filled in or the AS400 JVM might use a different one. -Tim Mike Hulse wrote

ScriptAlias

2002-09-27 Thread Mike Hulse
I have a ScriptAlias in Apache that works fine ScriptAlias /cgi-bin/db2www/ /QSYS.LIB/FLTCGI.LIB/DB2WWW.PGM/ Is there some way to do this kind of thing with an in-process tomcat? In other words can I define, somewhere in tomcat, a way to handle cgi scripts? Thanks, Mike -- To unsubscribe,

ScriptAlias

2002-09-27 Thread Mike Hulse
I have a ScriptAlias in Apache that works fine ScriptAlias /cgi-bin/db2www/ /QSYS.LIB/FLTCGI.LIB/DB2WWW.PGM/ Is there some way to do this kind of thing with an in-process tomcat? In other words can I define, somewhere in tomcat, a way to handle cgi scripts? Thanks, Mike -- To unsubscribe,

Authentication

2002-06-25 Thread Mike Hulse
Is there some kind of smiple authentication in tomcat 4.0.4 that is similar to the Apache authentication: Location /web/MyServer/EPVUpdate.jsp AuthName machineID AuthType Basic PasswdFile %%SYSTEM%%