RE: Tomcat,Apache,Linux,Oracle 8i,JDBC connectivity

2001-02-20 Thread Chris Richard Adams
Yeah, I'm using all of the above - but Tomcat 3.2.1 and RH6.2 If you have any specifc questions let me know. Other wise just make sure you have the net8 client tools installed on your web/app server and go to town. > -Original Message- > From: prem [mailto:[EMAIL PROTECTED]] > Sent: Tues

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
27;m > trying to start it. > > Is there a list of the CLASSPATH variable that should come > with Tomcat and > Apache using SDK 1.2.2 > > Michel > > ====== > Michel Knight > ITArchitecture(Oracle)group > [EMAIL PROTEC

RE: default context

2001-02-16 Thread Chris Richard Adams
Interertingly enough...I just spent a week on this problem...I should at least let you suffer for a day or 2but I'm a nice guy:) The ROOT context is used as the default - just use that and define a context within to define where to put your images. > -Original Message- > From: Christo

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
> Michel Knight > ITArchitecture(Oracle)group > [EMAIL PROTECTED] > (819)953-1791 > ========== > > -- Original Text -- > > From: "Chris Richard Adams" <[EMAIL PROTECTED]>

libexec directory on apache - how do I reference it.

2001-02-16 Thread Chris Richard Adams
I seem to have lost reference to my libexec directory in apache - this may be a result of installing a new version of apache - v14 from v12. I've installed apache in the same location as it comes with Redhat 6.2 - in /etc/httpd. - but now when the libexec directory is refernced as apache-tomcat.c

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
You should also have a JAVA_HOME variable defined...for the JDK you are using... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 5:47 PM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: CLASSPATH > > > HI, > What is t

module not included in the server configuration??

2001-02-16 Thread Chris Richard Adams
BEXEC DIRECTORY. Is there something else I need to do to "include in the server configuration'?? Thanks! > -----Original Message- > From: Chris Richard Adams > Sent: Friday, February 16, 2001 5:53 PM > To: Tomcat-User (E-mail) > Subject: changing from mod_js

changing from mod_jserv -> mod_jk: Invalid command 'LoadModule'

2001-02-16 Thread Chris Richard Adams
I've tried to use mod_jk.so on my RedHat 6.2 linux with apache .14 but I get this error: [root@atechapp bin]# ./apachectl start Syntax error on line 8 of /packages/tomcat/conf/mod_jk.conf-auto: Invalid command 'LoadModule',

tomcat.conf vs. tomcat-apache.conf

2001-02-06 Thread Chris Richard Adams
Is there any difference between these files..In the tomcat_ug.html readme...they mention includeing these files in my httpd.conf file - which one should I be using??? A more important question perhaps: If the apache-tomcat file is created when Tomcat starts-up - why would I edit the file to incl

configuring tomcat to use new application

2001-02-06 Thread Chris Richard Adams
This is probably a simple question...but I have a new jsp application that I already tested just by using the examples context...Could some one please describe a procedure or point to a reference that explains step-by-step how move a simple jsp app into its own environment...or context. I have s