irclog2html for #tomcat on 20050909

00:26.49*** join/#tomcat kousuke (n=kikuchi@221x251x19x21.ap221.ftth.ucom.ne.jp)
01:03.55*** join/#tomcat FreemaniaX (n=Freemani@pcp0011117215pcs.elkrdg01.md.comcast.net)
02:04.27*** join/#tomcat FreemaniaX (i=Freemani@205.241.254.27)
03:10.10*** join/#tomcat kadams (n=java_pro@adsl-217-133-164.bgk.bellsouth.net)
04:40.14jasonbvinse: no prob.  :)
04:53.44*** join/#tomcat J4V4_ (n=java_pro@adsl-80-21-240.bgk.bellsouth.net)
06:31.42*** join/#tomcat harpoon (i=stueber@ultra20.rbg.informatik.tu-darmstadt.de)
06:37.10*** join/#tomcat Magnifikus (n=vst@muedsl-82-207-210-113.citykom.de)
08:32.57*** join/#tomcat valmont (n=chrishol@pool-71-116-141-60.lsanca.dsl-w.verizon.net)
09:03.07*** join/#tomcat remix_tj (n=remixtj@host36-176.pool8252.interbusiness.it)
09:03.24*** part/#tomcat remix_tj (n=remixtj@host36-176.pool8252.interbusiness.it)
09:47.20*** join/#tomcat dreivier (n=dreivier@p54B34F59.dip.t-dialin.net)
10:42.19*** join/#tomcat ike (n=wangtian@219.140.167.162)
10:44.15ikejakarta-tomcat-5.0.28 can work with jdk1.5?
10:46.36ikeanyone here?
10:50.46linuxfreckike: yes
10:51.04linuxfreckike: 5.0 should work with java 5, but you should upgrade to 5.5 anyway
10:51.29ikeok i use 5.0.28, i think it's can not work with jdk5.0
10:54.16linuxfreckwhich error do you get?
10:56.19ikewaiting
11:01.21ikereboot
11:19.53*** join/#tomcat ike (n=wangtian@219.140.167.162)
11:23.38ikethis is my mistake problem
11:23.40ikejava.lang.UnsupportedClassVersionError: mypack/DispatcherServlet (Unsupported major.minor version 49.0)
11:23.40ikejava.lang.ClassLoader.defineClass0(Native Method)
11:23.40ikejava.lang.ClassLoader.defineClass(ClassLoader.java:539)
11:23.40ikejava.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
11:23.41ikeorg.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1634)
11:25.15linuxfreckthis sounds like you are using java 1.4 to run 1.5 compiled classes
11:25.35ikehow can i fix it
11:25.46ikei install two jdk at same pc
11:26.13ikefirst i install 1.4 and then i install 1.5
11:26.25ikebut i already change the classpath and path to 1.5
11:26.32linuxfreckmake the JAVA_HOME environment variable point to the correct java
11:26.56ikeand change the version from 1.4 to 1.5 in regedit
11:27.24linuxfreckor uninstall the java 1.4 version
11:27.29ikethis is my JAVA_HOME
11:27.31ikeC:\Program Files\Java\jdk1.5.0_04
11:27.52ikein control panel uninstall 1.4?
11:28.14linuxfreckyes
11:29.27ikebut i already make JAVA_HOME environment variable point to the C:\Program Files\Java\jdk1.5.0_04
11:30.23linuxfreckstart tomcat go to localhost:8080/manager/status and check which java version it displays
11:31.22ikeok thanks
11:33.50ikeApache Tomcat/5.0.28 1.4.2_09-b05 Sun Microsystems Inc. Windows XP 5.1 x86
11:34.05ikei think the problem is it
11:34.14linuxfreckyes it is
11:34.25linuxfreckI don't know how to tell windows about the correct java version
11:34.38linuxfreckso I recommend that you just uninstall the other version
11:34.48ikemaybe u can tell me how to do it in linux
11:35.05ikeand i will follow the steps in windows
11:35.44ikethe comcat have itself's jvm ?
11:35.56linuxfreckin linux you just have to export JAVA_HOME="/usr/java/jdk-1.5.0" or whereever the jvm is
11:36.04linuxfrecktomcat doesn't ship with its own jvm
11:36.09ikeok
11:39.50ikeTomcat 5.0.28 can work with jdk1.5?
11:40.06linuxfreckyes, I think so, but I never tested
11:40.16linuxfreckyou should really use 5.5.9 or higher anyway
11:40.30linuxfreckthere were several bugs fixed
11:40.34ikeok thanks
11:40.41ikei just download the 5.59
11:42.09ikereboot
12:20.55*** join/#tomcat FreemaniaX (n=Freemani@pcp0011117215pcs.elkrdg01.md.comcast.net)
12:52.17*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
13:12.40*** join/#tomcat HandyAndE (n=awilliam@rectang.com)
13:13.11HandyAndEhow can a webapp (in a non-depricated way) find the absolute path to its installation?
13:20.23linuxfreckHandyAndE: getServletContext().getRealPath("/"); works for me
13:20.42linuxfreckyou should open files using the classloader though
13:24.48HandyAndEyes
13:24.56HandyAndEbut getRealPath is depricated
13:32.49linuxfreckHandyAndE: http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html doesn't say so...
13:35.48HandyAndEdo'h - it is HttpServletRequest.getRealPath(String) that is
13:35.49HandyAndEthanks :)
13:36.20linuxfrecknp
13:44.02HandyAndEthanks - sorted - me happy now
14:27.56*** part/#tomcat talin (n=talin@237.80-203-65.nextgentel.com)
14:37.33*** join/#tomcat zuijbebolus (n=bolus@g129065.upc-g.chello.nl)
15:05.23*** join/#tomcat ki_ (n=ki@p54823760.dip0.t-ipconnect.de)
15:24.37*** join/#tomcat savage- (n=Ryan@host242.155.212.244.conversent.net)
15:25.09savage-Hello.... does anyone know how to be notified when embedded Tomcat has successfully deployed a web application?
15:27.28*** join/#tomcat jahi (i=jan@unaffiliated/jahi)
15:28.55jahiHi, I have a Tomcat 5.0.28 and an Apache 2.0.54. I want to connect them with the jk-connector. Do you know, which version i should use and where to find it?
15:28.58jahithx
15:43.23*** join/#tomcat incorrect (n=fwest@cpc1-cmbg1-6-0-cust157.cmbg.cable.ntl.com)
15:45.48incorrectwhat is the significance of the redirectPort="8443" for the ajp connector
16:19.42*** join/#tomcat eBerry (n=eBerry@71.133.74.137)
16:20.26eBerryHello, I'm having trouble deply
16:20.36eBerrydeploying a web app using a context.xml
16:21.18eBerrymy context.xml contains only: <Context path="/ebjava" docBase="/opt/development/projects/ebjava" debug="0" />
16:22.00eBerrywhen deploying I always get: FAIL - Invalid context path null was specified
16:23.42eBerryI'm trying to deploy the app as a directory, not a war. Any help would be greatly appreciated.
16:30.42*** join/#tomcat cilquirm (n=Soda@65.246.162.129)
16:46.40incorrectdoes anyone know of a guide to getting multiple tomcat running on the same machine
16:59.36*** part/#tomcat savage- (n=Ryan@host242.155.212.244.conversent.net)
17:01.20JavaGeekincorrect: what for?
17:03.51JavaGeekeBerry: have you tried changing debug="true" and see if there are more hints about the problem?
17:07.43*** join/#tomcat ericb (n=ericB@71.133.74.137)
17:07.44eBerryI'll try that now. Thanks.
17:08.09eBerryI also tried putting the same context file into CATALINA_HOME/conf/Catalina/localhost
17:08.13eBerryand it worked fine there.
17:08.30eBerrywill switch to debug, but could be something only with the manager app?
17:21.17cilquirmincorrect: i've done it.. the trick is to have multiple CATALINA_HOMEs
17:33.34*** join/#tomcat zmf (n=zmf@mog.traxtech.net)
18:43.10*** join/#tomcat dreivier (n=dreivier@port-212-202-43-57.dynamic.qsc.de)
18:52.36eBerryJavaGeek: I've tried setting the debug="true" and debug="1" and a few other levels on the manager.xml
18:52.43*** join/#tomcat cilquirm (n=Soda@65.246.162.129)
18:52.47eBerryThe only message being printed to the logs is:
18:52.51eBerrySep 9, 2005 11:51:14 AM org.apache.catalina.core.ApplicationContext log INFO: Manager: install: Installing context configuration at 'file:/opt/development/projects/ebjava/web/META-INF/context.xml'
18:52.58eBerryNo errors that I can see.
18:53.20eBerryThen of course the aforementioned FAIL message in the browser.
18:56.38*** join/#tomcat FreemaniaX (n=Freemani@67.153.106.58)
19:00.44*** join/#tomcat vinse (n=vinse@adsl-64-160-45-188.dsl.snfc21.pacbell.net)
19:21.37*** join/#tomcat FreemaniaX (n=Freemani@ip67-153-106-58.z106-153-67.customer.algx.net)
19:21.39*** join/#tomcat Markov (n=russell@cpe-69-135-213-236.woh.res.rr.com)
19:41.20*** join/#tomcat blacksheep (i=blackshe@c2-182-1.ctn.dial-up.net)
19:41.50blacksheephhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
19:42.20blacksheepi need a good site for downloading getting started sample of JSP pages and Servlets for tomcat
19:57.05*** join/#tomcat a4akb (i=a4akb@as35-a233.qualitynet.net)
19:57.07a4akbaye
20:00.39blacksheepbye
20:05.22a4akbbaba baba blacksheep
20:05.29a4akbHave you any wool?
20:05.47blacksheep1Yes sir Yes Sir, three bags full.
20:05.54blacksheep1One for the master one for the dame
20:06.02blacksheep1One for the little girl who lives down the lane
20:06.22a4akbblacksheep is so lame
20:07.26a4akb:P
20:10.59a4akbibot blacksheep
20:13.20a4akbibot blacksheep is down the lane
20:13.22ibotokay, a4akb
20:13.26a4akbibot blacksheep
20:13.27ibotmethinks blacksheep is down the lane
20:13.33a4akbcool
20:14.36a4akbibot a4akb
20:14.37ibotit has been said that a4akb is Analysis_Paralysis
20:14.47a4akb\o/
20:15.57blacksheepwhat lane ?
20:18.19a4akbgo straight n turn left
20:19.59a4akbibot yo
20:20.00ibotYo wazzaaaap my brotha?!
20:27.55*** part/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
20:34.30a4akbblacksheep sup
20:35.32blacksheepnot much
20:35.32blacksheepu ?
20:45.58*** join/#tomcat FreemaniaX (n=Freemani@ip67-153-106-58.z106-153-67.customer.algx.net)
21:07.46puffYawn.
21:33.46*** part/#tomcat zuijbebolus (n=bolus@g129065.upc-g.chello.nl)
21:40.38*** part/#tomcat vinse (n=vinse@adsl-64-160-45-188.dsl.snfc21.pacbell.net)
21:41.02*** join/#tomcat vinse (n=vinse@adsl-64-160-45-188.dsl.snfc21.pacbell.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.