Re: Garbage Collector

2004-07-09 Thread simon colston
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Cheers, -- simon colston - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: <%@ include %> files and Jasper/Ant

2004-07-08 Thread simon colston
report errors when used in standalone mode? Cheers, -- simon colston - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors in precompiled JSPs

2004-06-30 Thread simon colston
Hello Woodchuck, Thanks for the reply. Woodchuck wrote: I gave this a try and got: [jasperc] org.apache.jasper.JasperException: Unrecognized option: -v9. Use -help for help. I think this may be because I am using Tomcat 5 and the jasper compiler is different. I tried "japser", "jaspe

Errors in precompiled JSPs

2004-06-29 Thread simon colston
I have set up an ant task to precompile JSPs and everything works fine *if* there are no errors in the JSP. The ant task is: validateXml="false" uriroot="${build.home}" webXmlFragment="${web.home}/WEB-INF/generated_web.xml" outputDir="${buil

Re: R 馭. : Re: tomcat 3.2.3 hangs, AIX4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-21 Thread simon colston
s : > either "Thread.activeCount()" and "ps -o THREAD" give a constant > number of thread (after some "boot time"). > > So I don't see where keepAlive would have some meaning. > > Did I miss something ? No, sorry, I misunderstood you. I thought the number of threads was increasing. > > -- > Joseph Vallot > -- simon colston [EMAIL PROTECTED]

Re: R馭. : Re: tomcat 3.2.3 hangs,AIX 4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-21 Thread simon colston
m occurs only on _some_ of AIX 4.3.3 machines where I > run > > tomcat. > > It happens either with ibm's jre 1.2.2 (with different builds) or 1.3.0, > > and tomcat 3.2.3. > > Some machines, with SAME jre/tomcat/code, run with no problem :-( > > And I d

Re: tomcat 3.2.3 hangs, AIX 4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-20 Thread simon colston
evez ce > message par erreur, merci de le detruire et d'en avertir > immediatement l'expediteur. Toute utilisation de ce > message non conforme a sa destination, toute diffusion > ou toute publication, totale ou partielle, est interdite, sauf > autorisation expresse. L'internet ne permettant pas > d'assurer l'integrite de ce message, BNP PARIBAS (et ses > filiales) decline(nt) toute responsabilite au titre de ce > message, dans l'hypothese ou il aurait ete modifie. > -- simon colston [EMAIL PROTECTED]

Re: Tomcat vs. Apache

2001-09-20 Thread simon colston
H> > MH> > Mikael MH> > MH> > MH> MH> -- MH> MH> "A weird imagination is most useful to gain full advantage of all the features." MH> MH> matt hudson [EMAIL PROTECTED]http://www.spaceship.com/~matt MH> -- simon colston [EMAIL PROTECTED]

Re: Help, My Tomcat always down everyday!

2001-09-20 Thread simon colston
t3.2.2,sun solaris 5.8,jdk1.3. DJ> DJ> Thanks DJ> Dinu DJ> DJ> DJ> -Original Message- DJ> From: simon colston [mailto:[EMAIL PROTECTED]] DJ> Sent: Thursday, September 20, 2001 2:32 PM DJ> To: [EMAIL PROTECTED] DJ> Subject: Re: Help, My Tomcat always down ev

Re: Help, My Tomcat always down everyday!

2001-09-20 Thread simon colston
ions of JDK JVM? I'm using it and "it works for me" ;o) -- simon colston [EMAIL PROTECTED]

Re: Resin VS Tomcat!!

2001-09-20 Thread simon colston
On Thu, 20 Sep 2001 16:41:18 +0800 "Sam (Ying-Hsien Ku)" <[EMAIL PROTECTED]> wrote: SK> Hi all, SK> SK> I have take a look on Resin's Homepage, SK> Look like the performance of Resin is the best!! SK> SK> What is the major difference with Resin and Tomcat? SK> performance (ONLY)

Re: Help, My Tomcat always down everyday!

2001-09-20 Thread simon colston
I've found the Sun JVM 1.3.1 to be unstable on Linux 6.2 and 7.1. Tomcat kept crashing at random intervals (sometime a few days, sometimes a few hours). I switched to the IBM JVM and it started to run OK - no crashing. Maybe you'd like to give that a try. On Thu, 20 Sep 2001 14:28:39 +0530

Re: struts and tomcat 4

2001-09-17 Thread simon colston
for details. But we'll be able to use our favourite XML parser on a per context basis right? CM> CM> Craig McClanahan CM> CM> CM> -- simon colston [EMAIL PROTECTED]

threads on Linux

2001-09-17 Thread simon colston
tem). >> >> >> >> Randy >> >> >> >> >> >>> -Original Message- >> >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> >>> Sent: Friday, June 01, 2001 10:

Re: Thanks for the note on JNI and class loading in the release notes

2001-09-17 Thread simon colston
t;[EMAIL PROTECTED]> JS> Sent: Saturday, September 15, 2001 5:59 AM JS> Subject: Thanks for the note on JNI and class loading in the release notes JS> JS> JS> > I'm guessing that Craig is the one that added the section about JNI and JS> > class loading in the RC1 release notes. I just wanted to say that I JS> > appreciate that you documented this. JS> > JS> > I also noticed that you fixed a problem that I noticed with the Base64 JS> > encoder where it had trailing zeroes. JS> > JS> > Thanks, Jon JS> > JS> > JS> JS> JS> JS> JS> -- simon colston [EMAIL PROTECTED]

Re: Trying to use http:// in requestString

2001-09-15 Thread simon colston
less the target URL has query parameters itself. Then you find yourself in an complicated cycle of trying to distinguish your parameter from the target URL parameters, converting '?'s to '&'s, URL encoding and decoding parameters. (This is further complicated by multibyte character URL encoding which is very poorly supported up to Java 1.3.1) -- simon colston [EMAIL PROTECTED]

Re: Strange NullPointerException Error in t4.0b7

2001-09-04 Thread simon colston
t; files[], is! This code works without change in T3.2.2 as files[] doesn't PK> return a null value. What's wrong? PK> PK> Regards, PK> PK> Paul PK> PK> PK> PK> _________ PK> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp PK> PK> -- simon colston [EMAIL PROTECTED]