TO ALL NEWBIES:advice from a semi-newbie

2002-06-27 Thread Clay Graham
Hi newbies! I am writing this because I went through some pain installing tomcat, I think anyone would if they weren't already pretty familliar with what is going on.. I want to give just a little advice from someone who just went through it all... 1. Install JSDK 1.4 from sun, nothing

RE: plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-02 Thread Clay Graham
Are alot of people having problems with the mySql drivers or am I being myopic... i tried to do this with STRUTS datasource pooling and had the following issues... I am asking a question because I am very suprised at an unexepected behaviour and thought that someone may have a hint. I have

RE: plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-02 Thread Clay Graham
on other things. I'd much rather be using JNDI, but I think that this is the most stable approach going right now. I hope this is at least a little bit helpful. Hang in there Cindy (sorry for the top post) At 08:33 AM 7/2/02 -0700, Clay Graham wrote: Are alot of people having problems

RE: updating records in a Mysql db using jsp.

2002-07-03 Thread Clay Graham
is this a JSP page? I always thought three teir philosophy strictly forbade this type database handling on a JSP page, these are jakarta tags? well I guess tomcat can be many things to many people, including a PHP or an active server page clay -Original Message- From: Kevin

RE: updating records in a Mysql db using jsp.

2002-07-03 Thread Clay Graham
[EMAIL PROTECTED] http://www.aas.com -Original Message- From: Clay Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 11:36 AM To: 'Tomcat Users List' Subject: RE: updating records in a Mysql db using jsp. is this a JSP page? I always thought three teir philosophy strictly

RE: Newbie: let servlet behavior depend on server load ?

2002-07-07 Thread Clay Graham
well I know how you would do it in struts... you could have a servlet action forward, when the action was executed it could check how many threads there were and forward appropriatly... that's struts though clay -Original Message- From: Holger Blasum [SMTP:[EMAIL PROTECTED]]

RE: plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-08 Thread Clay Graham
Marc, I have read this, and your excellent howto, http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 and I am still having a problem at the startup of the tomcat server. The JNDI service is failing before I even get a chance to test it my server.xml and JNDI naming is

RE: Connection Pooling?

2002-07-08 Thread Clay Graham
I am using Tomcat 4.1.2 mm.mysql-2.0.14-bin.jar it is difficult for me to find the version info on commons-dhcp and commons-pool, any hint on this would help. I guess I am a little frustrated with all the version dependencies, no one to gripe at really, just venting. THANKS TO ALL! clay

going crazy with DBCP

2002-07-08 Thread Clay Graham
I will pay someone to help me at this point, I am not rich but I know when to admit when need help. I am basically at the end of my rope trying to get dbcp to work, I have been over http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 about one hundred times, basically it's

RE: going crazy with DBCP

2002-07-09 Thread Clay Graham
I went to 4.1.7 yesterday, I tjhought hey this will all work because the .tar.gz has the commons jars already wrapped up in it, yay this will all work great just by getting the new stuff. so I downloaded it got it up and running, and then added the new DBTest context as specified to the

RE: Re[2]: going crazy with DBCP

2002-07-09 Thread Clay Graham
Thanks Jacob, you rock...hopefully someone wil bless the DBCP stuff on the list when its all working I'll try 4.1.3 until then, one question though... which versions of the commons connector, dbcp, and pool are you using? clay -Original Message- From: Jacob Kjome

RE: going crazy with DBCP

2002-07-09 Thread Clay Graham
quickly if this is the important problem by commenting out the Resources and ResourcesParams elements and see if you still get this message. Craig On Tue, 9 Jul 2002, Clay Graham wrote: Date: Tue, 9 Jul 2002 12:13:23 -0700 From: Clay Graham [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

RE: going crazy with DBCP

2002-07-10 Thread Clay Graham
there are a couple of modifications for my situation that may work for you. Please let me know if this is helpful or if you have any questions about what I've written. Cindy At 04:36 PM 7/8/02 -0700, Clay Graham wrote: I will pay someone to help me at this point, I am not rich but I know when to admit

RE: how to make tomcat faster

2002-07-13 Thread Clay Graham
and you are already using the apache worker? clay -Original Message- From: Anoop Kumar V [SMTP:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 5:11 AM To: 'Tomcat Users List' Subject:how to make tomcat faster hi, i have been developing using Tomcat 4.0.1.. and i hv

RE: Re: deploy manager task in ant

2002-07-14 Thread Clay Graham
ok, it was hard to follow what you were asking but let me just attach my ant directives... !-- Configure the context path for this application -- property name=projname value=test / property name=project_dir value=/home/clay/projects/${projname} / property name=path value=/${projname}/

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Clay Graham
I know that tomcat 4.1.x is not allergic to jdk1.4, it is what I am running. (4.1.3 jdk1.4) the devil of course my friend is in the details, what exactly is your stupid error... clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Clay Graham
) at java.lang.Thread.run(Thread.java:536) Apache Tomcat/4.1.7 == End Error = --- Clay Graham [EMAIL PROTECTED] wrote: I know that tomcat 4.1.x is not allergic to jdk1.4

RE: hello sir

2002-07-16 Thread Clay Graham
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author couldn't live with when developing

RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-24 Thread Clay Graham
you need to set your user and password in tomcat-user.xml good luck clay -Original Message- From: IT-INDIA.com [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:27 AM To: Tomcat Users List Subject:Login-Password http://localhost/manager ? Please help

RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Clay Graham
?xml version='1.0'? tomcat-users role rolename=admin/ role rolename=manager/ role rolename=provider/ user username=tomcat password=tcpass roles=admin,manager,provider/ /tomcat-users -Original Message- From: Andreas Probst [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002

Installing tomcat4 problem on startup:ClassNotFound

2002-06-21 Thread Clay Graham
hello my fellow users, I allways wonder if all of the people on this list go through as much as I seems to, when I am better at this configuration stuff I really want to to help other people because it is so hard. I have installed tomcat4 on a Linux7.1 box and jdk1.3, pretty standard

problem with 4.0.4 JSP pages first install

2002-06-24 Thread Clay Graham
Ok, so I gave up trying to get JRE 1.3 and tomcat 4.0.3 working, it just wouldn't work. nobody helped me so i just moved on, I know a brick wall when I see it, and hate a bloody forehead. I now have JRE 1.4 and tomcat 4.0.4 installed, and the servlet examples are working. The problem is the

RE: problem with 4.0.4 JSP pages first install

2002-06-24 Thread Clay Graham
followup: I found this error in the log file: java.lang.NoClassDefFoundError: sun/tools/javac/Main so it seems jasper is failing, because...I installed JRE, not JDK, which I have now done and it works fine sorry clay -Original Message- From: Clay Graham [SMTP:[EMAIL