irclog2html for #tomcat on 20030202

01:18.33Hellaenergyanyone here have a generice startup and shutdown script for linux and Tomcat?
01:33.13HellaenergyMan this web.xml is givving me more problems
01:48.53*** join/#tomcat jasonb (~jasonb@adsl-64-165-10-238.dsl.sndg02.pacbell.net)
02:09.05HellaenergyHey jasonb
02:09.11Hellaenergywhat are you doing home on a sat night?
02:12.52*** join/#tomcat brimster (~davc@ca-fulrtn-cuda1-c4a-61-a.anhmca.adelphia.net)
02:56.09*** join/#tomcat bune0 (~hito@ppp-67-119-119-67.dialup.snfc21.pacbell.net)
03:11.19*** part/#tomcat bune0 (~hito@ppp-67-119-119-67.dialup.snfc21.pacbell.net)
03:16.53jasonbHellaenergy: My machine auto reconnected.  Dunno why it got disconnected..
05:26.03*** join/#tomcat inconspicuous_ (~inconspic@stinkymonkey.cc.columbia.edu)
07:17.53*** join/#tomcat Nurbs (tom@pD9E0980F.dip.t-dialin.net)
08:40.49*** join/#tomcat YuckFou (~memymo@p391-tnt8.syd.ihug.com.au)
08:41.10YuckFouHey PPl, i was wondering if you can use htaccess to auth access to Tomcat direct?
08:41.47YuckFouOr do i have run apache as well to do that ..
10:16.17*** join/#tomcat akb (akb@as20-156.qualitynet.net)
10:17.25akbhi all
10:17.29akbi need help
10:23.34kylevindeed you do, if you're up this late
10:23.53akblol kylev
10:23.58akb:D
10:24.07akbwell i got a problem kylev
10:24.33kylevakb: I'm no expert, but go ahead
10:24.51akbi used jdk 1.2.2 and ran  my servlets on javawebserver2.0 on my p3 system and it ran perfect
10:25.54akbbut when i try to install and run on p4 sys, i am facing lots of problems, i came to know that we need jdk 1.3 or higher so i got jdk 1.3.3 for my p4 and it compiles
10:26.21akbbut when i run my contaier that happens to be java webserver 2.0 which has got an httpd file to run the server, it says class not found shutting down
10:26.34akbthis is bothering me a lot what may be the problem?
10:26.51kylevwhere is the tomcat part of the question?
10:27.07akb:/
10:27.14akb:~~~~(
10:27.24akblol i never used tomcat
10:27.44akbwhat is to be done am going nuts 100 ppl suggest 10000 things
10:28.07kylevwell, I recommend finding a javawebserver group to help you.
10:28.37kylev1) Run jdk 1.4-ish, or what ever is "current"
10:28.52kylev2) try running your app on the P3 with a newer jdk
10:29.14kylev3) check to make sure you have IDENTICAL environment on your P4
10:29.43kylevIf I were to guess, I'd bet you have a (3) problem
10:29.47akbok
10:29.52kylevit's not the machine, it's you ;-)
10:30.15akblol
10:30.22akbi know
10:30.30akbkylev ever worked on javawebserver??
10:30.44kylevundrelying chip architecture is unbelievably unlikely to cause a classloader problem
10:30.51kylevnope
10:30.59kylevstrangely, I use tomcat
10:31.05akb:(
10:31.17kylevsometimes Jetty
10:31.25akblol ppl say javawebserver is from last millenium
10:31.32akbbut i worked only on that
10:31.33kylevnow, I am giving up on my stupid log4j problem, and going to bed
10:31.36akb:S
10:31.57akbkylev wait
10:32.01kylevZzZz?
10:32.05akbkylevZzZz
10:32.09akbone min plz
10:32.15kylevZzZztype fast
10:32.18akbdid u work on servlets?
10:32.23kylevZzZzyes
10:32.35akbok
10:32.49akbwell how on earth are the servlets executing on my p3 but not on p4
10:32.58akbeverything is same the environment the webserver
10:33.13akbjdk is different, jsdk2.0 is same
10:33.38kylevZzZzquit worrying about your chip
10:34.05akbok
10:34.14akbin ur private window i gave the paths
10:34.18akbhave a look plz
10:39.29*** join/#tomcat jurrend (~jurrend@203.77.197.35)
11:12.16*** join/#tomcat jurrend (~jurrend@203.77.197.35)
11:13.15*** join/#tomcat Muenchner (~asdfas@p50805175.dip.t-dialin.net)
11:14.09Muenchnerhello
11:16.22Muenchneranyone here?
11:17.42*** part/#tomcat Muenchner (~asdfas@p50805175.dip.t-dialin.net)
12:18.27*** join/#tomcat zoner (~chatzilla@cpe.atm2-0-108111.0x3ef21b09.bynxx10.customer.tele.dk)
12:19.14zonerjasonb: hmm .. jason bell?
12:19.20zoner:>
13:16.33*** join/#tomcat akb (akb@as20-21.qualitynet.net)
13:16.39akbhi guys
15:08.04*** join/#tomcat akb (akb@as20-153.qualitynet.net)
15:08.09akbhi
15:08.14akbanyone here?
15:30.37lalleHm
15:30.57lalleHow to return a single char from a function, return 'M', dosnt work...
15:32.05lalleNow it worked
15:32.14lalleI better get some sleep soon =)
16:36.20*** join/#tomcat destr0 (~duke@msp-65-29-38-209.mn.rr.com)
16:36.28destr0morning folks
16:39.52destr0I'm looking for a way to "grab a handle" on a users session and keep a refernce to in in context so that later on during the life cycle of my program I can grab hold of their session and make changes to it if I'd like.
16:43.41destr0so a session has a getId() that I can use to get the unique id for that session.
16:44.06destr0are there any facilities that would let me look up a session by this id?
18:32.07*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com)
19:18.14*** join/#tomcat akb (akb@62.150.153.162)
19:18.33akbhi..
19:18.50akbi just installed tomcat and ran my first servlet but i get servlet not found error
19:18.57akbwhat maybe the problem?
19:37.07Hellaenergyservlet-mapping
19:37.56Hellaenergywhere did you install it and do you have a $CATALINA_HOME/webapps/webapp/WEB-INF/web.xml?
19:38.39Hellaenergyalso look in your $CATALINA_HOME/logs/$HOSTNAME.log
19:41.50akbhey Hellaenergy
19:41.56akbthanks for replying!!!
19:42.01akblet me read it first lol
19:42.01Hellaenergyhi akb np
19:42.05Hellaenergy:)
19:42.42akbhmm i installed the web.xml in the root directory
19:43.20akbi made a sepearte folder where i made a web_inf subfolder which got my .class files of the servlet
19:44.18Hellaenergyyou should have in your webapp dir a WEB-INF dir
19:44.23Hellaenergythen a classes dir
19:44.27akbyes
19:44.30akbi got those
19:44.36Hellaenergyin there the servlet
19:44.42akb.java?
19:44.47akbor .class?
19:44.47Hellaenergy.class
19:44.52akbyes
19:44.55Hellaenergythat is the exec
19:44.55akbdone that too
19:44.59akbyes
19:45.06Hellaenergyok in the web.xml what do you have?
19:45.13akbone sec
19:45.18Hellaenergywebapp/WEB-INF/web.xml
19:45.34Hellaenergyjasonb: you around
19:45.35akb<?xml version="1.0" encoding="ISO-8859-1"?>
19:45.35akb<!DOCTYPE web-app
19:45.35akb<PROTECTED>
19:45.35akb<PROTECTED>
19:45.35akb<PROTECTED>
19:45.35akb<PROTECTED>
19:45.52Hellaenergyakb: you have nothing :)
19:45.54akbthats what it got thats my web.xml
19:45.59akblol what should it contain?
19:46.08Hellaenergyone sec
19:46.12akbok
19:46.15HellaenergyI've got to do this too :)
19:46.16Hellaenergylol
19:46.21akblol
19:46.25HellaenergyI am at the same stage as you :)
19:46.28akbnp its my first trial with tomcat
19:46.41akb:D nope you are far more knowledgable than me
19:47.40Hellaenergythere is also a way of putting your servlets in the $CATALINA_HOME/shared/classes dir and uncommenting the line in the conf/web.xml that says:
19:48.41Hellaenergyjasonb: could you tell us the very least we should have in the web.xml (app local) to run a servlet?
19:49.39akbHellaenergy what is $CATALINA_HOME? is it a folder? i just got a CATALINA.bat in the bin of my tomcat folder
19:50.27jasonbYou need a <servlet> definition for it and a <servlet-mapping>.
19:50.45Hellaenergyakb its the dir where tomcat resides
19:50.56akbic
19:51.07akbmine is at c:/tomcat 4.1
19:51.07Hellaenergyyou should have set this $CATALINA_HOME variable at installation time ;)
19:51.46akbwhy? are they incompatiable?
19:51.56Hellaenergyno I'm just a snob
19:51.56jasonbakb: M$ wants them to be.
19:52.08Hellaenergylol
19:52.13akbso is it unwise to run tomcat on windows?
19:52.33Hellaenergyakb: It's unwise to run any server on windows
19:52.46jasonbakb: It's unwise to run Windows, period.
19:52.49akbeven if its a standalone?
19:53.04Hellaenergyakb: Do what you gotta do
19:53.35akbjasonb i got an HTTP Status 404 - /servlet/Adminlog error
19:53.41akbwhen i run my servlet
19:53.42akbwhy?
19:59.38*** join/#tomcat Archersttls (~wade@h24-81-20-16.ok.shawcable.net) [NETSPLIT VICTIM]
19:59.38*** join/#tomcat inconspicuous_ (~inconspic@stinkymonkey.cc.columbia.edu) [NETSPLIT VICTIM]
19:59.38*** join/#tomcat Nurbs (tom@pD9E0980F.dip.t-dialin.net) [NETSPLIT VICTIM]
19:59.38*** join/#tomcat akb (akb@62.150.153.162) [NETSPLIT VICTIM]
19:59.38*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com) [NETSPLIT VICTIM]
19:59.38*** join/#tomcat tang^ ([MkBZvScpx@ahgn23wky5824.ab.hsia.telus.net) [NETSPLIT VICTIM]
19:59.39*** join/#tomcat DelTree (~deplagne@minorville.loria.fr) [NETSPLIT VICTIM]
19:59.39*** join/#tomcat seanb (~sean@66.34.231.64) [NETSPLIT VICTIM]
19:59.39*** join/#tomcat cee (~aleigh@chiba.tessier.com) [NETSPLIT VICTIM]
19:59.39*** join/#tomcat Logan (~logan@planetmath.cc.vt.edu) [NETSPLIT VICTIM]
20:02.12akbwb
20:02.21akbwhen i run my servlet
20:02.33akbi got an HTTP Status 404 - /servlet/Adminlog error
20:02.44akbin my autoexec i didnt set any home for tomcat is that the reason?
20:04.22akbjasonb Hellaenergy plz help me
20:05.11akbguys
20:05.14akbHellaenergy
20:05.19akb:/
20:05.19kylevakb: deploying to the root of your webserver is tricky
20:05.22kylevstart with a subdir
20:05.30kylevgo into your webapps dir
20:05.32kylevmkdir myapp
20:05.44kylevmkdir myapp/WEB-INF
20:06.11kylevedit myapp/somefile.html
20:06.23kylevmake sure you cat get that file via HTTP
20:06.32akbhmm
20:06.40kylevbaby steps, dude
20:06.52akbam on windows so i maually made folders i didnt make them from dos prompt
20:07.00kylevwhatever
20:07.12akbkylev Goodmorning am working on it since u slept :)
20:07.22kylevthen you should sleep more
20:08.08akblol
20:08.10akbC:\Tomcat4.1\webapps\docs\WEB_INF\classes
20:08.27kylevyup, that sure is a directory
20:08.31akbdoc is the folder where i made web_inf and classes
20:08.40akbi pasted my classfiles in the classes
20:08.53kylevNote, there is a different between "-" and "_"
20:08.56akband when i run it is giving 404 error
20:09.04akbwhat should it be?
20:09.22kylevWEB-INF
20:09.51akboops
20:09.53akb:)
20:09.55akbok
20:09.58akbwill try that
20:10.59akbdo i need to restart the webserver?
20:11.17Hellaenergyyes
20:11.22Hellaenergyor reload the app
20:11.49akbits an html page that calls the servlet
20:12.07kylevand by "html" you mean "jsp"?
20:12.30akbno
20:12.36akbits servlet not jsp
20:12.47akbfrontend is html where i post the form that calls the servlet
20:13.03kylevAh
20:15.00akbkylev no it didnt work
20:15.08akbi restarted the app and the webserver both
20:15.57Hellaenergy:)
20:15.58Hellaenergyand
20:16.14akbi didnt do anything to my autoexec.bat it dosent have any home for tomcat
20:16.23akbits got paths only for jsdk1.4.1
20:16.39akbno tomcat there do i have to set a home for tomcat?
20:16.47akbwhy arent the servlets being executed
20:17.43akbplease help me out
20:18.36akb:/
20:18.59kylevcan you retrieve plain HTML files via tomcat?
20:19.24akbhow do i do that?
20:20.28kylevalas, I haven't the time to tutor you in basics
20:20.36akbwaitttt
20:20.38akbkylev
20:20.42akbone sec plz
20:21.02kylevakb: get a book, find a tutorial.  follow it step by step.
20:21.19akbi installed it and i am able to see index.html
20:21.27kylevyou aren't asking good questions
20:21.32akbthrough localhost
20:21.48akbkylev i am new to tomcat
20:22.46kylevhttp://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html
20:23.31akbthanks i will read that but what may be the reason why arent my servlets running
20:23.43kylevget the example app running
20:23.51kylevto familiarize yourself with tomcat
20:24.56akbi ran the http://localhost:8080/examples/servlet/RequestInfoExample it runs fine
20:54.15Hellaenergygood stuff
20:58.13akblol
20:58.16akbHellaenergy
20:58.21Hellaenergyya?
20:58.24Hellaenergy:)
20:58.31akbman what is the solution to my problem?
20:58.33*** join/#tomcat hellapaste (~hellapast@hellaweb.com)
20:59.41Hellaenergyakb: I will in a sec
20:59.54*** join/#tomcat hellapaste (~hellapast@hellaweb.com)
20:59.58HellaenergyI got one other thing to do real quick that will help us both
21:00.07Hellaenergysee hallapaste :)
21:00.09akbthat is?
21:00.24akbwho is hallpaste?
21:01.59akbhi Hellaenergy
21:02.24akbso tell me why do we get that error 404 not found
21:04.32akbHellaenergy........
21:11.15*** join/#tomcat hellapaste (~hellapast@hellaweb.com)
21:14.50akb?
21:21.18Hellaenergyakb: here is what your web.xml should look like
21:23.05hellapaste"Hellaenergy" at 192.168.7.30 pasted Basic web.xml at http://www.hellaweb.com:8888/1
21:25.11HellaenergyThen you invoke your servlet by this url: http://localhost:8080/yourwebapp/servlet/NAMEOFSERVLET
21:29.07akbHellaenergy hellapaste ???
21:29.17HellaenergyANNOUCEMENT: I have implemented a new bot for this channel. It enables you to paste large dumps and save them off and display them on my server via a web browser.
21:29.24akbi dont got a servlet directory i got a class directly
21:29.52akbcan you please explain
21:29.59Hellaenergyakb: That is just a way of telling tomcats "invoker" that you are calling a servlet from the classes dir ;)
21:30.12Hellaenergyjust use the url damit
21:30.15Hellaenergy:)
21:30.19akblol
21:30.38akbHellaenergy but i got some 30 html pages that envoke dynamically the servlets
21:30.49akbwhen the form is pasted form the html page...
21:31.07Hellaenergyso point em all to that url
21:31.24akbso i got to change the path of the form in each html form
21:31.25akbhmm
21:31.34akbplease wait , i will try that
21:32.07HellaenergyYeah try that and then we can talk about more advanced <servlet-mapping>
21:32.46Hellaenergydid you get the paste of my basic web.xml?
21:32.47akbok
21:32.54akbno
21:34.02Hellaenergyhttp://www.hellaweb.com:8080/1
21:34.07Hellaenergyhttp://www.hellaweb.com:8888/1
21:34.12Hellaenergythe latter
21:35.43Hellaenergywait he got killed :(
21:37.15*** join/#tomcat hellapaste (~hellapast@hellaweb.com)
21:37.32HellaenergyOK now take a look at it
21:37.34Hellaenergyhttp://www.hellaweb.com:8888/1
21:38.29akbok
21:38.39akb?
21:38.46akbit says done and the page is blank
21:39.09Hellaenergywhat page?
21:41.14hellapasteSomeone at 192.168.7.30 pasted &lt;?xml version=&quot;1.0&quot; encoding=&quot; at http://www.hellaweb.com:8888/1
21:41.48Hellaenergynow try
21:41.53Hellaenergyhttp://www.hellaweb.com:8888/1
21:43.31*** join/#tomcat akb (akb@62.150.153.162)
21:43.36akbhey
21:43.40akbHellaenergy
21:43.43akbgot dc
21:43.50Hellaenergyhm?
21:44.03akbthat page u sent me
21:44.12Hellaenergydc?
21:44.18akbdisconnected
21:44.32Hellaenergyhttp://www.hellaweb.com:8888/1
21:45.19akbyes
21:45.31akbwhen i click on that its blank
21:45.42Hellaenergytry it again
21:45.47akboh there it is
21:46.16akblol
21:46.32akbok i copy that and save it as web.xml in the root dir?
21:46.39akband in mywebb dir?
21:46.51Hellaenergydamb wtf
21:47.05akblol
21:47.14Hellaenergyakb no put it in your webapps/webapp/WEB-INF dir
21:47.31akbok
21:49.01akbwhere webapp is the folder that got my application right?
21:49.10Hellaenergyyes
21:49.16akbok did that
21:49.45akbnow i got to set the path in my html form to this folder that has got my classes right?
21:50.05Hellaenergyjust get it working
21:50.08Hellaenergyfirst
21:50.19akbok
21:51.34*** join/#tomcat hellapaste (~hellapast@hellaweb.com)
21:54.27akbhellapaste i got the same error, i pasted the web.xml file that i made from ur page in C:\Tomcat4.1\webapps\docs\Web-inf where docs is the folder that contains the classes and web-inf folder.. but i get the same 404 error
21:54.40Hellaenergylol
21:54.49akblol
21:54.52akb:d
21:55.17Hellaenergywhat did you use to access the servlet?
21:55.21Hellaenergyurl wise
21:55.34akba form that posted this link:
21:55.44Hellaenergyhttp://localhost:8080/webapp/servlet/SERVLET
21:55.59akbhttp://localhost:8080/docs/servlet/Adminlog
21:56.02akbyes
21:56.26akbAdminlog is the servlet .class file that is in the classes folder
21:56.27Hellaenergylook in your logs
21:56.40Hellaenergydid you restart tomcat after adding the web.xml?
21:56.48akbyes
21:56.54akbHellaenergy may i remind you
21:57.18akbmy autoexec.bat dosent have a single word that says tomcat or tomcathome
21:57.30akbits got only paths for jsdk1.4.1
21:57.31Hellaenergyis tomcat up?
21:57.35akbyes
21:57.46Hellaenergylistening on port 8080
21:57.50akbyes
21:57.58Hellaenergyok then don't worry about it
21:58.14akbi ran localhost:8080 and got index.html via tomcat
21:58.45akbso that means the server is working fine
21:58.55Hellaenergysure does
21:58.58Hellaenergycheck your logs
21:59.06akbwhere are the logs stored?
21:59.13Hellaenergyin the logs dir
21:59.22Hellaenergytake a look in your tomcat dir
22:00.09akb2003-02-03 00:50:32 StandardManager[/docs]: Seeding of random number generator has been completed
22:00.10akb2003-02-03 00:50:32 StandardWrapper[/docs:default]: Loading container servlet default
22:00.10akb2003-02-03 00:50:32 StandardWrapper[/docs:invoker]: Loading container servlet invoker
22:00.20akbthats what the last few lines of the latest log says
22:00.32Hellaenergylooks good to me
22:00.45akblol me 2
22:01.03akbi didnt set anyhome for tomcat in my autoexec.bat
22:01.06akbis that okey?
22:01.22Hellaenergyare you sure the AdminLog.class is in your webapps/webapp/classes dir?
22:01.43akbyes
22:01.46akbits here
22:01.47akbC:\Tomcat4.1\webapps\docs\Web-inf\classes
22:02.02Hellaenergyjusr set it to CATALINA_HOME="C:\tomcat 41" or whatever
22:02.08Hellaenergyjusr set it to TOMCAT_HOME="C:\tomcat 41" or whatever
22:02.12Hellaenergytoo
22:02.24Hellaenergyto be safre
22:02.29Hellaenergysafe
22:02.29akbu mean the autoexec.bat i set a path there
22:02.33akbok
22:02.43Hellaenergysure or do it via the env too in windows
22:02.53akbhow do i do that?
22:03.01Hellaenergywhat version of windows?
22:03.08akbGREAT WALL
22:03.13akbWINDOWS 98 SE :P
22:03.32akbone and only :)
22:03.44Hellaenergyjust do it in the autoexec.bat
22:03.53Hellaenergydid you read the install directions?
22:04.09Hellaenergyat all
22:05.57akbsame error :`(
22:06.02akbmaybe i should restart?
22:06.17Hellaenergyare you sure the AdminLog.class is in your webapps/webapp/classes dir?
22:06.28akbyes buddy
22:06.30akbit is there
22:06.53Hellaenergytomcat is case sensitive btw buddy
22:07.04akbC:\Tomcat4.1\webapps\docs\Web-inf\classes
22:07.08akbits here
22:07.21akboh case sensitive? in the paths aswell?
22:07.24Hellaenergychange Web-inf to WEB-INF
22:07.31Hellaenergyyes
22:07.57akboh
22:08.42akbstrange
22:08.52*** join/#tomcat xover (~link@mail.tj.unn.no)
22:08.56akbwhen i rename it to caps it again goes back to Web-inf
22:08.59Hellaenergyhi xover
22:11.30akbumm
22:11.32akbHellaenergy
22:11.58akbit executed but i got an sql.exception error lol
22:12.05akb^_^
22:12.06Hellaenergythere you go
22:12.17akbcase sensitive
22:12.20akblol
22:13.11akbok what about mapping?
22:14.09Hellaenergylook at the webapps/examples/WEB-INF/web.xml and see how they did it
22:15.24akblol
22:15.28akbsorry!
22:15.32akbcome back come back
22:15.34akb:D
22:15.46akbplease.
22:16.16Hellaenergylol
22:16.24akbrofl
22:16.28akbguys lmao
22:16.44akbsorry I know it has been very excruciating to you all but
22:17.01akbi kind of woke up from stonge age this morning and saw everything changed
22:17.13kylevakb: seriously: go play with the example apps
22:17.25akbfrom jdk1.2.1 to jdk 1.4.1 and from JAVAWEBSERVER2.0 to tomcat4.1
22:17.32kylevexamine your filenaming (since you don't know the difference between - and _)
22:17.43akboops
22:17.49akbi i kylev :)
22:18.03kylevuntil you've played with it some, asking questions here will piss people off
22:18.17akb:/
22:18.18kylevit just doesn't sound like you've read or done any of your own homework
22:18.26akbthanks for the help
22:18.27Hellaenergyand remember this was built originally for *nix and things on *nix are case sensitive
22:18.37kylevyup, that's key
22:18.47akbcool
22:18.56kylevor, more specifically, the JVM is case sensative
22:19.03akbyes i know that
22:19.14akbagrees even
22:19.20kylevs/sensative/sensitive/;
22:19.29akblol
22:19.35akbrollback garees
22:19.41akbcommit agrees;
22:19.42kylevit's not that funny, it's just a type-o
22:19.46akb<G>
22:19.54akbsame here :)
22:20.26akboops
22:21.05akbHellaenergy thanks a lot and thankyou kylev
22:21.12akbi am greatful to your help
22:21.25Hellaenergyyour welcome thats what this channel is for ;)
22:21.33akbGREAT
22:21.41akbTHEN TEACH ME SERVLET-MAPPING!!!
22:21.42akb:P
22:21.47akbPLEASEEEEEEEEEEE!!!!!!!!!
22:22.04akblol
22:22.18akbplease be here i am reading the examples :)
22:27.45akbok
22:28.43akbHellaenergy the web.xml file you sent me.. will it run all my servlets? or do i have to write specifically each servlet name in the <servlet><servlet-name> tag
22:30.25akbwelcome back Hellaenergy
22:30.27Hellaenergyakb: You didn't specify the other servlet did you.
22:30.58akbyou mean the remaining servlet class that are in my webapps?
22:31.10HellaenergyNO the one you ran
22:31.12akbi didnt change the web.xml you sent me its just the same
22:31.20akbnope
22:31.21Hellaenergygood
22:31.37Hellaenergyjust put the other servlets in there and run em how you where before
22:32.14akb:)
22:32.21akbyou think right Hellaenergy
22:32.48akbbut i got a bit confused by seeing so many <servlet> tags in the examples web.xml
22:37.20akbFINALLY i ran succesfully my servlet on tomcat!!!
22:37.28akbGOODBYE to javawebserver2.0
22:37.31akb:))
22:37.40akbgoodbye to stone age
22:37.47akbhi to new age ;))
22:38.44Hellaenergyibot: lart akb
22:38.57akblol
22:38.58Hellaenergyeheh
22:39.13akbibot: lart all
22:39.21akbrofl
22:40.01akbwhere are you from Hellaenergy?
22:40.51HellaenergyHell of course
22:40.55akblol
22:41.03akband where is that?
22:41.08Hellaenergyna MN
22:41.16Hellaenergyand you
22:41.17akbminessotta?
22:41.32akbmn?
22:41.35Hellaenergyminnesota
22:41.42akbI am in Kuwait at the moment
22:41.44akb:)
22:41.47akbCool Hellaenergy
22:42.02HellaenergyAre you in the service?
22:42.11akblol ^_^
22:42.26akbumm
22:42.33akbam an Indian
22:42.37akbIndia as in Asia
22:42.38Hellaenergyoh
22:42.40Hellaenergycool
22:43.14HellaenergyThings are about to heat up in that part of the world real quick here. What are you doing in Kuwait?
22:43.36akbguys please dont laugh but I am laughing as i type this :) Am a computer engineer graduated last fall :/ and i am like on the border of stne age and new age
22:43.48akbyes!
22:43.58akbthings are already hot
22:44.14Hellaenergytrue but there going to be blazing
22:44.15akbfrom Feb 1st we got level 4 security on the streets
22:44.25akbyeah
22:44.31Hellaenergyshit, im sorry to hear that
22:44.38akb:)
22:44.43akbwho dosent
22:44.52HellaenergyGeorge Bush
22:44.59akb:/ sad but true
22:45.09akbhey lolllllll wait i got a link
22:46.13akbwww.idleworm.com/nws/2002/11/iraq2.shtml
22:46.19akbthis is hillarious
22:46.24akbvisit it
22:46.32akbits a riot but sadly most of it is true
22:46.57akbafter you visit that, click on Ashcroft Online (AOL) that is another riot
22:47.00akbenjoy
22:47.52*** join/#tomcat hellabot (~hellabot@hellaweb.com)
22:49.13akb:)
22:49.21Hellaenergyakb: that is good
22:49.29akbyes
22:49.45akblol cnn says president is better than churchill!!!
22:49.47akblolllllll
22:50.05akbdid u visit ashcroft online?
22:50.19akbits on the right hand side with an eye symbol
22:50.40akbunder new stuff
22:51.59akb(:
22:53.31akbhey i got another addy of a cool site that has got the easiest flah games that has got smooth music and good concepts of games
22:53.51akbhttp://www.ferryhalim.com/orisinal/
22:54.28akbthe games tend to be boring but each game has a little surprise at the end
22:55.28akbhttp://www.orisinal.ws/games/cupid.htm in this game at the end, the cupid reaches down to earth and we got to shoot two couples sitting on a bench till the cupid runs out of hearts, if u collect enough hearts, they meet else game over!!
22:58.19Hellaenergyakb: those are some nice sites
22:58.39*** join/#tomcat Blaze (dirc@boha41ovy1da.ab.hsia.telus.net)
22:58.40akbyes :)
22:59.01akbhey jasonb wb
22:59.09jasonbthanks.
22:59.13akbyw
22:59.49akbare you a student Hellaenergy?
22:59.52akbor do you work?
22:59.57Hellaenergyboth
22:59.58akbor both/none?
23:00.01akboh
23:00.03akbcool
23:00.05akb:)
23:00.06Hellaenergycs
23:00.13akbwonderful
23:00.22akbgraduation? or MS?
23:00.27akbi mean BS or MS
23:00.43HellaenergyBS
23:00.49akbcool
23:01.17akbwhat about you kylev?
23:01.24akband jasonb u?
23:02.42akbhey Hellaenergy dont ya think kylev is gone for a long smoke break? it dosent take so long for a smoke i guess.. aint it?
23:05.52akbhmmm
23:05.54Hellaenergyakb: Depends on what your smokin
23:05.59akblol
23:06.09akbwhat is he smoking Hellaenergy?
23:07.08kylevperhaps I'm just ignoring you
23:07.16akb:) true kylev
23:10.07akbhey destr0 be careful
23:10.25akbwalk/drive carefully
23:34.02Hellaenergyakb: The Bud
23:37.51*** join/#tomcat hellabot (~hellabot@hellaweb.com)
23:37.54akbyo
23:38.05akbHellaenergy sup?
23:38.47Hellaenergysup
23:39.02akbnottin
23:39.10akbam kind of idling
23:39.15akbits 2:38AM
23:39.29akbi will start converting my files
23:39.42akbwhere are you off to hellabot
23:39.45akbHellaenergy

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.