problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
an individual copy of the .dll to each webapp? --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread James Radvan
Christian, I'm sorry I can't help you with your problem, but I'd like to thank you for inadvertently helping me solve mine! Thanks, --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Bongiorno.Christian [mailto:[EMAIL

RE: problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
I figured it out. I had the JDBC drivers too far down the Classloader hierarchy - in the webapp/lib folder. moving them up into the common/lib folder solved it - now all webapps can access the drivers. --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899

RE: foriegn characters turn to ? in database

2001-07-12 Thread James Radvan
Out of interest, will using charset=UTF-8 work? (unicode) James - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Tõnu Põld [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 08:32 To: '[EMAIL

RE: Tomcat as NT service.. problem.

2001-07-10 Thread James Radvan
and other constraints - that goes for paid Microsoft developers as much as unpaid Tomcat developers. - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent

RE: NT services applet

2001-07-06 Thread James Radvan
start settings control panel administrative tools services - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 05 July 2001 17:17

RE: JDBC Problem with Ultradev

2001-07-05 Thread James Radvan
For those of you that are still having problems with this, make sure your driver is present in the Tomcat /webapps/[mywebapp]/WEB-INF/classes directory and select 'use driver on application server' in your connection setup in Ultradev. - James Radvan Websphere

RE: JDBC Problem with Ultradev

2001-07-03 Thread James Radvan
to be in the Ultradev file system as well, in one of the subfolders detailed in the Ultradev online help. James - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: pete [mailto:[EMAIL PROTECTED]] Sent: 03 July

RE: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread James Radvan
where is your driver stored in the file system? Try both the /lib directory and the webapps/[webappname]/WEB-INF/classes directories, and make sure your classpath points to both. And check your classpath for spaces in the path. Good luck. - James Radvan

RE: somewhat closer to proper tomcat operation

2001-06-29 Thread James Radvan
it to work. Good luck. J - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Gabriel Marti [mailto:[EMAIL PROTECTED]] Sent: 29 June 2001 02:36 To: [EMAIL PROTECTED] Subject: somewhat closer

RE: Tomcat Documentation

2001-06-29 Thread James Radvan
I'll try and help with some JDBC:DB2 specific stuff. Is documentation controlled in CVS? - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 So who will be interested in working on the Tomcat Documentation

RE: Why does this list e-mail all users - i don't want this crap arriving in my mail

2001-06-29 Thread James Radvan
It's a m a i l i n g l i s t! That's what they're for!??? - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Norman Cave-Browne-Cave [mailto:[EMAIL PROTECTED]] Sent: 29 June 2001 12:02

RE: TOMCAT SUCKS

2001-06-28 Thread James Radvan
system, pay for it. Tomcat holds it's own against any product on the market in it's space. - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent

RE: tomcat on a home machine???

2001-06-27 Thread James Radvan
, - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 27 June 2001 09:08 To: [EMAIL PROTECTED] Subject: tomcat on a home machine

RE: tomcat on a home machine???

2001-06-27 Thread James Radvan
I stand corrected - I had no idea such a service existed. clever. - James Radvan Websphere Analyst/Architect London, UK [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Nico Wieland [mailto:[EMAIL PROTECTED]] Sent: 27 June 2001 11:05 To: [EMAIL

WML pages served by tomcat

2001-06-27 Thread James Radvan
/plain is not supported I have entered in conf/web.xml: mime-mapping extension wml /extension mime-type text/vnd.wap.wml /mime-type /mime-mapping but this makes no difference. wtf? - James Radvan Websphere

RE: how to change root value

2001-06-25 Thread James Radvan
do this with a virtualhost entry, eg: Host name=www.mydomain.com Context path=/ docBase=jakarta-tomcat/webapps/root / /Host I think :) -Original Message- From: Venkatesh T [mailto:[EMAIL PROTECTED]] Sent: 25 June 2001 16:18 To: tomcat Subject: how to change root value