Re: Tomcat 4.0.4 on OS/390?

2002-10-21 Thread Simon T
Rich, You may need to run tomcat on top of linux on your mainframe Suse linux has some 390 stuff you may be able to get beta version for free? http://www.suse.de/en/business/products/sles/sles_s390/ Good luck. Regards, Simon [EMAIL PROTECTED] wrote: I've been lo

Re: tomcat JDNI DB connection pool to Oracle

2002-09-03 Thread Simon T
I am running ok with tomcat 4.1.9 using the oracle thin driver. Tomcat 4.1 JNDI datasource examples doc say - Use of the OCI driver should simply involve a changing thin to oci in the URL string. url jdbc:oracle:thin:[EMAIL PROTECTED]:1521:mysid Your url in server.xml is jdbc:oracle:oci8@ho

Re: DBCP borrowObject failed

2002-08-18 Thread Simon T
Your server xml is missing usersname and password, mybe you left this out in the email. web.xml is fine, but it need to be the one under PSI/WEB-INF I am running oracle fine wtih JDK1.3.1 as a window service, have not got going with JDK1.4.0 yet. My url has no username in front of it. jdbc:

Re: BasicDataSourceFactory and TC 4.1.9

2002-08-18 Thread Simon T
Paul, I have mysql working ok with mm.mysql-2.0.11-bin.jar file in the common/lib I am using the jdk1.3.1 with the full tomcat 4.1.19 installation. Which JDK are you using? The context web.xml needs to be up

Re: how can a client upload file via an applet

2002-07-16 Thread Simon T
Hi, this is an example of html code for the file upload Which file do you want to upload? You just need a servlet to the processing. I did a google search and got this url. http://www.jguru.com/faq/view.jsp?EID=160 Regards, Simon [EMAIL PROTECTED] wrote: >A problem will be an

Re: jdk1.4 vs jdk1.2

2002-07-14 Thread Simon T
Hi, The problems with 4.1.7 and i fixed it by removing all the .class and .java in the $CATALINA_HOME/work directory. If they are exisiting jsp give it a go. Regards, Simon Luminous Heart wrote: >When I start tomcat I get these messages at the >prompt: > ../bin/startup.sh >Using CATA