jdbc odbc bridge on linux

2001-07-28 Thread Jerry QU
Hi All,   I posted question about how to use Sun's jdbc.odbc bridge from jsp on linux to access SQL server on windows. because all examples I saw were using LOCAL dsn like jdbc:odbc:dsnName. but how to do it if the JSP is on linux and the SQL server is on a remote host.   something

how to send email from jsp?

2001-07-28 Thread Jerry QU
Hi All   how to send email from jsp (tomcat on linux)?   TIA   Jerry    

Re: how to connect a remote MS-SQL server?

2001-07-28 Thread Jerry QU
but, the client is on a linux machine...then How? thanks Jerry - Original Message - From: "Tim O'Neil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 29, 2001 1:47 AM Subject: Re: how to connect a remote MS-SQL server? > At 10:52 AM 7/28/2001, you w

Re: Apxs problem

2001-07-28 Thread Jerry QU
I have the same error on linux, so I use binary from www.apache.org Jerry - Original Message - From: "Mykola A. Nickishov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 28, 2001 6:51 AM Subject: Re: Apxs problem > "Aaron Cooper" <[EMAIL PROTECTED]> writes

how to connect a remote MS-SQL server?

2001-07-28 Thread Jerry QU
Hi All,   How to connect to a remote (Not at the same machine) MS-SQL database using JDBC-ODBC bridge?   looking for a simple sample code   TIA   Jerry Qu 

Re: apache+mod_jk+tomcat virtual host sample setting

2001-07-26 Thread Jerry QU
at should give you a start (o: > > cheesr > dim > > On Thu, 26 Jul 2001, Jerry Qu wrote: > > > Hi All, > > > > is there any one has working sample(s) for setting apache+mod_jk+tomcat virtual >host in httpd.conf and server.xml (if needed ) > > > > thanks > > > > Jerry Qu > > >

Re: virtual hosting conf question

2001-07-26 Thread Jerry QU
it works by using ajp12. what I missed was vhost setting in server.xml. and I did in right way but the code was actually comment out . a very very stupid mistake thanks anyway Jerry - Original Message - From: "Kaneda K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: T

apache+mod_jk+tomcat virtual host sample setting

2001-07-25 Thread Jerry Qu
Hi All,   is there any one has working sample(s) for setting apache+mod_jk+tomcat virtual host in httpd.conf and server.xml (if needed )   thanks   Jerry Qu

virtual hosting conf question

2001-07-25 Thread Jerry QU
Hi All,   We are using Tomact3.2.3 and Apache1.3.20 with mod_jk.so.   it works fine when use Directory:       Alias /loc "/home/.../path"               Options Indexes FollowSymLinks         JkMount /loc/servlet/* ajp12     JkMount /loc/*.jsp ajp12   But when trying virtua

Re: re mod_jserv.so + New Question

2001-07-23 Thread Jerry QU
John, which jk_mod should i download from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ mod_jk-eapi.so or mod_jk-noeapi.so thanks - Original Message - From: "John Bazeley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2

Re: mod_jserv.so question

2001-07-23 Thread Jerry QU
Hi John, we have the same question. but: how to install using the binary ? any reqirement on the version of Apache? do we need to re build Apache? thanks Jerry - Original Message - From: "John Hebert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

tomcat and oracle 8.1.6 for linux

2001-07-17 Thread Jerry Qu
e Can Only use JDK1.1.6 as the Java engine of Tomcat 3.2.1? Any alternative way such that higher Java Version could be used for Tomcat with Oracle 8.1.6, like new oracle jdbc driver availabe or specical setting that put higher java engine and the old Oracle Jdbc driver together?   TIA     Jerry Qu  

tomcat+oracle sample

2001-07-16 Thread Jerry Qu
Hi All   could someone provide a sample jsp for tomcat that access oracle 8i with detailed setting?   TIA   Jerry  

how to set virtual host for stand-alone Tomcat?

2001-07-16 Thread Jerry QU
Hi All,   how to set virtual hosts for stand-alone Tomcat?   does it have to be cooperate with Apache to use virtual hosts?   TIA   Jerry