irclog2html for #tomcat on 20060728

00:06.03fidoi finally solved my problem...
00:06.31*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
00:32.12yassinen9 everonye
00:40.23*** part/#tomcat spaescowboy (n=user@67-133-33-108.emerytech.net)
00:41.20*** join/#tomcat capirucho (n=Alvaro@201.217.80.143)
00:48.07capiruchoHi ladies and gentlemen. I've been searching and couldn't find how to allow the Tomcat server to install packages (not a war file) into the webapps folder, and be recognized inmediately. Thanks
00:51.49capiruchoI couldn't remember but it was a configuration file which has to be modified
00:57.51fidoserver.xml?
02:08.50capiruchoThanks fido. Do you remeber the sentence  which must be configured, please?
02:11.27oxbloodYou mean tag element?
02:11.34capiruchoYep
02:12.25oxbloodreloadable = "true" attribute in your <Context>.
02:17.17capiruchoThe thing is as follows. I am trying to install BIRT-Viewer into my tomcat server. The instructions are to copy a directory into /usr/share/tomcat5/webapps/birt-viewer but when I install this directory Tomcat doesn't recognize it. I remeber long time ago I have configured a Tomcat server and I have disabled something in a config file. I have searched the tag "reloadable=" and couldn/t find in the server.xml
02:21.34oxbloodThen you probably have a separate context file.
02:21.44oxbloodDo you see any <Context> tag in your conf/server.xml?
02:22.37capiruchoNo I havent.
02:23.00capiruchoI have searched into /usr/share/tomcat5/conf/server.xml and /etc/tomcat5/server.xml
02:23.10capiruchoand nothing appears
02:24.07capirucho(I am using tomcat 5.5)
02:27.22fidohmmm
02:28.11oxbloodThen create a following directory and file: conf/{name of your engine: <Engine name="whatever"> in conf/server.xml}/{perhaps a hostname}/{name of your webapp}.xml.
02:29.16oxbloodDrop <Context path="" docBase="{name of your webapp}" reloadable="true"> <WatchedResource>WEB-INF/web.xml</WatchedResource> </Context> in it.
02:30.39capiruchoI have found a /conf/context.xml file which has the following inside... <!-- The contents of this file will be loaded for each web application --> <Context> <WatchedResource>WEB-INF/web.xml</WatchedResource> <Manager pathname="" /></Context>
02:31.10oxbloodThat's the default one applying to all web applications.
02:32.13capiruchoah. OK. So I'll try the above option you have presented
02:53.36*** join/#tomcat Tourettes (n=Tourette@c-69-243-244-54.hsd1.mo.comcast.net)
03:03.00*** join/#tomcat remnant (n=lenhan@66-146-190-186.skyriver.net)
03:23.11*** part/#tomcat capirucho (n=Alvaro@201.217.80.143)
03:35.27*** join/#tomcat enno_ (n=enno@p508D1CD3.dip0.t-ipconnect.de)
03:55.56*** join/#tomcat Snuff (n=tbel3393@CPE-149-167-219-246.sa.bigpond.net.au)
04:09.01SnuffThe sessionDestroyed method executed when the session timed out but the finalize method on a session bean didn't execute. Why not?
04:26.58vinseSnuff: it's probably not required to be gc'ed right away -- more importantly it sounds like you're counting on finalize to do important stuff, and that's inadvisable
04:27.21vinsefor reasons that are probably becoming obvious
04:32.59SnuffYes, your right, the finalize method executed after a delay.
04:34.21*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
04:55.07*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
06:11.49*** join/#tomcat a4akb (n=Akbara@ask13-88.qualitynet.net)
06:12.43*** join/#tomcat Fracture (n=Fracture@dsl-202-173-191-84.qld.westnet.com.au)
06:13.20*** join/#tomcat L|NUX (n=linux@202.5.145.56)
06:13.23L|NUXhello every one
06:13.52*** join/#tomcat pucko (n=andreas@81-234-246-21-o933.tbon.telia.com)
06:14.27L|NUXcan any one help me
06:14.50L|NUXwhen i try to stop tomcat i get this error http://pastebin.ca/103240
06:17.26odin_what is in conf/servers.xml ?
06:17.49odin_as in /usr/local/tomcat/conf/servers.xml
06:18.11odin_line 368
06:33.52*** join/#tomcat Ensiferum (n=enska@addr-85-23-13-215.suomi.net)
06:34.04Ensiferumerm, hi
06:35.40L|NUXwait
06:35.45L|NUXsorry i minized irc
06:35.49L|NUXlet me check
06:37.51Ensiferumanyone know of any good resources about tomcat performance and scalability?
06:39.01L|NUXodin_ : http://pastebin.ca/103258
06:39.09L|NUXmy server.xml
06:52.45L|NUXodin_ : you arround ?
06:52.45L|NUX:(
06:53.42*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
07:16.49*** part/#tomcat a4akb (n=Akbara@ask13-88.qualitynet.net)
07:17.18*** join/#tomcat fix- (n=Bjorn@86.39.154.74)
07:25.29odin_heh
07:26.02*** join/#tomcat yango (n=yango@unaffiliated/yango)
07:29.41odin_L|NX: you have <Host ...> element outside of <Server ..><Service ...><Engine ...>
07:30.04odin_move the <Host> block at the end to line 361
07:30.33*** join/#tomcat sail_ (n=sail@209.79.152.188)
07:31.10odin_the SAX parser is comaplining because a wellformed XML document only has a single enclosing element
07:31.18odin_in the server.xml this is the <Server ..> element
07:42.00L|NUXodin_ : hummm
07:42.09L|NUXok
07:42.12L|NUXlet me fixit
07:42.12L|NUXok
07:43.24L|NUXworks
07:43.24L|NUX;)
07:43.25L|NUXthanks
08:47.27*** join/#tomcat wam (n=wam@proxy2.msh.de)
08:57.03*** join/#tomcat possie (n=steven@marly.bitrey.nl)
08:57.05possiehi
08:57.12possiehow do i use ant to compile something?
08:59.45Ensiferumrtfm ;)
09:00.02possieah nice
09:00.10Ensiferumno honestly its simple
09:00.13Ensiferumyou install ant
09:00.24Ensiferumthere's a bin in which is file called "ant"
09:00.28Ensiferumso then you do
09:00.31Ensiferumant ant_build_file
09:00.39Ensiferumand the ant_build_file is an xml file
09:11.23*** join/#tomcat cypo (n=opera@dslb-082-083-045-064.pools.arcor-ip.net)
09:17.43possieah got it compiled, i just got a war file :-)
09:18.14possiewhat ever that is :-)
09:23.38possieah reading about WAR files, looks to me like this is the easiest way to deploy a webservice right?
09:23.50possies/webservices/webapplication
09:52.47*** join/#tomcat jsisson (n=sissonj@ppp228-19.lns3.syd7.internode.on.net)
10:08.28*** part/#tomcat retodd (n=opera@adsl-69-224-37-93.dsl.irvnca.pacbell.net)
10:11.12possiei'm trying to compile tomcat5, but i get the following message "file:/home/steven/src/apache-tomcat-5.5.17-src/build/build.xml:1992: Could not create task or type of type: get."  now i've read that this has something todo with my internetconnection, and indeed i'm using a proxy, so setup my proxysettings in the build.xml, i also see "[echo] Using 145.78.26.112:3128 to download http://archive.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanut
10:11.26possieso it looks like it using my proxy
11:30.07*** join/#tomcat Nik (n=chatzill@207.164.171.221)
11:31.24*** join/#tomcat yassinework (n=yel@h-213.61.164.152.host.de.colt.net)
11:31.54NikAnyone is getting the following message in the stdout log: WARNING - Instrumentation queue is full.  Current maximum size: 5000
11:32.43yassineworkhi everyone
11:32.59NikHi
11:34.39NikOnce I get that message, the application stop responding to HTTP request.  All other applications running on tomcat are running just fine.
11:35.02NikThis happen on version 5.5.17 for both Win and Unix OS
11:37.09yassineworkNik,  more log messages ?
11:37.39NikNothing.  No Exception no ERROR in any of the log
11:37.40Niklogs
11:37.58yassineworkstrange never had such issue
11:38.17yassineworkcan you explain what you are doing that cause this ?
11:38.39NikThis started to happen when I introduced scheduled background process within the application
11:38.53NikTo clean up the database on a regular basis
11:40.13NikI was using Quarzt / Spring implementation for the background jobs.  I switch everything to using TimerTask from the standard libs and have the same problem.
11:41.03NikSomehow, the database cleanup queries are generating instrumentation events.  Why...  I don't know
11:41.34*** join/#tomcat a4akb (n=Akbara@ask13-89.qualitynet.net)
11:43.05yassinework<PROTECTED>
11:45.34NikI have no idea.  There's no way to tell that I can see.  This seem to be an internal Tomcat thing
11:45.40NikJMX
11:46.13yassineworkNik,  how about monitoring with jconsole ?
11:46.22yassineworkyou are on jdk 1.5 i assume right ?
11:46.46NikYes.  But what should I be looking for?
11:50.54yassineworkthe JMX stats
11:51.09yassineworkmaybe you will than reconize wich queue is full and why
11:52.33NikOK.  I restarted Tomcat and monitoring.  I will let you know how it goes in a couple of hours
11:52.54NikIt take a while before it happen.  Something is building up...
11:57.00possieNik you happen to know how to turn on verbose logging on tomcat startup? cause i'm trying to startup startup.sh then it start, i seee the java process in my process list, but after a couple of seconds it's gone, but the files in my logs directory are empty
11:57.11yassineworkgood luck then
11:58.05yassineworkpossie,  do you happen to have an env Variable CATALINA_HOME that points to somewhere else ?
11:58.20yassineworkthis happens manytime for me too
11:58.31yassineworkso my logs goes to an other place
11:58.51yassineworkcheck that could be your problem
12:00.32possieyassinework let me check
12:01.22NikThere's definitely something with your tomcat setup since the java process goes up and down
12:01.48NikTry to find catalina.out on your system
12:02.04possieah indeed
12:02.09possienow i see a catalina.out file
12:02.10possiesaying
12:02.28possieThis release of Apache Tomcat was packaged to run on J2SE 5.0
12:02.37NikThe problem should be state in that file
12:02.40possieso maybe i'm running on older j2se ?
12:02.49Nikjava -version
12:03.09possiejava version "1.4.2_05"
12:03.40NikHere you go
12:04.00possiej2se 5.0 version is ?
12:04.09possiei never understood the versioning of java
12:04.43Ensiferum1.5
12:04.51Ensiferumits all marketing
12:04.54Ensiferumbig numbers sell
12:04.59NikYeah.  They change it with version 1.5
12:05.05Nik1.5 = 5.0
12:05.07possieah okee :-)
12:05.11possiewell thanks
12:05.17yassineworkhi Ensiferum
12:05.21Ensiferumhi yassinework
12:05.30possieyou guys reccon it's dangerouse to update my java version? if other java applications are running?
12:08.07yassineworkpossie,  i would stop them if its not a production environment
12:49.08possieah i fixed another testing machine :-)
12:49.10possiebetter
12:53.09NikNice!
12:53.34*** join/#tomcat mcupples (n=cupplesm@rrcs-24-73-129-8.se.biz.rr.com)
12:53.42mcupplesHey guys.
12:54.03mcupplesAnyone have any experience hooking up an SQL server to Tomcat?
12:54.41NikHow do you want to hook it up?
12:54.50_sho_any suggestions why tomcat would not be able to resolve a host alias
12:55.08_sho_eg, domain.com is in server.xml. however, www.domain.com isnt resolved by tomcat as an alias
13:02.21*** part/#tomcat wam (n=wam@proxy2.msh.de)
13:09.51possiewhen i start tomcat, and look at the output of netstat, i can see tomcat only binding to :::8009  this is only for ipv6 right?
13:10.00possiei dont' see an entry like  0.0.0.0:8009
13:24.49*** join/#tomcat a4akb (n=Akbara@ask13-164.qualitynet.net)
13:26.24yassineworkpossie, that port is for the AJP Protocole its a connector
13:26.37possiebut 8080 also
13:27.06yassineworkno 8080 is for the HTTO Connector
13:27.17yassineworkHTTP Connector
13:27.36yassineworkeach connectors handels a specifc Protocol
13:27.59yassineworkSSL connectors for HTTPS and so one
13:28.12*** part/#tomcat _sho_ (n=mkispe1@130.85.24.91)
13:29.17*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
13:48.49Ensiferumaw
13:48.56Ensiferumalmost ready now!
13:53.57possieyassinework but i ment, 8080 was also listing on :::8080 not on 0.0.0.0:8080 i had to add a command lineoption to force ipv4
13:55.36*** part/#tomcat a4akb (n=Akbara@ask13-164.qualitynet.net)
13:57.55*** join/#tomcat ogolqm-no (i=poisoner@11383.unitednetworx.com)
14:05.49Ensiferumnow its ready!
14:06.41*** join/#tomcat ogolqm-nob (i=poisoner@11383.unitednetworx.com)
14:13.37*** join/#tomcat golqm-noob (i=poisoner@11383.unitednetworx.com)
14:16.02*** join/#tomcat sail_ (n=sail@209.79.152.188)
14:16.29*** join/#tomcat boxix (n=no@boxix.net)
14:43.47Ensiferumhello
14:50.51*** join/#tomcat a4akb (n=Akbara@ask13-39.qualitynet.net)
14:55.56*** join/#tomcat golqm-noob (i=poisoner@11383.unitednetworx.com)
14:59.29*** join/#tomcat lintlock (i=lintlock@152.12.31.7)
15:18.01*** join/#tomcat Tr|`Her (n=wintersu@bb219-74-190-140.singnet.com.sg)
15:18.19Tr|`Heri nid help
15:22.24Ensiferumgenerally you need to ask a question before anyone can help you
15:22.31Tr|`Hersorry sorry
15:22.37Tr|`Hercan i know when i on my tom cat
15:22.42Tr|`Herthe prompt go off auto
15:22.46Tr|`Herwhat does this mean?
15:22.48*** join/#tomcat golqm-noob (i=poisoner@11383.unitednetworx.com)
15:22.50Tr|`Hertom cat cant be on?
15:23.05Tr|`Herif so
15:23.09Tr|`Herhow can i make it on?
15:23.15Tr|`Hercux i'm doin a project
15:28.36Tr|`Her..
15:31.05lintlockif you have a newer version i think it auto does that
15:31.29lintlockmine i have to accually run a file
15:31.50lintlockbut how its configured i have no clue
15:33.32Tr|`Hermmm
15:33.36Tr|`Hermine is tomcat 4
15:33.38Tr|`Herwhen i start
15:33.50Tr|`Herthe prompt appear a while den vanished
15:34.00Tr|`Herden i usin nokia dev. tools ..
15:37.45lintlockget tomat 5 :)
15:38.58lintlockbut to be honest i dont know how to fix your issue sorry :(
15:40.50Tr|`Herhaiz
15:40.57Tr|`Herbut normally tomcat can start?
15:42.48a4akbibot lintlock
15:42.49ibotlintlock is probably ;P
15:43.08lintlocktry to access http://localhost:8080
15:43.14lintlockif that appears then it should be fine
15:43.24lintlockunless you changed the port that you are using
15:43.58Tr|`Herhuh?
15:44.42lintlockcan you access your tomcat in your browser?
15:45.03mcupplesRighto, anyone know how to link an MSSQL server to Tomcat?
15:45.41lintlockwhy couldnt you use MySQL
15:45.45lintlocki could have told you :P
15:45.45Tr|`Hercan view
15:45.51Tr|`Herbut in my school
15:46.00Tr|`Herthe prompt will stay there lolx
15:46.33lintlockare you the Admin on that computer?
15:46.41Tr|`Heryah
15:46.58mcupplesWell, I can't use MySql.
15:47.04mcupplesI'd love to, really.
15:47.24Tr|`Herhow come?
15:47.27mcupplesActually, perhaps it hooks up nearly the same, could you tell me how to hook up MySQL when MySQL is on a different box?
15:48.05lintlockok
15:48.16lintlockopen a pm with me while i find eht code
16:01.15*** join/#tomcat pucko (n=andreas@81-234-246-21-o933.tbon.telia.com)
16:02.37*** join/#tomcat tomk (n=tomk@gentoo/developer/pdpc.active.tomk)
16:03.15tomkhi, does anyone know if it's possible to disable the tag poll just for some of my custom tags instead of globally?
16:13.11*** part/#tomcat mcupples (n=cupplesm@rrcs-24-73-129-8.se.biz.rr.com)
16:26.09*** join/#tomcat remnant (n=lenhan@user-0c9hcu2.cable.mindspring.com)
16:48.05*** join/#tomcat Tourettes (n=Tourette@c-69-243-244-54.hsd1.mo.comcast.net)
16:55.12*** join/#tomcat Nik (n=chatzill@207.164.171.221)
16:56.17NikAnyone is getting the following message in the Tomcat stdout log: WARNING: Instrumentation queue full?
17:03.47*** join/#tomcat jasonb_ (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
17:04.47jasonbNik: That's a pretty interesting log message.  I've never seen that before.
17:05.50NikIndeed.  Has I was telling the others earlier today, this message started to appear when I added background process within the web app that those db cleanup on the regular basis.
17:06.38NikOnce I get this message, the webapp is no more accessible;  Typing: http://hostname/appname won't return back
17:07.03NikBut all the other web applications running on the server are just fine
17:12.37NikIRC is my last hope.  I have searched every where for this problem and I haven't found anything on it.
17:13.59jasonbYou don't get any stack trace?
17:13.59NikI am suspecting that tomcat, since it is now using JMX, is stacking monitoring events for whatever reasons.  I am currently connected to the server via the jconsole.  There's nothing awkward that I can see.
17:14.39jasonbWhich exact version of Tomcat?  Which Java brand & version?  Which OS?
17:14.43NikNothing.  Not a single Exception or ERROR in any of the other logs
17:14.48Nik5.5.17
17:15.05jasonbAlso, show us a couple of log lines above and below that WARNING log message.
17:15.06NikHappens on both Win and Unix OSes
17:15.15jasonbJava brand & version?
17:17.26NikUnix is Solaris 8 with JDK 1.5.0_06 and Windows 2003 server is also JDK 1.5.0_06
17:23.35NikAnd there's nothing in the log before the WARNING; Only ordinary application log trace statements
17:24.01jasonbhmm
17:24.57NikIt happens after 1 hours the application has been started
17:27.34NikHere's the complete message:  WARNING - Instrumentation queue full: Current maximum size: 5000
17:31.09jasonbI see literally no matches for a string like that on google.
17:31.34jasonbNik: Can you list for me any OSS packages that your webapp uses?
17:32.14jasonbNik: Also, how did you obtain the Tomcat binary you're currently running?  Is it the official 5.5.17 release binary?  Or, did you build it?  Or, did you get it from a non-official package?
17:32.16NikI know.  Been searching for a while and haven't found anything
17:32.40NikOfficial build from the apache web site
17:33.58NikOk.  Here's the list: Apache MyFaces, MySQL, Spring 1.2, Hibernate 3, Open LDAP, Hypergraph
17:34.07NikThat's about it
17:34.31jasonbThat's a lot.
17:34.39NikYou know, let me replace the Hibernate layer by straight JDBC calls
17:34.52NikI know.  Not my call
17:35.58NikWell, can't really do without it since we are realying alot on it for the domain layer / configuration of the application
17:36.11NikI will see if I can bypass it
17:36.12jasonbNik: It may help you to grep for "Instrumentation queue full" in each of the jars of those OSS packages.  If you find one that matches, then you at least know where the message is coming from.
17:37.26jasonbI actually doubt that it is coming from Tomcat.. although it might be coming from one of the jars that Tomcat builds against.
17:37.28NikGood idea
17:38.01NikI will need to download the source code for all those packages
17:42.24jasonbNo.. the jars!
17:42.51jasonbcd webapps/yourwebapp/WEB-INF/lib
17:43.00jasonbgrep 'Instrumentation queue full' *.jar
17:44.43*** join/#tomcat dreivier (n=dreivier@port-87-234-91-22.dynamic.qsc.de)
17:46.11*** join/#tomcat valmont (n=chrishol@germany.pspdev.pas.earthlink.net)
17:51.15Nikjasonb: Nothing returned
17:52.26jasonbNik: Do you also store any jars in server/lib, shared/lib, or common/lib to make your webapp work?
17:52.35NikNo
17:52.48NikThe application is self contain
17:53.03jasonbNik: I would suggest grepping Tomcat's jars for the same string.. in the above dirs.
17:53.22jasonbNik: Then, I'd suggest grepping the JDK's jars for it.
17:54.16jasonbcd $JAVA_HOME; find . -name "*.jar" | xargs -i grep 'Instrumentation queue full' {}
17:54.41jasonbcd $CATALINA_HOME; find . -name "*.jar" | xargs -i grep 'Instrumentation queue full' {}
17:55.09jasonb(those commands won't work on Solaris 8)
17:55.31jasonbhmm.. no Linux?
17:55.57Ensiferumevening
17:56.12Nikfind / -name '*.jar' -exec -l grep 'Instrumentation queue full' {} \; does the same thing
17:56.17harpoonjasonb: which commands won't work on sun os 5.8?
17:56.54jasonbNik: Sure.
17:57.27jasonbharpoon: "something | xargs -i command {}" is not OS portable.  It's actually Linux-only.
17:58.02jasonbharpoon: Instead, we could use "something | xargs -n 1 command" as long as the insertion of arguments can go on the end of the command.
17:58.17harpoona sorry .. my bad
17:58.36harpooni have overseen the last characters
17:58.50jasonboverlooked?
17:59.03harpoonerr
17:59.04harpooness
17:59.06harpoonyes
17:59.11jasonb:)
17:59.17harpoonsorry .. was a long day :-)
17:59.23jasonbStill is.
17:59.36harpoonmmh
17:59.59*** join/#tomcat ki (n=ki@p5482361C.dip0.t-ipconnect.de)
18:00.16harpoonit is 8 o'clock pm in germany
18:00.38Ensiferum9pm here
18:00.51jasonb11:00am here.
18:00.52harpoonand with some bad luck i have to wake up at 4 am tomorrow
18:01.07Nikjasonb: Performed a full system scan for 'Instrumentation queue full' and haven't found a single entry!!!  That doesn't make any sense...
18:01.07harpoonso... day is nearly over for me :-)
18:01.37NikUnless it's not in a JAR file
18:02.01NikLet me do the same thing for all files under Tomcat
18:02.01jasonbNik: find all *.class and *.properties files as well.
18:02.53jasonbovernight you could run find / -name '*' -exec -l grep 'Instrumentation queue full' {} \;  # :)
18:04.31NikYeah.  Even now is fine.  Solaris 10 ownz!!!
18:04.54NikCurrently running it on my laptop
18:05.12*** join/#tomcat Uviz (n=vee@user-11217nu.dsl.mindspring.com)
18:05.58jasonbahh
18:07.13Ensiferumpfft, windows!
18:09.03jasonbpfft!
18:11.17NikYeah!  I know I am getting offtrack but I need to tell you this...  I did some performance testing using various comm protocol available in Java (CORBA, RMI, Sockets, UDP, SOAP, etc...).  With my initial setup running Windows 2003 as the server I was able  to run max 50 concurent clients.  Formatted the server machine and installed Solaris 10.  Same machine, 500 concurent clients and the CPU was not even maxed!
18:12.33jasonbAnd you're surprised by this?  :)
18:13.03NikI was at the time.  Who wouldn't?
18:13.03Ensiferumhmm Sun Solaris + Sun JVM ;)
18:13.15jasonbI wouldn't.
18:14.00NikThat was not a SPARC.  Just an PIII 700 with 512mb RAM
18:14.09NikBasically a PC class machine
18:14.41*** join/#tomcat ki (n=ki@p5482361C.dip0.t-ipconnect.de)
18:14.49jasonbPIII isn't fast, but lots of "PC"s (AMD or intel) are now noticeably faster than SPARCs.
18:15.15NikAnd ppl are still installing Tomcat and J2EE servers on Windows.  Go figure...
18:15.48TourettesI love Windows
18:15.56Tourettesjust kidding
18:16.53NikYou better be kidding =P
18:17.41Ensiferum6.06*
18:18.05Nikjasonb:  How's java performance on Linux compare to Solaris?
18:20.01jasonbNik: It's been a while since I could test that fairly.  I actually don't know how it stands today.  I assume you're asking about Solaris x86?  From what I remember, Solaris x86 performed well versus Windows, but Linux beat it by like 15% or something.. with Sun's JVM.
18:22.42Ensiferumtime to play some burnou3
18:24.06*** part/#tomcat ki (n=ki@p5482361C.dip0.t-ipconnect.de)
18:49.52Nikjasonb: Nothing returned from the complete system scan for "Instrumentation queue full"
18:50.19jasonbugh.
18:50.25NikYeah
18:50.55NikI did for *.xml;*.jar;*.conf;*.properties;*.class
18:51.03jasonbThat's going to be pretty near impossible to track down then.
18:51.17jasonbBut you didn't search *all* files on the machine?
18:52.02NikThe command got stuck somehow;  was not using any cpu and there was no more disk access going on
18:52.14NikSo I stopped it and specified some extensions
18:53.18jasonbIt might have been reading /dev/zero or some other device "file".  :)
18:53.28jasonbOr, even a socket.
18:53.33jasonbDo a find -type f
18:56.39*** join/#tomcat vinse (n=vinse@208.253.223.146)
18:56.45NikYeah.  I'm still a Unix newbie
19:01.24NikStill nothing
19:02.31jasonbman..  that hurts.
19:02.42*** part/#tomcat falconair_ (n=falconai@c-68-80-214-116.hsd1.nj.comcast.net)
19:02.57jasonbThe very next thing I'd do is download the source code to the exact version of Spring you're using and grep the source tree.
19:03.00lintlockjasonb would you know about taglibs ?
19:03.11jasonblintlock: What's your question?
19:03.33lintlocki should say choose
19:03.35lintlock<c:when test="${pwdo == opass}">
19:03.43lintlockis that a valid statement
19:03.57NikOK.  I'm off.  Will continue this monday morning.  Thanks for all the help!
19:04.57lintlockpwdo and opass are variables
19:05.28lintlockbut the ways im seeing it is a var compared to a set value thats a non var
19:05.40lintlocklike pwdo == "100"
19:16.16*** join/#tomcat gorpon (n=gorpon@64.165.63.157)
19:36.54*** join/#tomcat pucko_ (n=andreas@81-234-246-21-o933.tbon.telia.com)
19:46.40*** join/#tomcat pucko (n=andreas@81-234-246-21-o933.tbon.telia.com)
20:13.32lintlockyay i fixed my problem
20:25.32*** part/#tomcat tomk (n=tomk@gentoo/developer/pdpc.active.tomk)
20:29.28*** join/#tomcat malverian (n=malveria@gentoo/developer/malverian)
20:30.46malverianI have a WAR file with a META-INF/context.xml .. when I copy the WAR file into my webapps directory, it extracts it, and creates a _directory_ named conf/<engine>/<host>/<webappname>.xml/ ... I thought it was supposed to copy the context.xml there as a file? This is with tomcat 5.0.27.
20:34.05malverianHmm.. nevermind. If I deploy it through the manager interface instead of dropping the WAR file in the webapps directory it works. Is this a known issue?
20:37.24rhizmoecan i just use multiple jkmount's to pass only selected pages through apache?
20:42.18lintlockquestion: <session-timeout>30</session-timeout> this statement isnt timming out my application why is this?
20:42.27lintlocki had it on a 1min timeout and its not working
20:43.33*** join/#tomcat vinse_ (n=vinse@208.253.223.146)
20:44.36*** part/#tomcat vinse_ (n=vinse@208.253.223.146)
20:57.42lintlockhah fixed!
20:57.50lintlocknow i can properly fix this issue
21:00.58malverianHmm.. If I'm using the public_tomcat userdir listener.. do all of my servlet paths in web.xml need to be absolute? Eg.. /~user/foo rather than /foo
21:00.58malverian?
21:03.11malverianWith regards to a servlet-mapping / url-pattern
21:06.09*** join/#tomcat vinse_ (n=vinse@208.253.223.146)
21:07.00*** join/#tomcat longbeach (n=bobby@AFontenayssB-152-1-71-215.w81-48.abo.wanadoo.fr)
21:17.07*** join/#tomcat ogolqm-nob (i=poisoner@11383.unitednetworx.com)
21:46.44rhizmoelintlock: what was the fix?
21:56.59lintlocko
21:57.16lintlockit was something dealing with where stuff was placed
21:57.31lintlocki ended up scrappin the js idea and did it after you submit the form
21:57.51lintlock<c:when test="${param.pwdo == opass }">
21:58.42lintlockthat fixed everything and i wanted to cry lol
21:59.31lintlockwell take care
22:34.43*** join/#tomcat brl4n (i=none@gateway/tor/x-1f7bda43ffba8d46)
22:41.46*** join/#tomcat lcmatte (n=lcmatte@200.160.138.138)
22:45.11lcmatteHello! I need some help about JNDI on tomcat 5.5
22:51.15lcmatteI have a webservice that receive that message:
22:51.28lcmattejavax.naming.NamingException: Cannot create resource instance at org.apache.naming.factory.TransactionFactory.getObjectInstance(TransactionFactory.java:112)
22:51.56lcmatteI tried to set jndi.properties but didn't work
22:52.44lcmatteMaybe because I don't know the rigth values for properties
22:58.48lcmatteI have the same webservice working fine on tomcat 5.0 in another machine apparently with the same configuration
23:00.57*** join/#tomcat yassine (n=yassine@xdsl-87-78-118-70.netcologne.de)
23:13.24yassinehi
23:46.21*** join/#tomcat merp (n=bofh@c-67-185-103-32.hsd1.wa.comcast.net)
23:47.39brl4nthe sample tomcat app is way to complicated
23:51.32*** join/#tomcat Marv|LG (n=Marv|TF@ip70-162-230-222.ph.ph.cox.net)

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.