IRC log for #tomcat on 20090629

00:08.37*** join/#tomcat MHSL (i=Linux@cm15.eta6.maxonline.com.sg)
01:17.16*** join/#tomcat MinorityStorm (n=chatzill@62.139.160.211)
01:54.07*** join/#tomcat mbroyles (n=mbroyles@nc-69-69-218-151.dyn.embarqhsd.net)
01:54.26mbroyleshey, anyone got a minute?
01:54.43mbroylesI have tomcat stood up...I'm running Fedora and all
01:54.55mbroylesand I'm having some java path issues...
01:54.56mbroyles:(
04:18.38aniasishello
04:58.13*** join/#tomcat barkbarkmeow (n=barkbark@g224152176.adsl.alicedsl.de)
05:01.32*** join/#tomcat shashi (n=shashi@122.181.1.158)
05:17.56*** join/#tomcat haxplorer (n=haxplore@nat/yahoo/x-52ae9bbbd7c7a79d)
06:00.49*** join/#tomcat bhagat (n=bhagat@203.129.255.188)
06:04.12*** join/#tomcat joel_ (n=joel@193.145.14.94)
06:14.05*** join/#tomcat dvayanu (n=another@ppp-88-217-59-211.dynamic.mnet-online.de)
06:35.24*** join/#tomcat joel_ (n=joel@193.145.14.94)
06:51.15*** join/#tomcat schill0r (n=niki@pd907efaa.dip0.t-ipconnect.de)
07:19.34*** join/#tomcat kjkoster5489 (n=kjkoster@233-250-103-145.static.glaslokaal.nl)
07:24.59*** join/#tomcat trifon (n=chatzill@p54919EF7.dip0.t-ipconnect.de)
07:36.50*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
07:52.15*** join/#tomcat al (i=d@niel.cx)
08:18.50*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
08:19.54*** join/#tomcat da_krowa (i=Miranda@chello087207037180.chello.pl)
08:39.06*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
09:00.09*** join/#tomcat magentar (n=magentar@94.79.136.202)
09:11.07*** join/#tomcat da_krowa (i=Miranda@chello087207037180.chello.pl)
09:11.13*** join/#tomcat Iron_Chef (n=qweqweqw@203.171.196.174)
09:29.32Iron_Chefif I install Tomcat6 on Fedora Core 10 using yum, are the environment variables, paths and things set so it's "ready to run"
09:29.33Iron_Chef?
09:30.11Iron_Chefthat is, do I need to do any further configuration after "yum install tomcat6" ?
09:34.42*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
10:03.01*** join/#tomcat bhagat (n=bhagat@203.129.255.188)
10:06.59*** join/#tomcat tuxplorer (n=haxplore@nat/yahoo/x-01276f6b2b0abf6a)
10:16.21*** join/#tomcat oxi (n=oxi@unaffiliated/oxi)
10:52.33*** join/#tomcat aniasis (i=jiggyhoo@cpe-70-123-126-122.tx.res.rr.com)
10:59.27*** join/#tomcat MinorityStorm (n=chatzill@62.139.160.211)
11:34.29MHSLIron_Chef, need to wait for people who use fedora
11:49.16*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
11:59.23*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
12:31.45*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
12:38.55*** join/#tomcat JoelR (n=joel@193.145.14.94)
13:35.24*** join/#tomcat azlev (n=ze@200.234.206.72)
13:40.00*** join/#tomcat oxi (n=oxi@unaffiliated/oxi)
13:47.11*** join/#tomcat randrewj (n=raj-user@user-160uueu.cable.mindspring.com)
13:58.08*** join/#tomcat dorimar (n=quassel@32.97.110.59)
14:45.33*** join/#tomcat perr0 (n=dalanis@206.55.176.26)
14:48.05*** join/#tomcat dvayanu (n=another@host-62-245-224-138.customer.m-online.net)
14:53.04perr0which jasonb
15:07.35perr0well I am curious to know if anyone running Tomcat is opposed to running it as a non Root user?
15:08.46*** join/#tomcat nodie (n=plat0n@80.30.62.159)
15:09.24nodiehi, how can I extract the as a parameter part of an url? I mean, /product/232/ -> product and id=232
15:22.46*** join/#tomcat puskar (n=puskar@PUSKAR.ES.ITS.NYU.EDU)
15:44.01*** join/#tomcat karstensrage_alt (n=karstens@c-76-103-32-139.hsd1.ca.comcast.net)
15:49.29randrewjperr0: That would be an unusual type person.
15:56.00perr0randrewj: I am in an unusual situation with our main developer he doesn't believe and understand security and is opposing all the security suggests I make
15:57.14perr0we just had a security audit by a 3rd party and it came back aweful but is still oposing the badInputFilter, tomcat running as non-root, and other suggestions.
16:03.33*** join/#tomcat magentar (n=magentar@94.79.143.94)
16:10.38randrewjperr0: So your auditor prefers that tomcat run as root?
16:13.28perr0no, we just received a pre-completed result of the finds and one of the finds was the server was running as root and they were able to access sensitive files. So I suggested to run it as a non root user and the developer who makes is part of the round table opposes running it as any other user then root
16:14.46perr0really his explanation why he wants it running as root is naive so my question today is if there are any constraints to running tomcat as a non-root user
16:19.43randrewjperr0: The only immediate issue  is that you need to do a little extra to make it listen on port 80 on unix.
16:20.24randrewjperr0: The rest is just organizing file ownership/permissions.
16:22.39*** join/#tomcat aniasis (n=mccoy@205.168.84.98)
16:33.00perr0ya I wrote a how to startup Tomcat using jsvc and I am still facing oposition
16:33.20perr0but thanks fo the input
16:42.12*** join/#tomcat haxplorer (n=haxplore@122.167.105.253)
16:43.09*** join/#tomcat tuxplorer (n=haxplore@nat/yahoo/x-bc04d71dfe04beaa)
16:44.59randrewjperr0: You're on the right track. But the problem is not a technical one.  : (
16:45.45perr0If you mean to convince people that security aint no joke?
16:46.43*** join/#tomcat kml (n=unknown@66-7-254-75.static-ip.telepacific.net)
16:46.59randrewjperr0: precisely. good luck.
16:47.14perr0thanks =]
16:48.43*** join/#tomcat Vanuatoo (n=Vanuatoo@213.131.37.174)
17:04.27*** join/#tomcat barkbarkmeow (n=barkbark@g224152176.adsl.alicedsl.de)
17:07.56*** join/#tomcat Vanuatoo (n=Vanuatoo@92.54.192.70)
17:23.51*** join/#tomcat Elvanor (n=elvanor@gentoo/developer/elvanor)
17:24.06ElvanorI cannot access Tomcat's manager on a vhost
17:28.14ElvanorDoes Alias supports the *.blabla.com syntax ?
17:50.29MinorityStormwhy does the topic say NOT to use mod_jk ?
17:55.03ElvanorGot it working, but strangely only access to the main vhost produce some logging on the Tomcat manager, why ?
18:02.52randrewjMinorityStorm: it's a political thing, and anyone who needs to ask, probably should stick with ajp_proxy.
18:14.20*** part/#tomcat randrewj (n=raj-user@user-160uueu.cable.mindspring.com)
18:14.59*** join/#tomcat dvayanu (n=another@ppp-88-217-59-211.dynamic.mnet-online.de)
18:19.17*** join/#tomcat the_unamker (n=g@w005.z209031033.sjc-ca.dsl.cnc.net)
18:19.20the_unamkercarla$ /usr/pkg/java/openjdk7-bin/bin/java -version
18:19.22the_unamkeropenjdk version "1.7.0-internal"
18:19.25the_unamkerOpenJDK Runtime Environment (build 1.7.0-internal-jmcneill_2009_01_29_15_36-b00)
18:19.27the_unamkerOpenJDK Server VM (build 14.0-b10, mixed mode)
18:19.30the_unamkeris this java 1.7?
18:28.41*** join/#tomcat Digit0 (n=asdasd@89.100.172.29)
18:28.42Digit0hi
18:28.52Digit0how can I do tomcat work with the JSTL tags ?
18:32.00the_unamkerinteresting
18:32.16the_unamkerI downloaded a tomcat from apache
18:32.16the_unamkerand I am using openjdk 7
18:32.20the_unamkerand it complains no APR found
18:32.27the_unamkerI dont want APR I want jio
18:32.33the_unamkerbecause dude here asi dits fastest
18:32.35the_unamkernetbsd 5
18:32.43the_unamkertomcat6.0.20
18:35.50the_unamkerstupid default config
18:37.35*** join/#tomcat _seshf_ (n=kvirc@web.hesgdv.de)
18:54.50the_unamkerAPR
18:54.52the_unamkerapache goons
18:54.59the_unamkerjio is much faster according to jasonb book
19:02.11the_unamkerwhere do i find a good default config?
20:24.42*** join/#tomcat peders (n=erik@82.146.89.138)
20:49.02the_unamkerI dont want apr
20:49.12the_unamkerI see the default of the tomca tform apache has apr listener?
20:49.16the_unamkershould I commetn ti out
20:49.27the_unamkernetbsd5 6.0.20 jdk 6.13
20:49.30the_unamker6.14
20:53.58*** join/#tomcat azlev (n=ze@200.234.206.72)
21:06.24the_unamkerhow do I tell if tomcat is using jio or apr?
21:06.28the_unamkeranyone?
21:06.30the_unamker:)
21:08.37perr0idk, maybe by looking in your lib/ dir, config files?
22:06.25MinorityStormwhy does openjdk does not compile some classes ?
22:11.12*** join/#tomcat acarbs12 (n=acarbone@173-9-89-1-NewEngland.hfc.comcastbusiness.net)
22:15.43the_unamkeropendk is basically jacked
22:15.47the_unamkerdoes netbsd have a printing software?
22:17.49*** join/#tomcat JoelR (n=joel@193.145.14.94)
22:22.18*** join/#tomcat barkbarkmeow (n=barkbark@f053157089.adsl.alicedsl.de)
22:31.46*** join/#tomcat philihp (n=philihp_@sas12137.nat.sas.com)
22:32.54philihpHi, using Tomcat6, is there a way for an application to register new JNDI resources without editing context.xml or web.xml?
22:33.27pfnphilihp, yes, use the jndi api
22:33.40pfni.e. look at the Context apidoc
22:33.58philihpthank you, i will.
22:47.13*** join/#tomcat barkbarkmeow (n=barkbark@f053157089.adsl.alicedsl.de)
22:53.22philihpokay, rephrased pfn... How would I add a JNDI resource to the Context that the DefaultAnnotationProcessor uses? :)
22:54.29pfnwhat's default annotation processor?  the servlet 2.5 annotation processor?
22:54.48philihporg.apache.catalina.util.DefaultAnnotationProcessor
22:55.04pfnyou probably won't be able to get there before it gets to your code..
22:55.12the_unamkerso I instlled cups
22:55.17the_unamkerbut it wont start
22:55.28the_unamkerno /etc/rc.d entrry
22:56.11MinorityStormhow to make sure connection_pool_size is working in my mod_jk setup ?
22:56.16MinorityStormi have the feeling that it is totally being discarded
22:56.55MinorityStormi do `netstat -anptue|grep 8009|grep httpd.worker|grep ESTABLISHED` and i get 2 or 3 connections however I set the pool to 50
22:57.21MinorityStormI even set it so values above 100 and values under 10 and still the same, no reflection at all
22:57.52philihpwell i'm able to with a listener implementing ServletContextListener... my thought was I could bind the JNDI key there. I have a property marked as @PersistenceContext in a Servlet, but it doesn't error until a request is sent to the servlet, which is after the Listener fires its init.
22:58.25pfnphilihp, it should be using the same Context as the rest of your application
22:59.18philihpi.e. the one returned from (new InitialContext()).lookup("java:comp/env") ?
22:59.29pfnprobably would work fine
22:59.56philihpwhen I try to bind to that, it returns "
22:59.57philihpjavax.naming.NamingException: Context is read only"
23:00.08pfnI guess you're stuck there
23:00.32philihpyep. i wonder if those smart guys in #tomcat know of a way around ;)
23:24.21*** join/#tomcat azlev (n=ze@200.234.206.72)
23:31.37*** join/#tomcat JoelR (n=joel@193.145.14.94)
23:53.45*** join/#tomcat perr0 (n=dalanis@c-75-72-9-167.hsd1.mn.comcast.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.