irclog2html for #tomcat on 20030425

00:03.27*** join/#tomcat find_me (find_me@dialup-64.156.32.101.Dial1.Denver1.Level3.net)
01:32.11*** join/#tomcat Gnug225 (Gnug225@24.236.252.213.gha.mi.chartermi.net)
01:56.56*** join/#tomcat ibot (ibot@208.186.182.172)
01:56.56*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
02:00.17*** join/#tomcat ibot (ibot@208.186.182.172)
02:00.17*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
02:08.33*** join/#tomcat CSMan (~csman@h24-78-187-137.vn.shawcable.net)
02:08.36CSManhey guys
02:08.46CSManhow can i get the context path in a jsp?
02:10.52Splinesame way as in a servlet
02:10.59Splinejsp gives you a request object preinitialized
02:12.21*** join/#tomcat not_other (bishop@dhcp024-210-043-084.columbus.rr.com)
02:12.45*** part/#tomcat not_other (bishop@dhcp024-210-043-084.columbus.rr.com)
02:26.59CSManok
02:53.27CSManSpline: i tried with request.getContextPath() but when i try to access thru apache it looks like it's still trying to read the folder located in apache's document root
02:53.47CSManit works fine when i access directly to tomcat
02:55.06CSManthat brings another question: if no requests where made --this is a Main.jsp page-- how can i tell the jsp to look for the folder located in the application context
03:03.12CSMando i have to set the ContextPath before using it or it's automatically adquired from server.xml 's Context tag
04:07.47*** join/#tomcat jasonb (~jasonb@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
05:50.47*** join/#tomcat bugfixer (~bugfixer@64.169.80.67)
06:08.04CSMandoes tomcat work with symbolic links?
06:08.51mDuffCSMan, well, yes and no.
06:09.27mDuffCSMan, there's some configuration trickers you can do to enable them everywhere -- they were disabled for a while due to some security issues on Windows
06:22.32CSManno window$ here =D
06:26.15*** join/#tomcat cobaltsixty (aldrinl@pm2-s52.amazon.com.br)
06:26.40cobaltsixty'lo
06:29.57mDuffCSMan, searching my mailbox for that reference...
06:30.37mDuff<Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" docBase="" />
06:35.08CSManok
06:35.23CSMansupposed to go inside a context?
06:37.38mDuffnod.
06:38.45CSManhmmm...
06:39.23CSManmy jsp has a href to "/css..." which is located in the app folder
06:39.48CSManit doesn't seem to find it unless i add request.getContextPath() before
06:41.33*** join/#tomcat IRCMonkey (~chatzilla@bawanga.silbergrau.at)
06:42.31CSManoh this is bad now all servlets are redirected to root of tomcat =(
06:44.45*** join/#tomcat alg (eapolo01@hills.ccsf.cc.ca.us)
06:45.03*** part/#tomcat alg (eapolo01@hills.ccsf.cc.ca.us)
07:05.19*** join/#tomcat CSMan (~csman@h24-78-187-137.vn.shawcable.net)
07:05.21CSManhi
07:05.43CSManis it a convention that an href should never use absolute paths?
07:06.10CSManit would be something like ../css or ../servlet
07:24.59*** join/#tomcat KarolR (~nobody@b104012.adsl.hansenet.de)
07:35.22*** join/#tomcat SDream (~SDream@c-24-127-162-101.we.client2.attbi.com)
07:36.32SDreamEvenin' folks...
07:37.54SDreamSo are there any live users on this channel or is this a collection of bots?
07:38.28SDreamHopefully you folks are alive and thinking, because I could really use a hand with Tomcat
07:47.00*** join/#tomcat SDream (~mirc@c-24-127-162-101.we.client2.attbi.com)
07:47.51SDreamOk, let's try this again...  Anyone on this channel or are these all bots?
08:17.56*** join/#tomcat vx`schlumpf (~vx_schlum@dsl-213-023-045-001.arcor-ip.net)
08:18.14dreammediadoubt I can help, but not a bot
08:22.22CSManhey guys
08:22.26vx`schlumpfhi
08:22.51CSManhow can an action forward to a jsp without losing the path
08:23.04CSMani don't wanna use action='servlet/myServlet'
08:23.18CSMancuz the href changes
08:23.37CSManis there any other way to call a servlet in a form ?
08:41.22KarolRCSman, describe your scenario
08:41.40KarolRyou want to submit data to a servlet?
08:45.51cobaltsixtyKarolR: hello. didn't you woke up earlier today? :)
08:47.16KarolR;)
08:48.15cobaltsixtyoh, got it. you're doing it in worktime. usually you do at lunchtime.
08:55.29KarolRwhat do I do?
08:56.08cobaltsixtyoh, forget it.
08:56.15cobaltsixtybad habits of me
09:04.08fox__anyone who knows any other web service proxy/gateway products .. I know actional has something called SOAPstation ..
09:05.06cobaltsixtykSOAP?
09:07.10CSManKarolR: you still there?
09:07.27CSManKarolR: yeah, and the servlet will redirect to another jsp
09:08.23CSManKarolR: the problem is that when i use action='servlet/myServlet' the path is changed and the jsp referenced in the servlet will use the servlet context
09:10.33KarolRI'm back
09:10.38CSMan=D
09:10.45KarolRsorry for the delays
09:10.48CSMannp
09:11.28KarolRCSMan, did you consider using Struts?
09:11.35KarolRit would solve many of your problems.
09:11.50CSManno idea of how to use it
09:11.53KarolRok.
09:11.59CSManrtfm?
09:12.01CSMan=P
09:12.10KarolRWell, I still don't quite understand you problem...
09:12.15CSManok
09:12.34KarolRI guess you want to include the JSP in your servlet output
09:12.41CSMani have my jsp that has an action='servlet/myServlet'
09:13.00KarolRyou mean <form action="servlet/myServlet"/>
09:13.05CSManyes
09:13.25CSManso the url changes to that location
09:14.00CSMannow, in the servlet i forward to another jsp
09:14.31CSManbut this jsp loses its look
09:15.20CSManand the links in the jsp become of the form myContext/servlet/forwarded.jsp
09:15.47KarolRwhy don't you use servlet mapping?
09:16.39CSMani didn't need to , because i'm just running one app in tomcat so i set the appBase to the app path
09:16.45CSManand no context
09:16.57KarolRok. I suggest that you always use the servlet to access the JSP
09:17.03CSManbut now that i want to add contexts it screws up
09:17.21KarolRthat means also in the first case, when you access the jsp for the 1st time and you expect the user to fill in data
09:17.31CSManKarolR: you mean , not to have a Main.jsp?
09:17.37KarolRno
09:17.48CSManthen?
09:17.50KarolRYou would still have the main.jsp, but you don't access it directly
09:17.58KarolRyou would access it through the servlet. Always.
09:18.10KarolRthe servlet would recognize if any data have been submitted.
09:18.19fox__cobaltsixty: nah ksoap is not used for that
09:18.30KarolRif no data are in the request, it would just include the JSP and do nothing.
09:18.47KarolRif some data is in the request, you would process it  +  include the JSP
09:19.00CSManKarolR: yeah but why everything forwarded via servlet will include the servlet path?
09:19.33KarolRthe path is up to you.
09:19.54KarolRI don't quite understand your issues with the paths
09:20.02CSManme neither :s
09:20.05CSManheh...
09:20.14CSManokay a very basic issue
09:20.40KarolRif I understand correctly, you want to display the same JSP for entering data in a form AND for displaying something after data from itself have been submitted.
09:20.50KarolRif so, do it like I mentioned above.
09:21.36CSManthat's one case, when the data doesn't match a criteria it goes back the same jsp, otherwise it goes somewhere else
09:22.32CSMananyways, another problem i have is in my jsp page if i reference something with href='/css/default.css' the server will look in the appBase path not in the context path
09:23.29KarolRCSMan, you REALLY want to start using Struts.
09:23.40CSManhmmm...
09:23.43CSManokay
09:23.50KarolRhttp://jakarta.apache.org/struts/index.html
09:23.58CSManthanks
09:24.03KarolRIt does exactly what you need (and much more)
09:24.09CSManroughly, what is that for?
09:24.09CSMan:D
09:24.53CSManokay.
09:24.59KarolRamong other things, it's about navigation between pages. (Roughly...) It goes by the MVC principle, so there is a controller that decides what pages are to be displayed
09:25.12CSManyeah, my app is MVC
09:25.18CSManok
09:25.29KarolRlook into it. It will make you a happy little programmer.
09:25.59CSManhah...
09:26.28KarolRthere are some excellent books on Struts out there. I recommend the O'Reilly book
09:27.43CSMansometimes condescendence is accepted =D
09:28.54cobaltsixtydamn lighter.
09:29.11cobaltsixtyi with i didn't lost the one my gf bought me
09:30.34cobaltsixtylove hotel matches!
09:31.08cobaltsixtydamn. i hate matches.
09:36.26KarolRstop smoking :-P
09:37.54KarolRyou won't worry about neither lighter nor matches.
09:38.02cobaltsixtywith no lighter, sure i'd do
09:38.19cobaltsixtyi really hate using a match. the flavor gets weird.
09:38.50KarolRI quit smoking after years last summer.
09:39.03KarolRI recommed it. Although the way there is hellofa rough
09:39.35cobaltsixtyyeah, i'm thinking about smoking.
09:39.46cobaltsixtyhow long you did smoke?
09:40.11CSManhmmm... this is gonna take a while
09:40.51CSManKarolR: is there any other way to invoke a servlet from a jsp in a form rather than using action='servlet/aServlet' ?
09:41.25cobaltsixtyCSMan: create servlet mappings
09:42.18CSMancobaltsixty: and invoke it using action ?
09:42.32cobaltsixtyyeah
09:42.34CSManok
09:50.06KarolRCSMan, servlet / jsp / file / ...   doens't matter. It's just *a*  URI
09:50.31KarolRyou can use links, javascript, whatever to request a URI from a server.
09:51.08cobaltsixtyyeah, he's right.
09:51.15*** join/#tomcat mapleman (mapleman@mapleman.usercloak.freenode)
09:52.00KarolRCSMan, if you mean "is there any other way to SUBMIT data to a servlet?",  yes there is
09:52.37KarolRyou can either use POST (parameters embedded in the http body) or GET (parameters in the URI, such as some.jsp?a=b&c=d)
09:52.58*** part/#tomcat mapleman (mapleman@mapleman.usercloak.freenode)
09:53.22KarolRthe <form action="..."/> elements causes the browser to do a POST submit (you can tell it to use GET though)
09:53.51cobaltsixtyCSMan: try form action="/servlet/servletname" instead ;)
09:54.44cobaltsixtyCSMan: also, if you're having packages, try adding its name. /servlet/br/eng/leal/servlet/testeServlet, for instance.
09:54.57cobaltsixtyfor a class named br.eng.leal.servlet.testeServlet
09:57.16cobaltsixtyKarolR: you're an eclipse user, right?
09:58.10KarolRyes I am
09:58.37cobaltsixtyKarolR: i have a question. how do i remove a project from the project list? i mean, not closing it...
09:58.41*** join/#tomcat PW_Wrk_Away (~Pointwood@fw.agropark.dk) [NETSPLIT VICTIM]
09:58.46cobaltsixtyi mean removing it from the project list
09:59.30cobaltsixtyhey, wait. i think i've fonud it
10:01.39cobaltsixtyno, i didn't
10:01.44cobaltsixtyi'd like to remove a workspace
10:03.30KarolRdelete the workspace directory
10:03.47KarolRthen you'll have a fresh out-of-the-box Eclipse installation
10:04.58cobaltsixtyhm... i'd like to remove only a single dir from a workspace
10:06.23KarolRyou can delete a project
10:06.31KarolRright-click, delete.
10:06.37KarolRbut I suggest a backup :P
10:07.12cobaltsixtyi've done that
10:07.16cobaltsixtyi need to perform some tasks in order to validate my article
10:07.27cobaltsixtythe editor complained about too much code to diagram
10:09.45KarolRwell, deleting code is easy. ;)
10:10.22cobaltsixtysure
10:10.58cobaltsixtybut i don't want to. it's already tidy. i'd like to rewrite the article to ask the user to import the project and then show the signal. the noise comes bundled in the magazine's cd.
10:11.00cobaltsixty(noise + signal)
10:12.19cobaltsixtybut i'd really would like the user to doing it from scratch, not getting the full package. damn.
10:17.04KarolRnoise? Signal?...
10:18.13KarolRSo you have some app and want the public to open the project, compile it, execute it and sumbit results?
10:20.20cobaltsixtywell
10:20.29cobaltsixtythe parts i'd like to point, meaningful ones, are signal
10:20.43cobaltsixtynoise are all the rest, already explained in the previous article.
10:21.29cobaltsixtyyou gave me a better idea. i might get a skeleton project, with some of the noise. ask the user to import them into the project, and then add the signal while explaining it.
10:22.04*** join/#tomcat KarolR (~nobody@b104012.adsl.hansenet.de)
10:22.33KarolRyou need to be patient with me, I still don't grasp what you're talking about ;-)
10:22.37KarolRanyways, I hope you succeed in whatever you're doing.
10:22.57cobaltsixtycheck your windows carefully :)
10:24.03KarolRI just missed your last msg
10:24.22cobaltsixty[07:27] <cobaltsixty> you gave me a better idea. i might get a skeleton project, with some of the noise. ask the user to import them into the project, and then add the signal while explaining it.
10:25.02cobaltsixtyit's an IRC Bot to manage a shoutcast/winamp radio, built in java using eclipse :)
10:25.21KarolRI see
10:25.29cobaltsixtysortaof java tutorial showing some interesting ideas to curious readers
10:25.39KarolRsounds nice
10:25.52KarolR...you just perfectly confused me with your signal/noise talks
10:26.14cobaltsixtygot my explanation?
10:26.33cobaltsixtywhat i want to show/explain in the article are signal. meaningful parts
10:26.45KarolRyes
10:27.24cobaltsixtyoh, it just worked. deleted the project and it vanished. thanks!
10:27.50KarolRoh, well, great.
10:32.00cobaltsixtythanks :D
11:16.47*** join/#tomcat CSMan (~csman@h24-78-187-137.vn.shawcable.net) [NETSPLIT VICTIM]
11:16.47*** join/#tomcat vixnix (~vixnix@dsl092-237-197.phl1.dsl.speakeasy.net) [NETSPLIT VICTIM]
11:16.47*** join/#tomcat tang^ (~krachyn@ahgn23wky5824.ab.hsia.telus.net) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat PW_Wrk_Away (~Pointwood@fw.agropark.dk) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat kms_ (kms@quackfaster.skontorp.net) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat JakWORK (chris@radar.wapmx.com) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat bgood (~bgood@user-0c8hsnd.cable.mindspring.com) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat Raboo (~rabi@nikson.dataphone.se) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat hellabot (~hellabot@hellaweb.com) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat inconspicuous (~inconspic@stinkymonkey.cc.columbia.edu) [NETSPLIT VICTIM]
11:16.51*** join/#tomcat ianni (ian@inpuj.net) [NETSPLIT VICTIM]
11:17.16*** join/#tomcat vx`schlumpf (~vx_schlum@dsl-213-023-045-001.arcor-ip.net) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat vx`schlumpf (~vx_schlum@dsl-213-023-045-001.arcor-ip.net) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat PW_Wrk_Away (~Pointwood@fw.agropark.dk) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat kms_ (kms@quackfaster.skontorp.net) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat JakWORK (chris@radar.wapmx.com) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat bgood (~bgood@user-0c8hsnd.cable.mindspring.com) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat Raboo (~rabi@nikson.dataphone.se) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat hellabot (~hellabot@hellaweb.com) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat inconspicuous (~inconspic@stinkymonkey.cc.columbia.edu) [NETSPLIT VICTIM]
11:18.49*** join/#tomcat ianni (ian@inpuj.net) [NETSPLIT VICTIM]
11:19.40*** join/#tomcat Gnug225 (Gnug225@24.236.252.213.gha.mi.chartermi.net) [NETSPLIT VICTIM]
11:19.40*** join/#tomcat mDuff (~cduffy@cs6625139-96.austin.rr.com) [NETSPLIT VICTIM]
11:19.40*** join/#tomcat svingen (~svingen@vvv.niax.net) [NETSPLIT VICTIM]
11:19.41*** join/#tomcat dreammedia (~dreammedi@208.32.79.100) [NETSPLIT VICTIM]
11:32.51*** join/#tomcat vx`schlumpf (~vx_schlum@dsl-213-023-045-001.arcor-ip.net) [NETSPLIT VICTIM]
11:34.59*** join/#tomcat maplemahn (mapleman@cablelink41-67.intercable.net)
11:50.24*** join/#tomcat vanHell (~vanHell@194.96.20.20)
12:15.29*** part/#tomcat maplemahn (mapleman@cablelink41-67.intercable.net)
12:57.29*** join/#tomcat KarolR (~nobody@b104012.adsl.hansenet.de)
13:13.01*** join/#tomcat a4akb (~akb@62.215.38.188)
13:15.05*** join/#tomcat n0ir (~vol@65.162.94.30)
13:26.10*** join/#tomcat Saifi (~chatzilla@195.6.79.173)
13:58.24*** join/#tomcat si (si@www.travelsa.co.za)
13:58.34sihi there, please could somebody help me out here..
13:58.41siI have tomcat and jdk on my server
13:58.54siwhen I send a payment through and I look at stdout.log
13:58.57siI see this error
13:59.45sijavax.net.ssl.SSLHandShakeException: java.security.cert.CertificationException: Could not find trusted certificate
14:00.02siI don't understand this
14:00.07siis it looking for the certificate locally
14:00.22sibecause what the string is actually doing, is going to setcom.co.za/payment.***
14:00.36siand it works if I type the links in a browser
14:00.44siand it works on my windows tomcat server
14:00.51siis there a way I can stop it looking for this or something ?
14:01.06sicould this be a problem with jdk?
14:01.10sior what is the story..
14:02.21fox__self signed certificate?
14:03.13siits a verisign certificate sitting on there server
14:03.24siif I type the address out in in links on the box it works
14:03.30siits something to do with tomcat I presume..
14:04.37sijdk1.4.1 will have all the .jar files it needs?
14:15.30*** part/#tomcat si (si@www.travelsa.co.za)
14:59.26*** join/#tomcat awk (awk@www.travelsa.co.za)
14:59.31awkplease I beg somebody
14:59.37awkI need to get this SSL thing working
14:59.52awkit works on a windows machine and I have coppied over the server.xml from the windows box even
14:59.54awkand no joy
14:59.57awkwhat is the problem here?
15:02.41*** join/#tomcat iqon (~brendon@h-66-166-146-42.SNVACAID.covad.net)
15:02.54iqonwhat would be causing "WARNING: server has closed the current connection (-1)" messages?
15:06.17awkbleh
15:08.22*** join/#tomcat JavAntik (~JavAntik@galileo.vnuusa.com)
15:08.44JavAntikhi all!
15:09.32JavAntikcan anyone tell me how to start tomcat 4.1.x in debug mode? (so I can debug it using jdb)
15:11.20iqonnot sure, but i'd like to find out
15:12.01JavAntikhmm.. I can always modify startup script, but I had an impression that it should be some switch to it...
15:13.14iqonlooks like the only way to attach to it is to add some switches to the java call in the startup script
15:13.45awkgawd
15:13.52awkhas anyone here have advcanced knowlage with tomcat?
15:14.29iqondon't know that i'd call it advances, but i might be able to help
15:15.36iqonthere's already some stuff in the startup script for jdb
15:15.58awkiqon: have you ever used tomcat/jdk to send payments to a ssl server with a ssl certificate?
15:16.01awkor know how etc..
15:16.03JavAntikwell: thanks anyways
15:16.06*** part/#tomcat JavAntik (~JavAntik@galileo.vnuusa.com)
15:16.49iqonis the problem the ssl, or the payments?
15:17.05awkwell if I type the string in my browser it works
15:17.11awkwhen the script goes through tomcat
15:17.13awkit says
15:17.17awkcant find trusted certificate
15:17.21*** join/#tomcat vakYpollo (~higopico@151.Red-80-36-135.pooles.rima-tde.net)
15:18.02awkyet it works on my windows box running it
15:18.07awkand aswell as on my gentoo linux box
15:18.11awkjust not on this freebsd box..
15:18.49iqonso the prob is that tomcat isn't properly authenticating the ssl?
15:19.04awkwell I presume so..
15:19.10awklet me get the exact message
15:19.45*** join/#tomcat allar (allar@213.35.238.223)
15:19.57allarhi
15:20.14awkjavax.net.ssl.SSLHandshakeException: java.security.cert.CertificatException: Could not find trusted certificate..
15:20.49allaris here somebody competent in tomcat config?
15:21.09allarsorry about not too fluent english? :)
15:22.37allari want to set the log level in server runtime output, but cant find how
15:23.19allartried all possible debug propetries in config files with no result
15:23.49allaranybody knows how?
15:24.10iqonallar: you try verbosity in server.xml?
15:24.59allarah, seems logish :)
15:27.07allarwhat are the topics here anyway? newbie problems or broad future visions? :)
15:46.27*** join/#tomcat Alfred_R (~xxx@209.124.97.215)
15:52.59Alfred_Rsomebody here had any trouble with i18n and tomcat?
15:53.34*** join/#tomcat eaps (eapolo01@hills.ccsf.cc.ca.us)
15:54.21allarnot exactly trouble, but yes?
15:55.54eapshi, anyone i can ask about the use of resource-ref and context-param ?
16:11.26*** part/#tomcat eaps (eapolo01@hills.ccsf.cc.ca.us)
16:17.09allarbtw
16:17.25allaranybody did orion vs tomcat performace test with latest versions?
16:17.30allartests
16:17.54*** join/#tomcat CSMan (~csman@h24-78-187-137.vn.shawcable.net)
16:18.02allarmine are quite positive from tomcat's point of view
16:18.50allarboth containers are basically equal in serving jsp's
16:24.09*** join/#tomcat phothy (~temp@c18144.thorn1.nsw.optusnet.com.au)
17:10.57*** join/#tomcat d1rty (jmahood@dsanchez.advance.net)
17:24.30*** join/#tomcat Hellaenergy (~Hellaener@hellaweb.com)
17:26.54*** join/#tomcat dee (~chatzilla@24.83.164.253)
17:36.59Hellaenergyyo dee
17:38.10*** join/#tomcat eaps (eapolo01@hills.ccsf.cc.ca.us)
17:42.28eapsanyone around?
17:44.07*** part/#tomcat eaps (eapolo01@hills.ccsf.cc.ca.us)
17:54.01*** join/#tomcat eaps (eapolo01@hills.ccsf.cc.ca.us)
17:55.00eapshi
17:55.29eapswas wondering if <ResourceParams> should be nested inside <Resource name=..> ?
17:55.42eapsdocs are not clear on this
18:02.41*** join/#tomcat jasonb (~jasonb@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
18:30.16*** join/#tomcat Alfred_R (~xxx@209.124.97.215)
18:44.04*** join/#tomcat witless (~witless@cpe-68-118-204-40.ma.charter.com)
18:44.40witlesshello.  anyone know where i can get a jdbc driver for an ms-access database that will run on a linux server?
18:50.28eapsdoes ms-access run on linux?
18:53.46*** join/#tomcat si (~si@eldar.tcsn.co.za)
18:53.52sihi there
18:53.54siany advanced tomcat users here?
18:55.20eapswhat does that mean?
18:56.04sieaps: umm, you ever used tomcat/jdk to send strins to an ssl server?
18:56.51eapsno i have not
18:57.07siok never mind
18:57.08si*sigh*
18:57.23eapswhat are you trying to do anyways?
18:58.14eapsand what the heck is jdk? or you meant mod_jk?
18:59.08witlesseaps: no
18:59.22siwitless: erm, are you clued in this area
18:59.37simy 1 linux box sends fine my fbsd box does not
18:59.39witlesswhat area would that be?
18:59.45sisays untrusted certificate
18:59.53siyet I have not touched the server.xml file on ither side
19:00.09eapsthey both worked before?
19:00.31sinope
19:00.33sinot the freebsd box
19:00.41siit complains about an untrusted certificate
19:01.22eapshave you done all that keytool process?
19:01.49siI don't see why I would need to do that?
19:01.53siI never on my linux box
19:02.04sibecause why do I need a certificate to send to a box with a certificate?
19:02.29eapsi dont quite understand your set-up ..so explain clearly
19:02.56siI send a string to setcom.co.za
19:02.58sifrom my machine
19:03.05siif I type the string out in a browser it works
19:03.13siif I use the script and go through tomcat it does not
19:03.15sisays failed
19:03.19siuntrusted certficicate
19:03.32sisending credit card numbers etc..
19:04.44eapsis the script suppose to wait for some kind of response? or is the script sending it in same format as if you were typing it on the browser?
19:06.03sisame
19:06.12siyet the exact same script works on my linux box through tomcat
19:06.15siand not on the freebsd box
19:06.21witlessman, i don't want to write this thing in vb.
19:07.07eapsi am still guessing what your set-up is, seems you dont want to elaborate
19:07.25sieaps: well I just did a default install of tomcat on the fbsd box
19:07.28siand on the linux box
19:07.31siit works on the linux box
19:07.33eaps"my machine" which machine is that?
19:07.36siand not on the fbsd
19:07.53simy machine?
19:07.56sithe server that tomcat is on
19:08.36eapsso you have both a linux box and a fbsd box running tomcat?
19:08.52witlessanyone know if unix odbc supports access; and does jdbc-odbc bridge support unix odbc?
19:09.11sieaps yes..
19:09.21sieaps and the linux box can do the request without failing
19:09.31sithe freebsd box gives an error saying cant find trusted certificate
19:10.03eapsbut you said you have not modified either of the boxes for ssl?
19:11.32eapsi didnt even expect ssl to work without modifications to the default installs
19:11.33sinope
19:11.43sioh?
19:11.51siwell what would I modify?
19:12.04simaybe the linux box does it for me
19:12.06siseeing its gentoo
19:12.13siand I just have to type emerge tomcat
19:12.14eapsi cant remember off hand
19:12.15siand it does everything
19:12.28siis it something to do with the server.xml file?
19:12.40eapsumm probably
19:12.46siwell I copied that conf file over
19:12.48siand it did nothing
19:12.50sisame stry
19:12.52sistory
19:13.21eapswhich tomcat version?
19:13.53siboath the same..
19:14.00si4.0.6
19:14.01siI think
19:14.02siit is
19:14.28eapsyeah there something in server.xml you need to modify
19:14.34siok brb.. 1 sec
19:22.16*** join/#tomcat ibot (ibot@208.186.182.172)
19:22.16*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
19:41.16*** join/#tomcat awk (~awk@eldar.tcsn.co.za)
19:41.18awkback
19:41.20awkstill no joy
19:41.24awk:P~
20:21.12*** join/#tomcat Anders- (~aje@213.237.104.39)
20:31.00*** join/#tomcat scribe (~scribe@65.39.72.199)
20:32.34scribeHey guys.  I'm trying to write an authorizeNet bridge for our system.  Is there an easy way to create and send a form POST event to an https server?
20:32.56scribeI guess that's a 2 part question
20:33.19scribeform POST / https
21:00.39scribeok, anyone tell me if I'm barking up the wrong tree:
21:00.59scribehttps://secure.authorize.net/gateway/transact.dll
21:01.07scribesorry...
21:01.36scribeURL url = new URL("https://secure.authorize.net/gateway/transact.dll");
21:01.37scribeHttpURLConnection connection = (HttpURLConnection)url.openConnection();
21:01.37scribeconnection.setRequestMethod("POST");
21:02.11scribehow would I go about setting form data for the post?
21:08.16*** join/#tomcat vx`schlumpf (~vx_schlum@dsl-213-023-045-001.arcor-ip.net)
21:26.04*** join/#tomcat johnjohn7 (~johnjohn@cpe-24-221-228-20.tx.sprintbbd.net)
21:53.32*** join/#tomcat Spline (~dj_aia@anja.isisnetworks.net)
21:59.25*** join/#tomcat ibot (ibot@208.186.182.172)
21:59.25*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
22:16.37*** join/#tomcat ibot (ibot@208.186.182.172)
22:16.37*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
22:26.55*** join/#tomcat ibot (ibot@208.186.182.172)
22:26.55*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
22:41.17*** join/#tomcat ibot (ibot@208.186.182.172)
22:41.17*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
22:57.43*** join/#tomcat ibot (ibot@208.186.182.172)
22:57.43*** topic/#tomcat is Tomcat Servlet Container Discussion; The Tomcat project is located at http://jakarta.apache.org/tomcat ; If you would like to paste some code or configs for others to see please use http://www.hellaweb.com:8888/ . Servlet JSP Javadocs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html
23:06.47CSManhey guys how do i clear tomcat's jsp temp folder?
23:16.30scribeCSMan: cd /var/tomcat4/work
23:16.32scriberm -rf *
23:17.18scribeAnyone know if there is an md5 utility class in the core jdk?
23:22.34Splinescribe: yes there is
23:22.48SplineAlso, a friend of mine recently wrote one clean room for donation to jakarta
23:26.22jasonbSpline: If there's already one in the JDK, why would he write his own?
23:27.00SplineI don't remember.  I started doing SHA for fun, thats how I ran into him
23:27.48jasonbSHAgadellic!
23:28.14Splineheh
23:29.24SplineJusdt checked his web site, there is no license with the source yet so I imagine he is not ready for someone to use it
23:36.02jasonbmmmmm unlicensed source!  :)
23:36.36fox__i really have to check all the licensing info on the jar-files we use in our project
23:49.44scribeSpline: I found java.security.MessageDigest
23:50.11scribeit wasn't an algorithm name, but the link to read about what it accepts is broken in sun's javadocs
23:50.18scribeer, sorry
23:50.27scribe"it WANTS..."
23:53.26fox__jasonb: I think it wants the possibility to nest more than 8 classes ;)

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.