Apache + Tomcat + mod_perl, Can these apps work t

2001-08-07 Thread c cw288
Hi all, I have installed apache 1.3.19 and Tomcat on Solaris 5.8. They work fine together. Now I try to install mod_perl integrated with the apache that I had installed it for Tomcat, but it generates some errors indicated that can not create the following Makefile in the src directory: Cre

Servlet database performance - Netscape vs MS IE

2001-03-30 Thread c cw288
Hi all, I try to benchmark an access time on a database. I have a servlet running in the back-end, which simply connects to a database, opens and retrieves data from a database. I run the servlet on Netscape and Microsoft IE, the execution shows different in time between Netscape and MS IE (f

Servlet question

2001-03-23 Thread c cw288
Hi, When a client make a request to a server and a servlet get call, the servlet then create an instance for that client. My question is, how many clients can a servlet handle. Thanks, Kathy. _ Get your FREE download of MSN Explorer

Missing folders under Tomcat webapps

2001-02-27 Thread c cw288
Hi, I downloaded the Tomcat 3.2.1 on my NT and under the directory there should be 4 folders (admin, examples, ROOT and test) and 4 files (admin, examples, ROOT and test). I only see 4 files listed. the folders are not list, What's happening here? Thanks for helping. Cathy ___

MySQL driver

2000-11-30 Thread c cw288
Hi, I am using tomcat and apache on Solaris 7 and I want to use MySQL as my JDBC. I need a driver for this. Is mm.mysql driver is the one I should use and where can I download this driver? Thanks, Cathy _ Get more

Need database recommendation

2000-11-22 Thread c cw288
Hi all, We are going to develop an application on apache + tomcat + mod_jk on Solaris 8, and we need a database for our application. There are lots of databases exit, we need some recommendation of which is easier to implement. Thanks, Cathy __

Re: FW: How to connect JDBC-ODBC in Tomcat

2000-11-08 Thread c cw288
Hi Maurice, In web.xml, I replaced following param names. What do you meant by param-value? sun.jdbc.odbc.JdbcOdbcDriver //This is the driver class my.driver.ClassName //??? jdbc:odbc:TrainDatabase // This is my database name (url) jdbc:my_url //

How to connect JDBC-ODBC in Tomcat

2000-11-07 Thread c cw288
Hi All, I have an Applet-Servlet application that work on Java Web Server engine and can access the Access database through JDBC-ODBC (System DSN). When I placed my application on Tomcat and run it, it does not know where to look for the database. How I do setup this connection so that my applic

RE: How to run apache server through Tomcat

2000-11-06 Thread c cw288
Hi Chris, I have Tomcat running and I config apache,it is also running. What else do I have to do? I wrote a servlet program, I need to know how how to run my servlet in the apache. Thanks, >From: Chris Kimpton <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE

How to run apache server through Tomcat

2000-11-06 Thread c cw288
Hi, I am new to this Apache and Tomcat area. I installed Tomcat 3.1 and Apache server on my Sun Unix box, I hava a bit of problem how to run my servlet on the apache server through Tomcat. Can anyone give my some ideas? Thanks in advance cw288 ___