RE: RE: Configuring Tomcat 4

2002-03-27 Thread Lawrence, Gareth
Ignore "Notice again that the name we are using is onjava." Lol :-) G. -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Thursday, 28 March 2002 2:47 p.m. To: 'Tomcat Users List' Subject: RE: RE: Configuring Tomcat 4 You need to depl

RE: RE: Configuring Tomcat 4

2002-03-27 Thread Lawrence, Gareth
ed to look at the article too :-)) G. -Original Message- From: Larry Chambers [mailto:[EMAIL PROTECTED]] Sent: Thursday, 28 March 2002 2:44 p.m. To: [EMAIL PROTECTED] Subject: RE: RE: Configuring Tomcat 4 I did as much as I could from these instructions. I didn't figure out servi

RE: RE: Configuring Tomcat 4

2002-03-27 Thread Larry Chambers
I did as much as I could from these instructions. I didn't figure out service+ but it doesn't bother me to start tomcat first. However now when I try to use a jsp page it wants to download it instead of doing like html files. There should be a total idiots guide to tomcat. Why is it they ma

RE: Configuring Tomcat 4/mod_webapp

2002-03-26 Thread Sanjay Bahal
What is the exact link to get mod_jk. I can't seem to find it- 4) Integrate Tomcat and Apache Stop the Tomcat and Apache services. Then download mod_webapp from jakarta.apache.org Thanks Sanjay --- Chris Pheby <[EMAIL PROTECTED]> wrote: > Apache, MySQL, Tomcat, Netbeans and Mozilla > -

RE: RE: Configuring Tomcat 4

2002-03-26 Thread Chris Pheby
4:22 To: [EMAIL PROTECTED] Subject: RE: RE: Configuring Tomcat 4 4) Integrate Tomcat and Apache Add the following lines to httpd.conf: LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c You need to configure a connector in httpd.conf (examples shown for the modules

RE: RE: Configuring Tomcat 4

2002-03-26 Thread Larry Chambers
4) Integrate Tomcat and Apache Add the following lines to httpd.conf: LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c You need to configure a connector in httpd.conf (examples shown for the modules you can export initially - remove the comments to enable them):

RE: Configuring Tomcat 4

2002-03-26 Thread Chris Pheby
Apache, MySQL, Tomcat, Netbeans and Mozilla --- Hope this helps Chris. - 1) Install Apache Install Apache_1.3.22-win32-x86.exe (Windows Installer of latest stable release) to c:\server\ (actually places it in Apache subdirectory