Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
of the URI directive? _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration

RE: Apache-Tomcat configuration question

2003-07-02 Thread Phillip Qin
Should it be [uri:/myDir/Servlet/*]? -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:05 PM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat configuration question Could I do the following: [uri:myDir/Servlet/*] context=myDir Is that

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
[mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009 In the case of something like S

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
3 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu <[EMAIL PROTECTED]> wrote: Hello, Is it p

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
? _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu <[EMAIL PROTECTED]> wrote: Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
DocumentRoot /usr/local/bin/tomcat/webapps/ROOT If "/" = ROOT, there shouldn't be any content in /usr/local/bin/tomcat/webapps at all, static or not. John On Wed, 28 May 2003 19:41:27 +0200, Johannes Lietz <[EMAIL PROTECTED]> wrote: Sorry, I was mistaken: I've got several webapps under tomca

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread Johannes Lietz
Sorry, I was mistaken: I've got several webapps under tomcat/webapps and one virtualhost. Let's say I've got app1 and app1/image.gif. If I call: http://localhost/app1/image.gif Apache will look for: /usr/local/bin/tomcat/webapps/app1/image.gif and everything is perfect. Then I've g

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
You're saying that if you make your DocumentRoot "webapps/ROOT" that Apache doesn't serve content in that directory? What error message does Apache display? The ROOT webapp is "special" as far as Tomcat is concerned. John On Wed, 28 May 2003 17:28:57 +0200, Johannes Lietz <[EMAIL PROTECTED]>

Re: Apache-Tomcat configuration on Win2k

2003-02-13 Thread Jake Robb
Arun, Try putting the paths to JkWorkersFile, JkLogFile, and your examples directory in quotes, i.e.: LoadModule jk_module libexec/mod_jk-1.3.26.dll AddModule mod_jk.c JkWorkersFile "C:/Tomcat4_1_12/conf/workers.properties" JkLogFile "C:/Tomcat4_1_12/logs/mod_jk.log" JkLogLevel debug Alias

RE: Apache Tomcat configuration Issue

2002-12-27 Thread Turner, John
help. John -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 3:03 PM To: 'Tomcat Users List' Subject: RE: Apache Tomcat configuration Issue Myles, Sorry to say, but Jeffrey is correct--Tomcat will not service the PHP requests

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Moutoux, Myles
D] <mailto:[EMAIL PROTECTED]> ] Sent: Thu 12/26/2002 12:27 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache Tomcat configuration Issue List o' links http://jakarta.apache.org/tomcat/tomca

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Moutoux, Myles
ython, JPython, etc. -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECTED]] Sent: Thu 12/26/2002 3:02 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache Tomcat configuration Issue Myles,

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Moutoux, Myles
sage- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thu 12/26/2002 3:00 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache Tomcat configuration Issue to the best of my knowledge tomcat will not perform php requests. But then again I have

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Justin L. Spies
ember 26, 2002 2:52 PM To: 'Tomcat Users List' Subject: RE: Apache Tomcat configuration Issue I do not know about tomcat and php, I would guess no. however the www.apache.org <http://www.apache.org> site lists this as the link for php http://www.php.net/ <http://www.php.net/>

RE: Apache Tomcat configuration Issue

2002-12-26 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Jeff -Original Message- From: Moutoux, Myles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 12:55 PM To: Tomcat Users List Subject: RE: Apache Tomcat configuration Issue I know that it works with Apache2. I've already had that working. What I was hoping was that there

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Moutoux, Myles
Sent: Thu 12/26/2002 2:52 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache Tomcat configuration Issue I do not know about tomcat and php, I would guess no. however the www.apache.org <http://www.apache.org> s

RE: Apache Tomcat configuration Issue

2002-12-26 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
good luck Jeff -Original Message- From: Moutoux, Myles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 12:49 PM To: Tomcat Users List Subject: RE: Apache Tomcat configuration Issue I've tried everything that I can, based on the references that you sent. All without

RE: Apache Tomcat configuration Issue

2002-12-26 Thread Moutoux, Myles
omcat service PHP requests? -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thu 12/26/2002 12:27 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache Tomcat conf

RE: Apache Tomcat configuration Issue

2002-12-26 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
List o' links http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html http://www.johnturner.com/howto/apache-tomcat-howto.html (this is mainly jk not jk2 if I recall) the dll should go into APACHE_ROOT/libexec the dir

RE: Apache+Tomcat Configuration problems

2002-10-25 Thread Turner, John
Yup, ditto Milt and Robert. You've got JK directives but you're loading JK2. To get rid of your Apache config error, use mod_jk.so instead of mod_jk2.so, or keep mod_jk2.so and change your config to a JK2 config. John > -Original Message- > From: J.F. Noonan [mailto:jfn@;msc.com] > Se

Re: Apache+Tomcat Configuration problems

2002-10-24 Thread Robert L Sowders
Looks like your getting jk2 and jk mixed up a bit. Have a look at http://www.pubbitch.org/jboss/mod_jk2.html. Most of the "JkMount" stuff is done in worker2.properties via uri statements. You can still do this in your httpd.conf file, it's just called JkUriSet now. Other JkSet commands work

Re: Apache+Tomcat Configuration problems

2002-10-24 Thread Milt Epstein
On Thu, 24 Oct 2002, J.F. Noonan wrote: > OK, I'm about ready to scream. Although I'm certain that I've > missed something appallingly simple, I have no idea what that > something is. > > I have installed Tomcat tomcat4-4.1.12-full.2jpp.noarch.rpm on a > RH7.3 system. I have compiled and install

Re: Apache/Tomcat Configuration Question

2002-09-23 Thread Milt Epstein
On Mon, 23 Sep 2002, John Green wrote: > All, > > I have Apache and Tomcat integrated together using mod_jk. The > problem is now when I hit my webserver, it always defaults to the > root context of tomcat. No matter what I set in my Apache > httpd.conf file it gets ignored. I have tried to se

RE: Apache/Tomcat Configuration Question

2002-09-23 Thread Venkat Reddy Valluri
Did you change mod_jk.conf to point to document root where you are supposed to give apache doc root sample mod_jk.conf--> LoadModule jk_module /usr/local/apache2/modules/mod_jk.so JkWorkersFile "/tmp/workers.properties" JkLogFile "/usr/local/apache2/logs/mod_jk.log" JkLogLevel debug

Re: Apache+tomcat configuration

2002-08-15 Thread Christoph Fischer
Hi, take a look at this page: http://www.ubeans.com/tomcat/ it's all in there. Chris Alarcon, Fabio wrote: >Hi guys >Is there a page or an archive list where I can found in order to run apache >together with Tomcat? >I know some of you has already configured sucessfuly > >Thanks in advance f

Re: Apache-Tomcat configuration...

2001-12-20 Thread Denny Chambers
The webapps module for win32: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32/ Marcelo Gabriel Demestri Felip wrote: > > Hi everybody! > > I want to install and Tomcat (4.0.1) like a servlet container and > jsp interpreter of an Apache (1.3.20) web server. I wo

Re: Apache-Tomcat configuration

2001-08-03 Thread Neelakshi
Are you trying to load images from the relative path? You will have to specify the path as /mycontext/images/myimage.gif instead of images/myimage.gif as later works only with tomcat, former with both. Alexis Alarcón Barra wrote: > > Hi, i'm using Apache 1.3.12 and Tomcat 3.2.3. They work sep

Re: Apache-Tomcat configuration

2001-08-02 Thread Alexis Alarcón Barra
Hi ... i've changed the path adding the context name. It worked only using tomcat but it still doesn't work using apache. Alexis Neelakshi wrote: > Are you trying to load images from the relative path? > You will have to specify the path as > /mycontext/images/myimage.gif > instead of images/my

Re: Apache + Tomcat configuration

2001-04-06 Thread Pae Choi
>Did you put in another context entry in the server.xml file >similar to this: > >docBase="webapps/examples" >crossContext="false" >debug="0" >reloadable="true" > > > >(exchange "examples" with your own directory "mytest") > >-Original Message- >From: Zhengan Cai [mailto:[E

RE: Apache + Tomcat Configuration

2001-04-06 Thread David DELGRANCHE
t are more open-minded than you are! David. -Message d'origine- De: Michael Wentzel [SMTP:[EMAIL PROTECTED]] Date: vendredi 6 avril 2001 15:20 A: '[EMAIL PROTECTED]' Objet: RE: Apache + Tomcat Configuration > I am trying to setup Apache + Tomcat to ru

RE: Apache + Tomcat Configuration

2001-04-06 Thread Michael Wentzel
> I am trying to setup Apache + Tomcat to run JSP and Servlets > on Win. 2000. I > am using Apache 1.3.19, and Tomcat 3.2.1. > > I created my own directory in > %TOMCAT_HOME%/webapps/mytest, copied the structure from > %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my > servl

Re: Apache-Tomcat configuration problems: PLEASE HELP

2000-12-18 Thread Dave Smith
Dave, For me, the epiphany came when I figured out that the server.xml Context needs to match up with the apache directory you are serving out of. See how your server.xml is mapping the docBase to webapps/examples? That is most likely a folder in the tomcat installation. Apache doesn't know anyt