an ODBC Datasource Name on Linux 7.0?

2000-11-07 Thread JEANCHG
Linux 7.0+RedHat+mySQL 3.22.32+Tomcat 3.1. Can I create a ODBC on my server? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.s

How to create an ODBC for connecting to mySQL on Linux 7.0

2000-11-07 Thread JEANCHG
How to create an ODBC Datasource Name for connecting to mySQL on Linux 7.0? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.su

JSP connects to DB

2000-11-07 Thread JEANCHG
I am new to this field, so I have some silly questions here. Can I call directly the method in JDBC classes in my jsp file to connect to my database, or it is necessary to write a connection bean to connect the DB. My JSP source code: <%@ page language="java" %> <%@ page import="java.lang.*" %>

My DB Bean

2000-11-07 Thread JEANCHG
My DB Bean source code is: package xbook.common ; import java.lang.* ; import java.sql.* ; import javax.servlet.* ; public class SQLBridge { private ConnPool connPool ; private Connection conn ; private ResultSet rs ; private ResultSetMetaData rsmd ; private St

Where to download free Servlet Runner for MS W2K

2000-11-01 Thread JEANCHG
Where to download free Servlet Runner for MS W2K? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html

Error Message when running jsp file on my web

2000-11-01 Thread JEANCHG
Cannot contact Servlet Runner at localhost:6802 My OS is MS Windows 2000 and when I did the jsp test, there was an error message as above. What did I miss when I was configuring my web and installing Tomcat and JSDK 1.3? Thanks for help.

How to make JSP work on IIS?

2000-10-31 Thread JEANCHG
Hello, >From your message to JSP mailing list, I find that you have almost the same OS platform with me. Now I am trying to run JSP on my web server, but unfortunately, I cannot and I do not know why. My OS is MS Windows 2000. Then I downloaded a zip file from Sun's web site named "jdk-1_1_8_00

About Tomcat on the Windows Platform

2000-10-31 Thread JEANCHG
According to the document on the following web site, it seems that Tomcat does not support MS Windows 2000. http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l Supported Configuration The IIS-Tomcat redirector was developed and tested on: 1.. WinNT4.0-i386 SP4/SP5/SP

Where to download JSP Engine for MS Winodws 2000??

2000-10-30 Thread JEANCHG
Where to download JSP Engine for MS Winodws 2000?? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.htm