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 simplesample code TIA Jerry Qu

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: I

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 wrote:

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

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 LOCALdsn like jdbc:odbc:dsnName. but how to do it if theJSP is onlinux and the SQL server is on a remotehost. something like

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:

Re: apache+mod_jk+tomcat virtual host sample setting

2001-07-26 Thread Jerry QU
@jakarta.apache.org/ is a wonderful place: search for httpd.conf server.xml virtual hosts example and the sixth result is: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg24768.html that should give you a start (o: cheesr dim On Thu, 26 Jul 2001, 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" Directory "/home/.../path" Options Indexes FollowSymLinks /Directory JkMount /loc/servlet/* ajp12 JkMount /loc/*.jsp ajp12 But when

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 hostin httpd.conf and server.xml (if needed ) thanks Jerry Qu

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, July

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, 2001

tomcat+oracle sample

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

tomcat and oracle 8.1.6 for linux

2001-07-17 Thread Jerry Qu
ther? TIA Jerry Qu

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