Re: ANY ONE USING ORACLE WITH ORION SERVER

2000-04-19 Thread LynchWu
><% >javax.naming.Context context = new javax.naming.InitialContext(); >javax.sql.DataSource dataSource = >(javax.sql.DataSource) context.lookup("jdbc/OracleDS"); >java.sql.Connection conn = dataSource.getConnection(); >java.sql.Statement stmt = conn.createStatement();

How to compile taglib?

2000-04-18 Thread LynchWu
Hi All In Tomcat, we can compile a tag handler (the *.java files) using javac with Tomcat's class library. Is it possible to compile the same files with JDK and Orion 0.9.6? And how? == Lynch Wu Web Engineer pAsia Inc. TEL: 886-2-87883033 ext 347 F

problem with orionserevr and jdbc on win95

2000-04-17 Thread LynchWu
Hi All I met some kind of problem in orionserver. When everything is ok in my experiences with Tomcat 3.1b and Oracle JDBC, the Orionserver simply can't load the same classes. I've set the classpath to include JDBC driver, classes111b.zip, just like what I have done with Tomcat, but Orionserver k