IRC log for #tomcat on 20121013

00:06.30*** join/#tomcat mike817 (~mike817@ool-44c27cf2.dyn.optonline.net)
00:26.29*** join/#tomcat Qwannae (~Qwannae@prometeo.idea.com.py)
00:41.40*** join/#tomcat kantlive- (~kantlivel@home.kantlivelong.com)
01:01.30*** join/#tomcat JiYu (~jiyu@v3-1270.vlinux.de)
01:03.09*** join/#tomcat Guest43265 (cpt1138@gateway/shell/sh3lls.net/x-gwoniwkileiiioma)
01:04.44*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-bflsnmlsbtegfami)
01:05.13*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-aygqlicmlpbymghy)
01:05.45*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-zmxkikwxphkjubqn)
01:06.41*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-lloatfxpssfgsvvd)
01:07.11*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-yntrtsjpqpcgqnno)
01:07.45*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-jcxewgwnvyvnolca)
01:13.20*** join/#tomcat _karstensrage (cpt1138@gateway/shell/sh3lls.net/x-ctnxtagjtwppjasz)
01:31.10*** join/#tomcat factor (~factor@74.196.97.204)
01:48.41*** join/#tomcat dmb (dmb@unaffiliated/dmb)
02:03.37*** join/#tomcat dmb (dmb@unaffiliated/dmb)
02:03.40*** join/#tomcat karstensrage (cpt1138@gateway/shell/sh3lls.net/x-ojukddasqaaotajc)
02:36.27*** join/#tomcat dmb (dmb@unaffiliated/dmb)
02:36.35*** join/#tomcat odin_ (~Odin@93-97-168-38.zone5.bethere.co.uk)
03:04.06*** join/#tomcat Gletster (~Thunderbi@static-96-252-180-210.tampfl.fios.verizon.net)
03:07.30*** join/#tomcat webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
03:10.58*** join/#tomcat factor (~factor@r74-193-21-77.cnrocmta01.conrtx.tl.dh.suddenlink.net)
03:13.24webguynowI'm looking for more information on WS-Security and I've read some SSO related solutions like Shibboleth
03:14.32webguynowinvolving SSO with SOAP Web Services, 302 Redirects, IdP and Assertions
03:16.48webguynowI get the concept but there's quite a bit of detail to it, OASIS statements etc. and I don't see any really appropriate support, at least not on IRC
03:18.24webguynowOWASP certainly has all the bases covered, with their cheatsheet on Web Services Security  
03:21.19webguynowHow to all these SSO & IdP headers stay in the browser ?  [ is this different somehow that the cookie spec ? that will use only Cookies corresponding to a specific domain ? ]  
03:21.37webguynowI guess I need a concrete example
03:21.43webguynowand lots of testing
03:22.31webguynowand maybe a packet sniffer helping to track traffic and my headers (even between processes on my same machine)
03:38.31karstensragewhat are you trying to find out?
07:31.44*** join/#tomcat Romeo- (~Romi@dslb-188-104-138-040.pools.arcor-ip.net)
07:31.44*** join/#tomcat Romeo- (~Romi@unaffiliated/romeo/x-000000001)
08:11.34*** join/#tomcat adaro (~jkuperus@53518F8B.cm-6-2c.dynamic.ziggo.nl)
09:42.14*** join/#tomcat snuff (~Daron@ppp118-209-170-34.lns20.mel6.internode.on.net)
12:28.14*** join/#tomcat yassine (~yassine@unaffiliated/yassine)
12:43.00*** join/#tomcat infinitiguy (~stashersl@pool-108-20-195-233.bstnma.fios.verizon.net)
13:18.14*** join/#tomcat mike817_ (~mike817@ool-44c27cf2.dyn.optonline.net)
13:34.24*** join/#tomcat acidjnk22 (~havenone@p4FDFD814.dip.t-dialin.net)
15:29.22*** join/#tomcat crocket (~crocket@unaffiliated/crocket)
15:29.42crocketslackware tomcat installation uses jsvc, and it generates an error on startup.
15:29.44crocketfailed loading capabilities library -- /usr/lib/libcap.so: cannot open shared object file: No such file or directory.
15:29.48crocketlibcap.so is in /usr/lib64
15:54.04puckoprobably because jsvc is a 32bit application
15:55.18crocketpucko : But my system can't run a 32bit appliation.
15:55.55puckodo; file jsvc
15:58.30crocketpucko, /usr/bin/jsvc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped
16:00.46puckothen you have to either create a link from /usr/lib64 as /usr/lib or a link for the library itself
16:06.44*** join/#tomcat infinitiguy (~stashersl@pool-108-20-195-233.bstnma.fios.verizon.net)
16:30.51*** join/#tomcat factor (~factor@r74-193-21-77.cnrocmta01.conrtx.tl.dh.suddenlink.net)
16:52.24crocketI can't access "host-manager"
16:52.27crocket403 Access Denied
16:52.45crockettomcat user belongs to manager-gui role.
16:56.25crocketok
16:56.31crocketadmin-gui role has to be added, too.
17:05.22crocketHow can I configure JNDI in tomcat?
17:09.21puckothere's plenty about it on tomcat site
17:12.26crocketpucko, Can I configure JDBC in manager GUI?
17:12.44puckonot AFAIK
17:14.53crocketpucko, It's difficult to learn.
18:13.17*** join/#tomcat factor (~factor@r74-195-217-137.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
18:23.47crocketpucko, Do you know about JNDI?
18:27.14crocket"javax.naming.NameNotFoundException: Name xwikiDB is not bound in this Context"
18:37.51crocketI put a <Resource> element in /etc/tomcat/server.xml and a <ResourceLink> tag that refers to <Resource> in webapp/xwiki/META-INF/context.xml.
18:38.31crocketI also specified <property name="connection.datasource">jdbc/xwikiDB</property> in hibernate.cfg.xml
18:51.27*** join/#tomcat sdumitriu (~sdumitriu@24-246-86-47.cable.teksavvy.com)
18:52.30*** part/#tomcat sdumitriu (~sdumitriu@24-246-86-47.cable.teksavvy.com)
19:00.44crocketIs it ok to include <Context> in /META-INF/context.xml in a web application?
19:04.47crocketIs it ok to place <Context> in /META-INF/context.xml and $CATALINA_BASE/conf/context.xml?
19:07.41*** join/#tomcat AJ_Z0 (~AJ_Z0@pdpc/supporter/professional/ajz0)
19:16.55*** join/#tomcat caveat- (hoax@gateway/shell/bshellz.net/x-sznoixsjfeylrpzh)
19:51.39*** join/#tomcat Ashutto (~Ashetic@93-50-147-89.ip153.fastwebnet.it)
20:05.33*** part/#tomcat crocket (~crocket@unaffiliated/crocket)
21:35.08*** join/#tomcat crocket (~crocket@unaffiliated/crocket)
21:35.15crocketHow does tomcat rotate logs by default?
21:36.35*** join/#tomcat adaro (~jkuperus@53518F8B.cm-6-2c.dynamic.ziggo.nl)
21:51.34crocketI can't configure log4j.
21:51.59crocket"log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.ClassLoaderFactory)."
21:57.21crocketjava doesn't seem to find log4j.properties in $CATALINA_BASE/lib
22:28.37*** join/#tomcat adaro (~jkuperus@53518F8B.cm-6-2c.dynamic.ziggo.nl)
22:31.25crocketThe instructions on http://tomcat.apache.org/tomcat-7.0-doc/logging.html doesn't work on 7.0.22
22:33.24crocketHow do I rotate logs?
23:01.12*** part/#tomcat adaro (~jkuperus@53518F8B.cm-6-2c.dynamic.ziggo.nl)
23:16.24crockettomcat's logging.properties file doesn't seem compatible with java se 7 update 7.
23:24.57crocketI see http://dpaste.com/813402/ in /var/log/tomcat
23:25.05crocketBut tomcat should generate more files by default.
23:52.26crocketDo I need catalina with tomcat?

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