Tomcat4 to 5 migration

2005-10-04 Thread Kevin Passey
Hi I am migrating my apps from a server running Tomcat4 on a RHEL3 to a Tomcat5 installation of a FC4 box. The apps work on the TC4 box but I am getting the following on the TC 5 box when I try and run anything. Can someone point me to any migration docs. I have the jt400.jar installed at

Upgrade to 4.1.30 and IBMJava2-141 causes this error

2004-05-12 Thread Kevin Passey
Hi, can anybody help me %@ page import=org.adultcf.* % jsp:useBean id=LogInBean class=org.adultcf.LogInBean scope=session / This was working before I upgraded to enterprise Linux and Tomcat 4.1.30 and IBMJava2-141 Now I get this - any ideas. org.apache.jasper.JasperException: Unable to

RE: Cannot load JDBC driver class 'null'

2003-09-11 Thread Kevin Passey
Rather than changing your server XML create an xml file in your webapps directory with the same name as your app directory. Here is an example:- - Context className=org.apache.catalina.core.StandardContext crossContext=false reloadable=false

RE: Cannot load JDBC driver class 'null' and org.apache.jasper.Ja sperException: Exception retrieving attribute 'driverClassName'

2003-09-11 Thread Kevin Passey
Message- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 8:26 AM To: 'Tomcat Users List' Subject: RE: Cannot load JDBC driver class 'null' Rather than changing your server XML create an xml file in your webapps directory with the same name as your app directory

RE: Which is the best way to install an application with connection p ooling

2003-09-03 Thread Kevin Passey
This is easily accomplished with ant. John Kevin Passey wrote: I have normally stopped the server - edited the server XML file, put my war file in the webapps folder and re-started tomcat. Using the manager app - is there a way I can do this 1)from a remote system and 2)without manually

Which is the best way to install an application with connection pooling

2003-09-02 Thread Kevin Passey
I have normally stopped the server - edited the server XML file, put my war file in the webapps folder and re-started tomcat. Using the manager app - is there a way I can do this 1)from a remote system and 2)without manually editing the server XML file. I've have tried putting the jndi info

admin question ??

2003-07-26 Thread Kevin Passey
Has anybody set up a datasource in the admin console and got it to work? If so can you enlighten me. Regards Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How To define+use a datasource for mysql in the admin console

2003-07-22 Thread Kevin Passey
Hi all, Can somebody point me in the right direction. I have normally set up a data source in the server XML file as a part of my project's context entry. With some entries in the projects Web XML file. What I want to do is define this as a data source in the admin console. Has anybody

JDBC - driver and connection pooling question.

2003-07-21 Thread Kevin Passey
/resource-ref Now I've added the data source via the admin console - I get the following error:- org.apache.jasper.JasperException: java.sql.SQLException: Cannot load JDBC driver class 'null' What am I missing? Thanks in advance. Kevin Passey

RE: (How to) Tomcat as a Linux service

2003-07-19 Thread Kevin Passey
Hi, Is this good for RH Linux 7.2 Thanks Kevin -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 23:43 To: 'Tomcat Users List' Subject: RE: (How to) Tomcat as a Linux service Euclides, Save the attached file in /etc/init.d/ and update the

RE: installing a servlet

2003-06-24 Thread Kevin Passey
I would agree with John - I am no expert by any stretch of the imagination - I installed the latest java, apache and Tomcat and got it working in a morning. Read more is the answer. If you ask nicely there are many people in this list who can point you at the relevant documentation. I for one am

RE: Configuring Apache to work with Tomcat

2003-06-23 Thread Kevin Passey
I struggled with that on my WIN2K pro machine. I got it working though. In the documentation it does say use short names - so I used exactly the names in the howto and it worked. I don't know why but it did - I'd start from there. Good luck Kevin -Original Message- From: Matt Kwid

Best versions - of Tomcat to run with apache

2003-06-18 Thread Kevin Passey
Hi, Can anybody tell me the best version of Tomcat that will run with apache using say mod_jk or mod_jk2. Thanks Kevin Passey Tel +44(0)1273 712830 http://www.kdpsoftware.co.uk http://www.freeas400software.com

RE: Best versions - of Tomcat to run with apache

2003-06-18 Thread Kevin Passey
Users List Subject: RE: Best versions - of Tomcat to run with apache Howdy, The latest stable release, 4.1.24. Yoav Shapira Millennium ChemInformatics -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:14 AM To: Tomcat (E-mail) Subject: Best

RE: Best versions - of Tomcat to run with apache

2003-06-18 Thread Kevin Passey
Millennium ChemInformatics -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:27 AM To: 'Tomcat Users List' Subject: RE: Best versions - of Tomcat to run with apache Hi Yoav, I know that - I want to load it on a RH7.2 box with apache using mod_jk

RE: Best versions - of Tomcat to run with apache

2003-06-18 Thread Kevin Passey
of that vulnerability. Have you tried it? Have you checked the security lists to confirm? If memory serves, it wasn't known as of 4.1.18 when the Apache Tomcat Security Handbook from Wrox Press was published. John On Wed, 18 Jun 2003 16:37:22 +0100, Kevin Passey [EMAIL PROTECTED] wrote: Hi, Yes I've done

RE: Newbie: Apache Tomcat Configuration.

2003-06-12 Thread Kevin Passey
Muhammad You actually configure apache to call tomcat when ever it needs it - i.e tomcat runs in-process This configuration is done in your jk2 config file in the tomcat/conf directory and in your apache2/conf workers2.properties file. If you search on Google you will find lots of info on the

Tomcat working with apache

2003-06-10 Thread Kevin Passey
Has anybody go this working from this info http://localhost:8080/tomcat-docs/jk2/jk2/confighowto.html Thanks Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: where to find sample config files for JK2

2003-06-10 Thread Kevin Passey
Hi Tim, I've just installed this this morning on my w2k machine, it should be similar. Have a look in the tomcat documentation - there is a quick start section for this. Start the server and go to http://ratbert/tomcat-docs/jk2/jk2/confighowto.html Note:ratbert is my machine - localhost will

Tomcat with apache

2003-06-09 Thread Kevin Passey
Hi everyone, I have searched thru the archives and cannot find a pointer on this. Can anybody point me to some how-to's on getting the latest version of Tomcat to run with Apache Http. Regards Kevin - To unsubscribe, e-mail:

Where do I get MOD_JK2 - directory is empty

2003-06-09 Thread Kevin Passey
The d/l page is empty - what's wrong?? http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4 /bin/win32/ Regards Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Where do I get MOD_JK2 - directory is empty

2003-06-09 Thread Kevin Passey
- directory is empty I got my copy from : - http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/win32/ David Legg -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: 09 June 2003 12:38 To: Tomcat (E-mail) Subject: Where do I get MOD_JK2

RE: tomcat 4.1.12 just stopped working, help !

2003-01-07 Thread Kevin Passey
Or use cooktop if you don't have XML Spy Cheers Kevin -Original Message- From: Holger Brozio [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 09:14 To: Tomcat Users List Subject: Re: tomcat 4.1.12 just stopped working, help ! Whats about using a tool like XML Spy. With this one you

RE: Is there a problem with tomcat JNDI resources (I don't think so)

2002-12-20 Thread Kevin Passey
Hi, I've got this in my web xml for the app..Not doing global though. - resource-ref descriptionDB Connection/description res-ref-namejdbc/shiltonDB/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Regards Kevin -Original

Connection Pooling - additions to server.xml crashes 4.1.12

2002-12-17 Thread Kevin Passey
Can anybody shed any light on this. If I add this to my server XML file :- - Context path=/shilton docBase=shilton debug=5 reloadable=true crossContext=true Resource name=jdbc/shiltonDB auth=Container type=javax.sql.DataSource / - ResourceParams name=jdbc/shiltonDB - parameter

RE: Connection Pooling - additions to server.xml crashes 4.1.12

2002-12-17 Thread Kevin Passey
Hi all, especially Jake Thanks for that - I had worked that out the hard way - but the alternative you give will be my way ahead (assuming it works in my env). Thanks for that Jake. Cheers Kevin -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002

RE: Enough please!

2002-12-10 Thread Kevin Passey
Mine works as well now - thanks Eric. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 14:05 To: Tomcat Users List Subject: Enough please! Folks, Can we stop the I don't understand the objective of this open list.. thread. While we all have our

Connection Pooling Help

2002-12-09 Thread Kevin Passey
Hi, Can somebody point out my mistake for me - I'm starting to bang my head.. I am trying to get connection pooling working on my AS/400 using the Commons-DBCP. I have placed this JAR in TOMCAT_HOME/common/lib along with the JT400.JAR I have added the context entries to my server.xml file -

RE: Connection Pooling Help

2002-12-09 Thread Kevin Passey
envCtx = (Context) ctx.lookup(java:/comp/env/); DataSource ds = (DataSource) envCtx.lookup(/jdbc/shiltonDB); -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Montag, 09. Dezember 2002 14:25 To: Tomcat Users List (E-mail) Subject: Connection Pooling Help Hi

FW: Connection Pooling - It works now - thanks list

2002-12-09 Thread Kevin Passey
pages using the apache tag libraries. Regards Kevin -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 09 December 2002 15:07 To: Kevin Passey Subject: RE: Connection Pooling The current production version is 4.1.12 - all I can say is that it works on that version

Connecting to mysql - Server configuration denies access to data source

2002-10-30 Thread Kevin Passey
Has anybody seen this. I've set the mysql tables correctly. Can anybody shed any light on this. Thanks Kevin Passey KDP Software Limited Tel: 01273 712830 Fax: 08700 510103 mailto:kpassey;kdpsoftware.co.uk http://www.kdpsoftware.co.uk -- To unsubscribe, e-mail: mailto:tomcat-user

Connecting to mysql - Server configuration denies access to data source

2002-10-30 Thread Kevin Passey
Has anybody seen this. I've set the mysql tables correctly. Can anybody shed any light on this. Thanks Kevin Passey KDP Software Limited Tel: 01273 712830 Fax: 08700 510103 mailto:kpassey;kdpsoftware.co.uk http://www.kdpsoftware.co.uk -- To unsubscribe, e-mail: mailto:tomcat-user

How do I Hide version specific information

2002-07-18 Thread Kevin Passey
Thanks Kevin Passey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How do I Hide version specific information

2002-07-18 Thread Kevin Passey
of what you want to hide .. from whom ? On Thu, 18 Jul 2002, Kevin Passey wrote: Thanks Kevin Passey -hen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Mailer TAG question

2002-07-12 Thread Kevin Passey
Why does this not work? mt:setrecipient type=to address='%= request.getParameter(Email) %'/ Thanks Kevin Passey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to hide a download file

2002-07-11 Thread Kevin Passey
Hi all, I need to pick your brains again. I need to publish a site that requires a user to fill in a form before displaying a download link. What I need to do is to hide the file to be downloaded so that it cannot be downloaded without the form being filled in - i.e it can only be downloaded

RE: How to hide a download file

2002-07-11 Thread Kevin Passey
I was thinking of setting something in the session for the download page anyway which would direct a user back to the form. But if I create a directory called downloads and put the file in there - what's to stop someone just typing the folder URL and grabbing the file? Thanks everyone for your

RE: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Kevin Passey
Are you referencing the page as x.jsp or just That caught me out a couple of times. Additionally check the servlet entries in your web.XML file. Regards Kevin -Original Message- From: John and Alicia Scott [mailto:[EMAIL PROTECTED]] Sent: 05 July 2002 20:19 To: [EMAIL

RE: updating records in a Mysql db using jsp.

2002-07-03 Thread Kevin Passey
Like this /sql:connection %-- insert a row into the database --% sql:statement id=stmt1 conn=RBH %-- set the SQL query --% sql:query insert into rbh.fdbk (uid,date,comm,instime) values ( '%=LogInBean.getUid()%', current_date , '%=request.getParameter(comments)%',

RE: updating records in a Mysql db using jsp.

2002-07-03 Thread Kevin Passey
One other thing I forgot to mention my database is BD2/400. Regards Kevin -Original Message- From: Maarten van Heiningen [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 14:42 To: [EMAIL PROTECTED] Subject: updating records in a Mysql db using jsp. Hi, I am using a mysql db with jdbc

RE: updating records in a Mysql db using jsp.

2002-07-03 Thread Kevin Passey
Sorry that should be DB2/400. Kevin -Original Message- From: Maarten van Heiningen [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 14:42 To: [EMAIL PROTECTED] Subject: updating records in a Mysql db using jsp. Hi, I am using a mysql db with jdbc on a win2000 server with Tomcat. I

Connection Pooling

2002-07-02 Thread Kevin Passey
Hi, I am new to Tomcat so bear with me. I have developed something using Websphere application server which has connection pooling built-in. Is there anything simple to plug in so that I can do the same with Tomcat? Any docs or Howto's would be appreciated Thanks Kevin

TOMCAT 4.0 on port 80

2002-02-08 Thread Kevin Passey
Kevin Passey To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: TOMCAT 4.0 on port 80

2002-02-08 Thread Kevin Passey
under root. Regards Kevin Passey -Original Message- From: Pascal Forget [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 11:42 AM To: Tomcat Users List Subject: Re: TOMCAT 4.0 on port 80 Kevin Passey wrote: Hi all, We have temporarily given up on trying to get Tomcat working

RE: TOMCAT 4.X - mod_jk

2002-02-06 Thread Kevin Passey
Hi again, I have found my answer here http://dcb.sun.com/practices/howtos/tomcat_apache.jsp Thanks anyway. Kevin Passey -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -Original Message