irclog2html for #tomcat on 20050605

00:23.04*** join/#tomcat s4mmy (~smile_lon@ip68-2-138-219.ph.ph.cox.net)
00:33.35loquace++
00:40.02*** join/#tomcat Zenodoto (~Apodemos@host24-78.pool80181.interbusiness.it)
00:40.21ZenodotoHi to all
00:40.33Zenodotoi need a little help
00:40.47Zenodotois there someone can help me on tomcat?
00:41.06Zenodotoi receve error qhen i stop it
01:00.26*** join/#tomcat perdenab_ (~perdenab_@pool-68-236-50-254.phil.east.verizon.net)
02:14.45*** join/#tomcat jasonb (noneoyerbi@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
02:42.19*** join/#tomcat valmont (~chrisholl@lsanca1-ar8-4-43-221-136.lsanca1.elnk.dsl.genuity.net)
03:33.14*** join/#tomcat beron (~hurha@224-pool3.ras01.sfo01.dial.cogentco.com)
04:14.52*** join/#tomcat jasonb (noneoyerbi@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
04:18.10crackhead++
05:37.25*** join/#tomcat valmont (~chrisholl@lsanca1-ar8-4-43-221-136.lsanca1.elnk.dsl.genuity.net)
07:06.03*** join/#tomcat eeaaxx (~tuxxz@61.9.109.227)
07:06.53eeaaxxanbody knows how to shutdown properly the tomcat which jmx is enabled?
07:18.48*** join/#tomcat iprone (~hula-kevi@adsl-065-012-167-027.sip.asm.bellsouth.net)
07:52.16*** join/#tomcat valmont_ (~chrisholl@lsanca1-ar8-4-43-221-136.lsanca1.elnk.dsl.genuity.net)
07:56.09*** join/#tomcat onoff (bosu@86.126.84.60)
07:56.46onoffhow can i write a text on the jsp page, because when i use System.out.println( "x" ); writes in the logs
08:01.12eeaaxxmaybe use PrintWriter
08:02.56onoffi use a StreamResult result = new StreamResult( System.out ); for XML Transform
08:04.41onoffany idea how to do that?
08:04.48*** join/#tomcat iprone (~hula-kevi@adsl-065-012-167-027.sip.asm.bellsouth.net)
08:08.06onoffcome one anyone pls
08:38.29*** join/#tomcat Sathamoth (~nzhuk@65.198.22.115)
08:51.48*** join/#tomcat linuxfreck (~freck@p54929D4D.dip0.t-ipconnect.de)
10:04.06*** join/#tomcat eeaaxx (~tuxxz@61.9.109.22)
10:22.26eeaaxxwho knows to shutdown tomcat with jmx enabled?
10:26.17valmonthttp://www.theappleblog.com/2005/06/03/reintroducing-sip-free-calling-for-all/
11:14.59*** join/#tomcat adalfa (~Andrea@62.211.174.25)
11:15.37*** part/#tomcat adalfa (~Andrea@62.211.174.25)
11:23.05*** join/#tomcat adalfa (~Andrea@62.211.174.25)
11:25.40*** join/#tomcat kTag (~kTag@m190.net81-64-12.noos.fr)
12:01.29*** join/#tomcat harpoon (stueber@ultra20.rbg.informatik.tu-darmstadt.de)
12:31.46*** part/#tomcat adalfa (~Andrea@62.211.174.25)
13:54.36*** join/#tomcat kTag (~kTag@m190.net81-64-12.noos.fr)
15:16.26*** join/#tomcat joered (~chatter@213-140-6-118.fastres.net)
15:25.01*** join/#tomcat Sathamoth (~nzhuk@65.198.22.115)
18:11.39*** join/#tomcat linuxfreck (~freck@fry.fmi.uni-passau.de)
18:58.36*** join/#tomcat bwlang (~bwlang@bb-66-55-211-238.gwi.net)
18:59.09bwlanghi... i'm about to install tomcat4 on debian and am wondering about which j2se to install 1.4  or 1.5?
19:09.57linuxfreckboth will work
19:10.16linuxfreckbut why do you install tomcat4? do you have to support legacy applications?
19:10.53bwlanglinuxfreck: well  debian has not packaged tomcat5 ...
19:12.05linuxfreckbwlang: well you should get the distribution from jakarta.apache.org
19:12.23linuxfreckI don't like many of the distributions, for they do wierd things to tomcat
19:13.22linuxfreckand tomcat 5 has several performance improvements and supports newer jsp and servlet standards
19:14.15bwlanglinuxfreck: i don't install anything that is not packaged...  this will be a low volume site so i don't think it's worth my effort to package up tomcat5
19:14.38linuxfreckk
19:14.52linuxfreckyou probably want to make a java 1.4 package using the java-package
19:15.27linuxfreckyou need the sdk and not the runtime environment though
19:16.00bwlangyeah.... you think 1.4 instead of 1.5... i do that to be safe
19:16.35linuxfreck1.5 introduces a few incompatibilities, so I recommend against it for tomcat 4 sites
19:17.01bwlangthanks for the advice!
19:18.39linuxfrecknp
19:25.38jasonblinuxfreck: What incompatibilities?
19:29.49linuxfreckjasonb: nothing serious, http://java.sun.com/j2se/1.5.0/compatibility.html
19:32.28linuxfreckthings that can hit tomcat users are that enum isn't a valid identifier and that you can't compare java.sql.Timestamp and java.util.Date anymore
19:37.34jasonbWell, the enum thing is only a problem if you're compiling from source, and you can compile with 1.4 if you want, and deploy on 1.5.
19:38.38jasonbI didn't know about the Timestamp & Date problem..  I guess that would cause a runtime problem.
19:39.17linuxfreckjasonb: the enum problem may hit tomcat4 and 5.0 users when compiling jsp pages
19:39.19jasonbI have never seen anyone have difficulty with that though.
19:39.39linuxfreck5.5 doesn't use the j2se compiler anymore iirc
19:39.57jasonbWell, yes, it's true that JSP authors can add scriptlets that contain a variable named "enum", but that seems pretty unlikely.
19:40.23jasonb5.5 *can* use the j2se compiler, but doesn't by default.
19:41.30linuxfreckenum is a stupid identifier name indeed, but people have stupid ideas :)
19:42.03linuxfreckI think even the tomcat source used to have identifiers called enum
19:42.06jasonbTrue.  But, developers usually aren't *quite* as stupid as regular users.  :)
19:43.03linuxfreckthat reminds me that I should visit www.thedailywtf.com again :)
19:43.18jasonbYes, I believe that the Tomcat source used to have "enum" variables, but those were removed.  Plus, if everyone's using the release binaries (like just about everyone should), it's compiled via Java 1.4 anyway, so you never get bit by that.
19:44.07linuxfreckit's a site that lists programming wierdnesses
19:44.08jasonblinuxfreck: Also, do you have a URL about the Timestamp & Date comparison problem?
19:44.39linuxfrecknope, I wasn't hit by that yet
19:45.15jasonbHow did you learn about it then?
19:45.28linuxfreckpeople in #java were complaining
19:47.28jasonbAhh.
19:49.00linuxfreckI really don't like that java date and time classes at all
19:49.26linuxfreckthere are too many different classes that basically do the same, plus GregorianCalendar is overly complicated
19:53.01jasonbWell, time itself, on a round world, is very complex, and humans have made it even more so.
19:53.27jasonbI'm sure that Sun tried to keep it as reasonable as they could.. it's just not, in the bigger picture.
20:04.49*** join/#tomcat valmont_ (~chrisholl@lsanca1-ar8-4-43-221-136.lsanca1.elnk.dsl.genuity.net)
20:17.18*** join/#tomcat mozart (~helmutkir@chello080108161048.5.12.vie.surfer.at)
20:18.56*** join/#tomcat Valle (~jhiemer@p54A9AEB0.dip0.t-ipconnect.de)
20:23.35*** part/#tomcat mozart (~helmutkir@chello080108161048.5.12.vie.surfer.at)
21:55.15*** join/#tomcat Apodemos (~Apodemos@host24-78.pool80181.interbusiness.it)
21:55.37Apodemoshi
21:56.01Apodemossomeone use tomcatadmin?
22:28.32*** join/#tomcat marfis (~marco_@i3ED6E16E.versanet.de)
22:29.39marfisjasonb, thanks for your reply at tomcat-dev list...
22:37.16Apodemosmarfis can i ask you ine question?
22:43.17marfisshure
22:45.08marfisApodemos, feel free to ask...
22:55.09Apodemosok
22:55.20Apodemosi want to install tomcat admin
22:55.41Apodemosbut i do not understand the right way
23:43.43jasonbmarfis: Not a problem.  I believe some of the committers ahve been a bit too rash about asking people not to post on the dev list.. then some newbie users feel all high and mighty and try to emulate that behavior, hence the reply you got.
23:47.00*** join/#tomcat perdenab_ (~perdenab_@pool-68-236-50-254.phil.east.verizon.net)
23:47.44marfisjasonb, noprob, hope someone will fix it, better for all who want to build from sources... we will try to build tomcat with ant 1.6.5, they are packaging the new version for arch right now. hope this works as expected :)
23:49.09marfisn8 @ all
23:49.13jasonbmarfis: From what I've heard, Ant 1.6.5 should work.
23:49.27marfisok, sounds good, thanks again :)
23:49.34jasonbmarfis: No prob.  Cheers.

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.