irclog2html for #tomcat on 20030712

00:33.10*** part/#tomcat franl (~Hal@1Cust127.tnt22.bos2.da.uu.net)
00:44.25*** join/#tomcat IRCMonkey (~chatzilla@nanterre-1-81-57-215-170.fbx.proxad.net)
01:16.04*** join/#tomcat cgarvey (~chatzilla@dublin.cgarvey.com)
01:17.38*** join/#tomcat franl (~Hal@1Cust59.tnt20.bos2.da.uu.net)
01:20.29cgarveymornin/evenin all .. has anyone any pointers on where to find working examples of Tomcat and MS SQL Server connection pooling.. i've googled for 4-5 hours and have come across lots of questions, with no awnsers
01:22.26*** join/#tomcat jkk (~www@h000625d7017a.ne.client2.attbi.com)
02:13.28*** join/#tomcat tang^ (~krachyn@ahgn23wky5824.ab.hsia.telus.net) [NETSPLIT VICTIM]
02:13.28*** join/#tomcat TPABKA (~tar@gecko.roadtoad.net) [NETSPLIT VICTIM]
02:52.25*** join/#tomcat jkk (~www@h000625d7017a.ne.client2.attbi.com)
02:56.44*** join/#tomcat blur_ (~www@h000625d7017a.ne.client2.attbi.com)
03:03.16*** join/#tomcat heaps (eapolo01@hills.ccsf.cc.ca.us)
03:20.28*** join/#tomcat apacherox (supaplex@12-254-217-66.client.attbi.com)
03:45.35*** part/#tomcat franl (~Hal@1Cust59.tnt20.bos2.da.uu.net)
04:07.39*** join/#tomcat franl (~Hal@1Cust96.tnt33.bos2.da.uu.net)
05:48.00*** join/#tomcat Iggy01 (~ask@p70-154.acedsl.com)
05:48.04Iggy01hi all
05:48.53Iggy01is there any reason why web app installed and works fine one days and not the other? :(
05:52.24*** part/#tomcat Iggy01 (~ask@p70-154.acedsl.com)
06:03.23*** part/#tomcat franl (~Hal@1Cust96.tnt33.bos2.da.uu.net)
06:28.54*** join/#tomcat schlumpf (~vx_schlum@dsl-082-082-064-242.arcor-ip.net)
06:34.34Splinebecause something changed?
06:43.29*** join/#tomcat Daktar (Shadow@h204n2fls32o972.telia.com)
08:16.08*** join/#tomcat schlumpf (~vx_schlum@dsl-082-082-068-125.arcor-ip.net)
08:43.34*** join/#tomcat jkk (~www@h000625d7017a.ne.client2.attbi.com)
08:52.25*** join/#tomcat |BNz| (~yeah@212.74.113.136)
08:52.34|BNz|hi guys
08:52.43|BNz|having a real nasty time with deploying a webapp on tomcat
08:53.02|BNz|heres the issue... *sometimes* when a link is clicked i get an error 500... other times i dont
08:53.06|BNz|its seemingly random too
08:53.08|BNz|any ideas?
08:53.27|BNz|oh and this is without using apache... connecting directly to 8080
09:03.05|BNz|java.util.ConcurrentModificationException
09:03.05|BNz|at java.util.HashMap$HashIterator.nextEntry(HashMap.java:762)
09:03.05|BNz|at java.util.HashMap$KeyIterator.next(HashMap.java:798)
09:03.05|BNz|at org.apache.catalina.util.Enumerator.nextElement(Enumerator.java:166)
09:03.13|BNz|getting these sorts of errors on the 500 page
09:03.19|BNz|is the guys code the issue or tomcaT?
09:38.33*** join/#tomcat schlumpf (~vx_schlum@dsl-082-082-068-125.arcor-ip.net)
10:09.25*** join/#tomcat TPABKA (~tar@gecko.roadtoad.net)
10:11.34*** join/#tomcat w1k1 (~w1k1@pD954599A.dip.t-dialin.net)
10:23.09*** join/#tomcat webguru (ffdsfds@FSH200173.resnet.ucsb.edu)
10:23.13webguruhi guys
10:23.15webguruanybody here
10:23.18|BNz|yep
10:23.25webgurugreat
10:23.28|BNz|was hoping on getting some tomcat help actually ;)
10:23.29webguruI want to use tomcat with apache
10:23.34webguruhow can I do that
10:23.36|BNz|ah i know how to do *that*
10:23.43|BNz|you use mod_jk - well i do anyway
10:24.09webguruok, actually what I need is some more information on concepts, cause I am not familiar with tomcat much
10:24.39webgurufirst dumb question is, is tomcat a web server + jvm or is it something else
10:24.48webgurudoes it have jvm first of all
10:25.24|BNz|tomcat is in a way a webserver
10:25.31|BNz|you can talk to it on port 8080 with ur browser
10:25.54webgurudo I have to turn on that web server if I want to use tomcat, can I just use apache without running another server
10:26.37*** join/#tomcat Corrosion_ (Corrosive@cm-tvcidade-nri-C8B1D652.brdterra.com.br)
10:26.48*** part/#tomcat Corrosion_ (Corrosive@cm-tvcidade-nri-C8B1D652.brdterra.com.br)
10:33.18webguruhey |BNz|, r u there?
10:49.42|BNz|yeh
10:49.48|BNz|yeah you run both
10:49.51|BNz|firewall port 8080
10:50.01|BNz|or make it bind only to 127.0.0.1 (localhost)
10:50.43webguru|BNz|: is it possible to use tomcat without running the server?
10:50.50webguruI would like to have one web server only
10:52.28|BNz|yeah
10:52.33webguruhow?
10:52.36|BNz|you could tell tomcat to run port 80 if you wanted
10:52.41|BNz|and do away with apache altother
10:52.44|BNz|i wouldnt tho'
10:52.48webguruno, I mean I have already a server running
10:52.54|BNz|it isnt
10:52.54webguruwith mod_perl running, I want to also use java
10:52.57|BNz|in that case it isnt
10:53.07webgurui see
10:53.10|BNz|k
10:53.15webguruif I run on 8080
10:53.31webguruis it secure, how do I guarantee that it is 100% secure, nothing is serverd there etc...
10:53.40|BNz|yeh then you use mod_jk or similar to proxy the requests to the apache for certain dir to the tomcat
10:53.45|BNz|its fairly simple
10:53.58|BNz|sorry dude.
10:54.21|BNz|but im no guru - suspect ur questions would be better answered by others
10:54.42webgurunever mind, just try to answer what you know, it is a long process anyway
10:54.54webguruI mean your answers will give me some idea at least
10:55.34webguruso when I want to execute java apps, I have to do it in tomcat's context, not my original apache's context
11:03.13webgurucan I run mod_perl in tomcat?
11:03.15webguruand also php
11:07.04schlumpfwebguru: i think it's possible to use cgi in tomcat
11:07.25webgurui see, do I have to set CATALINA_HOME?
11:41.51*** join/#tomcat w1k1_ (~w1k1@pD9E59CB2.dip.t-dialin.net)
11:51.18*** join/#tomcat schlumpf (~vx_schlum@dsl-213-023-046-111.arcor-ip.net)
12:10.31*** join/#tomcat webguru (ffdsfds@FSH200173.resnet.ucsb.edu)
12:15.05webguruhow do I generate this file? TOMCAT_HOME/conf/auto/mod_jk.conf
13:03.06*** join/#tomcat schlumpf2 (~vx_schlum@dsl-213-023-039-051.arcor-ip.net)
14:23.27*** join/#tomcat franl (~Hal@1Cust216.tnt33.bos2.da.uu.net)
14:54.28help_meif there is anybody here to help me but you don't help me I condemn you
15:18.19*** join/#tomcat Matias (~imso@port322.ds1-vby.adsl.cybercity.dk)
15:18.39MatiasHi everybody..  I need some help with Tomcat; setting up an applet
15:21.10*** join/#tomcat Matias (~imso@port322.ds1-vby.adsl.cybercity.dk)
15:21.42MatiasAnybody here?
15:35.37*** join/#tomcat schlumpf3 (~vx_schlum@dsl-082-082-069-039.arcor-ip.net)
15:56.44*** part/#tomcat Matias_needshelp (~imso@port322.ds1-vby.adsl.cybercity.dk)
16:29.08*** join/#tomcat cachak (~nila@202.159.23.211)
16:34.41*** join/#tomcat chuckie (csg@van.sac.fedex.com)
16:36.02*** join/#tomcat schlumpf3 (~vx_schlum@dsl-082-082-069-079.arcor-ip.net)
16:52.11*** join/#tomcat schlumpf2 (~vx_schlum@dsl-082-082-064-237.arcor-ip.net)
18:07.38*** join/#tomcat heaps (eapolo01@hills.ccsf.cc.ca.us)
18:09.52*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com)
18:23.26HellaenergyWhats new Tomcat lovers
18:24.45HellaenergyAnyone here into Flash?
18:42.27*** join/#tomcat mod_cure (~Cure@cs6668191-88.austin.rr.com)
19:26.47*** join/#tomcat mod_cure (~Cure@cs6668191-88.austin.rr.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat chuckie (csg@van.sac.fedex.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat webguru_away (ffdsfds@FSH200173.resnet.ucsb.edu) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat w1k1 (~w1k1@pD9E59CB2.dip.t-dialin.net) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat TPABKA (~tar@gecko.roadtoad.net) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat jkk (~www@h000625d7017a.ne.client2.attbi.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat Daktar (Shadow@h204n2fls32o972.telia.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat tang^ (~krachyn@ahgn23wky5824.ab.hsia.telus.net) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat n0ir (~vol@pcp02400027pcs.flint01.mi.comcast.net) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat fox__ (fox@debian.as) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat jupi` (jupiter@roswell.warpzone.org) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat JakWORK (chris@radar.wapmx.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat inconspicuous (~inconspic@stinkymonkey.cc.columbia.edu) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat ianni (ian@inpuj.net) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat hellabot (~hellabot@hellaweb.com) [NETSPLIT VICTIM]
19:26.47*** join/#tomcat hez (hez@h24-83-20-35.vc.shawcable.net) [NETSPLIT VICTIM]
20:41.43Hellaenergyjava.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer
20:41.47Hellaenergywhats that all about?
20:42.02HellaenergyHow can that be?
20:53.34Hellaenergyanyone know which jar holds org.apache.catalina.core.StandardServer
20:54.06Hellaenergycatalina.jar heh
20:56.25tang^missing a jar?
21:02.19Hellaenergyna two jars of the same type in common and in the webapp ;)
21:03.35tang^oops
21:28.54*** join/#tomcat schlumpf (~vx_schlum@dsl-082-082-064-237.arcor-ip.net)
21:28.55schlumpfu
22:36.00*** join/#tomcat diablita (~diablita@dsl-200-67-167-82.prodigy.net.mx)
22:36.50supkrisnethelo
22:38.37*** part/#tomcat supkrisnet (~diablita@dsl-200-67-167-82.prodigy.net.mx)
22:40.29*** join/#tomcat RobbeZ (RobbeZ@ppp-62-235-84-27.tiscali.be)
23:05.12*** join/#tomcat dMacRohar (robert@skaters.biz)
23:29.30*** join/#tomcat Daktar (Shadow@h204n2fls32o972.telia.com)

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.