RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-12 Thread Domenico Piol
well, on my opinion i would need that when i would use virtual hosts, but i don't is my opinion wrong ? Your server.xml needs a host - something like this: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread Julien OIX
Domenico Piol a écrit : hi i'm trying to get my tomcat installation work together with apache 1.3... without success. tomcat works fine as standalone, but with WarpConnection i get an error: *** error 2002-02-11 08:51:53

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread Domenico Piol
didn't help, same error. thanks anyway... by the way, apache runs on port 80, 8008 is only the WarpConnector domenico Domenico Piol a écrit : hi i'm trying to get my tomcat installation work together with apache 1.3... without success. tomcat works fine as standalone, but with

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread John Wadkin
Your server.xml needs a host - something like this: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=10

Re: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Elm Gysel
Yes, sorry for being not very clear. I do mean the WEB-INF directorie in the examples directory. Also on other mappings its not taking index.jsp as default as defined in the DirectoryIndex for that directory. But let me do say again that all this worked perfectly with 1.3.9 . I have also used

Re: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Elm Gysel
the Url servername/server-info -Ursprüngliche Nachricht- Von: Elm Gysel [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 29. Januar 2002 10:17 An: Tomcat Users List Betreff: Re: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp) Yes, sorry

RE: Tomcat 4.0, + apache 1.3.22 + web_mod configuration

2002-01-22 Thread Tamim, Samir
must be in webapps, which is a built-in in tomcat -Original Message- From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 14:33 To: [EMAIL PROTECTED] Subject: Tomcat 4.0, + apache 1.3.22 + web_mod configuration Hi, If i have to configure tomcat4.0 with

RE: Tomcat 4.0, + apache 1.3.22 + web_mod

2002-01-21 Thread Anton Brazhnyk
Hi, -Original Message- From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 19, 2002 1:38 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0, + apache 1.3.22 + web_mod Hi, I was trying to integrate tomcat4.0 with apache 1.3.22 using web_mod, and i was able to do

Re: Tomcat without apache

2002-01-17 Thread Mario Felarca
At 11:17 AM 01/17/2002 -0800, you wrote: Is there some way to use alias in tomcat without apache? You could create a context with a path the same as your alias, and point the docbase to the correct location. Hope that helps, Mario- _

RE: Tomcat 4.0.1, Apache 1.3.22, Warp Connector and Loadbalancing

2002-01-15 Thread GOMEZ Henri
Tomcat 4.0.2 will support load balancing with mod_jk. Stay tuned - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE: Tomcat with Apache

2002-01-04 Thread Cressatti, Dominique
...I currently have apache 1.3.* connected to tomcat 4.0.1 with the warp connector. Works great. Great concept. How did you achieve that? is it on Linux or a different OS? Can you still serve static page as well as java pages? If yes could you show me your http.conf cos apart from getting

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Armbrust, Daniel C.
I ran into problems trying to do this as well - deploy a webapp through apache that was not in tomcats default location for serving webapps. I could not get an absolute path name to work - its a particularly nasty little bug - as when I put in an absolute path name, it not only wouldn't find it

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Ali Manji
: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy Date: Fri, 4 Jan 2002 10:51:58 -0600 I ran into problems trying to do this as well - deploy a webapp through apache that was not in tomcats default location for serving webapps. I could not get an absolute path name to work - its a particularly nasty

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Armbrust, Daniel C.
To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy Thanks Daniel for your reply. Yes, I experienced the exact same problem with the infinite loop and the error log being pumped full with the same error message. I think it would be a good idea to open up a bug report

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Ali Manji
: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy Date: Fri, 4 Jan 2002 11:24:20 -0600 That one I don't know. Sorry. Where should this bug be reported? Is there a separate group for the warp Connector? Or should it go to Apache, or just to Tomcat error places? -Original Message- From

Re: Tomcat with apache for virtual hosting

2001-12-23 Thread Nikola Milutinovic
John Clayton wrote: Hi Rakesh, From what I understand, you simply specify your context directives inside your VirtualHost tags as you would if you were running apache normally. Has anyone successfully connected a virtual host in Tomcat with that in Apache? What is the correct way?

Re: Tomcat with apache for virtual hosting

2001-12-22 Thread John Clayton
Hi Rakesh, From what I understand, you simply specify your context directives inside your VirtualHost tags as you would if you were running apache normally. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html John On Saturday, December 22, 2001, at 07:30 PM, rakesh

Re: Tomcat with apache for virtual hosting

2001-12-22 Thread rakesh
not affecting unless untill i don't restart the tomcat server Pls let me know abt this Rakesh - Original Message - From: John Clayton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 23, 2001 6:08 AM Subject: Re: Tomcat with apache for virtual hosting

Re: Tomcat with apache for virtual hosting

2001-12-22 Thread John Clayton
not affecting unless untill i don't restart the tomcat server Pls let me know abt this Rakesh - Original Message - From: John Clayton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 23, 2001 6:08 AM Subject: Re: Tomcat with apache for virtual hosting Hi

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Larry Isaacs
Which version of Apache? I think there was one version that wasn't happy with back slashes '\'. You could try forward slashes '/'. Larry -Original Message- From: Adi Naren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 8:01 PM To: [EMAIL PROTECTED] Subject: Tomcat

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Justin Rowles
Which version of Apache? I think there was one version that wasn't happy with back slashes '\'. You could try forward slashes '/'. AFAIK, all versions require use of / not \ which is treated as an escape character (as per Unix text specs). Oh, if only everyone would come over to the one

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Larry Isaacs
to use Apache's preference, '/'. Larry -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:02 AM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3, Apache 1.3.22, and Windows NT Which version of Apache? I think there was one

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Justin Rowles
I think from around Apache 1.3.12, it would tolerate back slashes in file names on Windows systems. I believe it may have been Apache 1.3.14 that had a bug such that drive letter:\rest of path wasn't recognized as being an absolute path and try to use it as a relative path. Still, it is

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Adi Naren
Users List' [EMAIL PROTECTED] Subject: RE: Tomcat 3.3, Apache 1.3.22, and Windows NT Date: Thu, 13 Dec 2001 07:45:51 -0500 Which version of Apache? I think there was one version that wasn't happy with back slashes '\'. You could try forward slashes '/'. Larry -Original Message- From

Re: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-12 Thread Galbayar
you must edit workers.properties file - Original Message - From: Adi Naren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 09:00 Subject: Tomcat 3.3, Apache 1.3.22, and Windows NT Hi, After configuring the necessary files in TOMCAT_HOME/conf and

Re: TOMCAT 4.0 + APACHE + AJP 1.3 : look at this.

2001-12-06 Thread vendo
and got my version of 1.3.22 + 4.0.1 + mod_jk + jdk1.3.1 working on a w2k platform -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 4:31 AM To: '[EMAIL PROTECTED]' Subject: RE: TOMCAT 4.0 + APACHE + AJP 1.3 : look

RE: Tomcat 3.3 apache configuration

2001-12-05 Thread Larry Isaacs
Does have the servlets. class file(jar files) in apache doc root literally mean putting jar files in Apache's DocumentRoot directory? Or, does it mean you want to turn Apache's DocumentRoot into a web application so it can serve servlets and JSP? Cheers, Larry -Original Message-

RE: Tomcat 3.3 apache configuration

2001-12-05 Thread anil soleti
Hi Larry, yes,i would like to turn Apache's DocumentRoot into a web application for servlets and JSP. Regards, vis --- Larry Isaacs [EMAIL PROTECTED] wrote: Does have the servlets. class file(jar files) in apache doc root literally mean putting jar files in Apache's DocumentRoot

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-12-01 Thread Gerard van Enk
BoD wrote: Ok I believe I need the latest nightly build of mod_webapp. I checked http://nagoya.apache.org/~pier/ but the problem is I can't build it myself (Windows). Is there a place where I could find the latest mod_webapp, compiled for windows ? IIRC you only need the java-part of

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-26 Thread BoD
don't have a solution ! BoD - Original Message - From: Daniel Rall [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: BoD [EMAIL PROTECTED] Sent: Monday, November 26, 2001 7:35 AM Subject: Re: Tomcat 4.0.1/Apache 1.3/Warp Connection BoD [EMAIL PROTECTED] writes: I tried

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-26 Thread Gerard van Enk
BoD wrote: I have a similar problem I think : My webapp is not in the webapp directory, but elsewhere on my hard drive. I configured the server.xml to indicate this information (Context path=/bod docBase=c:\tmp\bod ...). The /bod context works fine in tomcat standalone

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-26 Thread Daniel Rall
BoD [EMAIL PROTECTED] writes: You want to set CATALINA_BASE, not CATALINA_HOME -- CATALINA_HOME points to the location of your Tomcat 4 installation, while CATALINA_BASE points to the location your web apps are found in. I tried that, too but it changes nothing. Anyway, like I said in my

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-25 Thread BoD
I have a similar problem I think : My webapp is not in the webapp directory, but elsewhere on my hard drive. I configured the server.xml to indicate this information (Context path=/bod docBase=c:\tmp\bod ...). The /bod context works fine in tomcat standalone (http://localhost:8080/bod) but the

RE: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-25 Thread Mike Kelley
, 2001 4:19 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.1/Apache 1.3/Warp Connection I have a similar problem I think : My webapp is not in the webapp directory, but elsewhere on my hard drive. I configured the server.xml to indicate this information (Context path=/bod docBase=c:\tmp\bod

Re: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-25 Thread BoD
context !! BoD - Original Message - From: Mike Kelley [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, November 25, 2001 3:30 PM Subject: RE: Tomcat 4.0.1/Apache 1.3/Warp Connection What are your environment variables ... In the tutorial I used too install apache

RE: Tomcat 4.0.1/Apache 1.3/Warp Connection

2001-11-25 Thread Mike Kelley
Yeah once I read my posting .. I started to have doubts about that solution -Original Message- From: BoD [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 25, 2001 7:50 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.1/Apache 1.3/Warp Connection I tried to set CATALINA_HOME

Re: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-03 Thread Ilic Aleksandar
HI, I have posted several days ago the same question with same problem. I try today again to connect apache and tomcat and everything I got are errors in tomcat'log for Service Tocmat-Apache : 2001-11-03 15:22:46 [org.apache.catalina.connector.warp.WarpConnector] Connection from

Re: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-03 Thread Ilic Aleksandar
Hi, I found some solution that works for me. I make link in apache document dir that points to dir of some tomcat app and it works fantasticly:)) ln -s $TOMCAT_HOME/webapps/examples /var/www/html/examples Ilic Aleksandar

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Xavier NOPRE
In fact, it is running. Tomcat must be started before apache. BUT: - http://localhost/examples/ : I can see the index of the directory - http://localhost/examples/jsp/ : I can see the page index.html with the different JSP examples - http://localhost/examples/jsp/num/numguess.jsp : the browser is

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Xavier NOPRE
: Friday, November 02, 2001 12:43 PM Subject: Re: Tomcat 4.0.1 + Apache 1.3.22 In fact, it is running. Tomcat must be started before apache. BUT: - http://localhost/examples/ : I can see the index of the directory - http://localhost/examples/jsp/ : I can see the page index.html

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Pier Fumagalli
Xavier NOPRE at [EMAIL PROTECTED] wrote: WebAppDeploy examples conn C:\Program Files\Apache Tomcat 4.0\webapps\example Try with WebAppDeploy examples conn /examples You got it the way around. Pier -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-02 Thread Doina Popa
: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Doina Popa [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 2. November 2001 17:34 An: 'Tomcat Users List' Betreff: RE: Tomcat 4.0/Apache 1.3.22

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
PS I am clueless on this one guys. -- Someone did a study of the three most-often-heard phrases in New York City. One is Hey, taxi. Two is, What train do I take to get to Bloomingdale's? And three is, Don't worry. It's just a flesh wound. -- David Letterman -- To

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread Pier Fumagalli
JS at [EMAIL PROTECTED] wrote: Okay I'm desparate. I need help. You guys have been great, but here's my deal: I have set up Tomcat 4.01 to serve jsp alongside apache. I'm trying to deploy an app that uses jdbc connections to mysql. I know the connections work, but I am having a problem

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
Maybe I should explain it a little better: My Set up: server.xml only has a service declared for apache mod_webapp. no stand alone. apache has WebAppDeploy for the application I want to be able to run the app from a directory under my apache doc root so I have my files under there

RE: Tomcat vs. Apache/Tomcat

2001-10-26 Thread Kemp Randy-W18971
If you look into the Tomcat archives, this was answered a few days ago. But to recap, some reasons for running Apache with Tomcat: 1. Apache can handle static pages better (plain HTML). 2. Apache has great security and logging capacities. 3. Apache can handle applications in other languages,

RE: Tomcat vs. Apache/Tomcat

2001-10-26 Thread Mangi, Rick
If you look back through the list archives I think you'll find this topic has been beaten to death several times. -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 2:03 PM To: [EMAIL PROTECTED] Subject: Tomcat vs. Apache/Tomcat Can

Re: Tomcat behind apache - probabaly a FAQ but I *did* RTFM :)

2001-10-03 Thread Peter Schuller
The interface between Apache and Tomcat is provided by mod_webapp.so. Have a look through the archives and check the Tomcat pages on http://jakarta.apache.org. The configuration of virtual domains happens in Apache and mod_webapp.so automatically configures Tomcat. Thanks! Will do. /

Re: Tomcat 4.0 Apache with Client Certs

2001-09-26 Thread Ricardo
, September 25, 2001 10:13 PM Subject: Re: Tomcat 4.0 Apache with Client Certs On Tue, 25 Sep 2001, Ricardo wrote: Date: Tue, 25 Sep 2001 12:54:45 +0200 From: Ricardo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache with Client Certs I'm using

Re: Tomcat 4.0 Apache with Client Certs

2001-09-26 Thread jean-frederic clere
Subject: Re: Tomcat 4.0 Apache with Client Certs On Tue, 25 Sep 2001, Ricardo wrote: Date: Tue, 25 Sep 2001 12:54:45 +0200 From: Ricardo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache with Client Certs I'm using Tomcat 4.0 b5

Re: Tomcat 4.0 Apache with Client Certs

2001-09-25 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Scenario I have apache passing any calls to servlets through to Tomcat 4 via the mod_webapp connector. My Server certificate and my client certificates work fine to allow specific users onto the system. ProblemProblemProblemProblemProblem

Re: Tomcat 4.0 Apache with Client Certs

2001-09-25 Thread Matias Bahlenberg
Hi, I have tried to get the client certificate information too, but with no success. I use Apache 1.3.19 with Tomcat 4.0. I have been told that when using a connector with Apache mod_ssl it is essential to specify SSLOptions +StdEnvVars +ExportCertData. Otherwise mod_ssl will not produce

Re: Tomcat 4.0 Apache with Client Certs

2001-09-25 Thread Ricardo
Universitat Jaume I - Original Message - From: Matias Bahlenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:23 AM Subject: Re: Tomcat 4.0 Apache with Client Certs Hi, I have tried to get the client certificate information too, but with no success. I use Apache

Re: Tomcat 4.0 Apache with Client Certs

2001-09-25 Thread Craig R. McClanahan
On Tue, 25 Sep 2001, Ricardo wrote: Date: Tue, 25 Sep 2001 12:54:45 +0200 From: Ricardo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache with Client Certs I'm using Tomcat 4.0 b5 standalone with client authentication. In this situation

Re: Tomcat vs. Apache

2001-09-20 Thread Matt Hudson
Hello, For one data point, I am on a project using Tomcat4-b7 (haven't admitted latest Tomcat into project yet) and seeing pretty good performance. Under a constant load from 3 machines running an automated abuse test against a dual PIII-733, tomcat delivered 140page/sec avg. for about a million

Re: Tomcat vs. Apache

2001-09-20 Thread simon colston
Hello, I've just been reading about the new I/O api in Java 1.4. If it is as good as it looks, Tomcat wont need Apache at all in the near future. Tomcat should be able to deliver static pages efficiently enough on its own. Very exciting. Can't wait for the Java 1.4 version of Tomcat.

Re: Tomcat before Apache

2001-08-20 Thread Roberto B.
Stop! Stop!.. I wanted to say that I'm the Root user !! - Original Message - From: Pier P. Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 17, 2001 6:56 PM Subject: Re: Tomcat before Apache Guys. If you wanted to scare the hell out of me, you succeeded

RE: Tomcat and Apache, can't get it up and running

2001-08-20 Thread gero
Hi, I tried to access the JSP by using the fullpath (localhost/examples/jsp/colors/colrs.jsp) but then the log file reports [Mon Aug 20 10:24:22 2001] [error] [client 127.0.0.1] File does not exist: /var/www/html/examples/jsp/colors/colrs.jsp I'm afraid that I made some other change also

RE: Tomcat and Apache, can't get it up and running

2001-08-20 Thread Rob S.
Hi, I tried to access the JSP by using the fullpath (localhost/examples/jsp/colors/colrs.jsp) but then the log file reports [Mon Aug 20 10:24:22 2001] [error] [client 127.0.0.1] File does not exist: /var/www/html/examples/jsp/colors/colrs.jsp I'm afraid that I made some other change also

Re: tomcat and apache jsp execution

2001-08-20 Thread Dmitri Colebatch
Are you getting anything in the mod_jk log when doing a request? Another thing - if you're getting source I might guess that you have DocumentRoot=tomcatDirectory/webapps/ROOT? I'm sure that probably can work, but then you've got two web servers both serving content from one directory, and it

RE: Tomcat and Apache, can't get it up and running

2001-08-19 Thread Rob S.
Hi Gero, - Accessing JSP pages by connection to port 8080 (TomCat) works fine - Accessing plain HTML via port 80 (Apache web server) is also no problem. Ok, this is a good start =) When I try to access the examples I get the following messages in the apache log [Sun Aug 19 17:33:14 2001]

RE: tomcat 3.2.3 apache 1.3.20 integartion problem in solaris 7

2001-08-17 Thread Rob S.
I believe there is a readme included with the distrbution? If not, check the documentation on the Jakarta Tomcat website. http://jakarta.apache.org/tomcat/index.html - r -Original Message- From: Chockalingam.S [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 12:34 AM To:

RE: Tomcat before Apache

2001-08-17 Thread Martin van den Bemt
If you created the bash script not in vi, but eg adjusted stuff in write and saved it, you need to fix the lineendings.. (there is a util for that which was added again on rh7.1, but I forgot the name).. You can test if this is the problem by moving the script to eg tomcat_old do a vi tomcat and

Re: Tomcat before Apache

2001-08-17 Thread David Cassidy
dos2unix ... Or use vi ... Martin van den Bemt wrote: If you created the bash script not in vi, but eg adjusted stuff in write and saved it, you need to fix the lineendings.. (there is a util for that which was added again on rh7.1, but I forgot the name).. You can test if this is the

Re: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
Roberto B. at [EMAIL PROTECTED] wrote: I use Linux/Debian as root, Apache 1.3 and Tomcat 4 b6 I want to start automatically Tomcat before Apache. I made this things : 1) I created this script named tomcat: #! /bin/sh TOMCAT_HOME=/usr/tomcat4b6 # Test tomcat.sh if [ ! -x

Re: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
Guys. If you wanted to scare the hell out of me, you succeeded... ARE WE GOING TO SUGGEST TO OUR USERS TO RUN TOMCAT AS ROOT? ARE YOU ALL NUTS? Ok, it's good code, but I wouldn't trust not even my mother with root access on my machine... Starting it from the RC scripts will mean that TOMCAT is

RE: Tomcat and Apache

2001-08-10 Thread Mills, Theo
Bob, I think if you don't have to go explicitly through port 8080, then they're working together. -Original Message- From: Bob Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: Tomcat and Apache How can you tell if you have both

RE: Tomcat and Apache

2001-08-03 Thread Sigurður Reynisson
From the user guide at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html 1. Tomcat is not as fast as Apache when it comes to static pages. 2. Tomcat is not as configurable as Apache. 3. Tomcat is not as robust as Apache. 4. There are many sites with long time investment

Re: Tomcat and Apache

2001-08-03 Thread Pier P. Fumagalli
Sigurður Reynisson at [EMAIL PROTECTED] wrote: From the user guide at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html 1. Tomcat is not as fast as Apache when it comes to static pages. This is correct... 2. Tomcat is not as configurable as Apache. I don't know

Re: Tomcat and Apache

2001-08-03 Thread Pier P. Fumagalli
Gustavo Mejia at [EMAIL PROTECTED] wrote: Hi ! Hello everybody, I have an other newbie and maybe dumb question, I was reading that Tomcat also has a Webserver functionality, is it right ?? I think it is , well, why I is good to install it on Apache server, which is the main advantage ?

Re: TOMCAT and Apache

2001-08-03 Thread Beth Kelly
The apache server is a more robust server, and therefore should be used for static pages. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: alexus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 10:20 AM Subject: TOMCAT and

Re: Tomcat 4 / Apache connecter (Was: Tomcat 4.0 stability, etc.)

2001-08-01 Thread chris brown
I'd like to move over to Tomcat 4, but I'm waiting for two things to become available: 1. Apache webapp connecter 2. Possibility to run Tomcat as an NT Service As I understand it, Pier might be able to give an idea of when this connector will be stable (shouldn't have anything to do with

RE: Tomcat and Apache, very newbie question !

2001-08-01 Thread Jeff Rancier
Apache is an HTTPD, where Tomcat is a servlet container (engine). -Original Message- From: Gustavo Mejia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: Tomcat and Apache, very newbie question ! Hello, Could some one, give a brief

RE: Tomcat and Apache, very newbie question !

2001-08-01 Thread Michael Wentzel
Apache is an HTTPD, where Tomcat is a servlet container (engine). Actually, Tomcat is also a httpd although not quite a effecient of a daemon as Apache, hence why it can also serve static content. Could some one, give a brief explanation about why to use Apache and Tomcat Together ?? what

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-19 Thread Mark Dzmura
Jeff: Thanks for replying. We had stumbled onto them and incorporated their stuff into our attempt to get it working, to no avail. We are running on a stock Redhat 7.1 kernel. If you are running anything else, perhaps there is an issue with the pthread lib? Redhat 7.0 had lots of lib issues.

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-19 Thread Jeff Hoare
Hi Mark, Yes thanks for that I did get the mail from your accomplice :-). I tried a few options except the obvious :-). I even found a declaration of the aforementioned function but couldn't find the definition (its declared in /usr/include/bits/sigthread.h. Thansk very musch for the help

Re: tomcat and apache on different machines

2001-07-18 Thread Gary Dale
I'd imagine - haven't tried it myself - that you should set it up as if the two were running on the same machine but use the UNC paths everywhere you need to connect Apache to Tomcat. That includes not only the hosts but also the workers and references to the Tomcat server in general. Nick

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Adam Fowler
Hi, AFAIK (memory lapses are usual!) WARP is for apache 2.0 mod_webapp is for 1.3.x Install instructions are in server.xml. You'll need to do something special to apache, it is detailed in server.xml I'm having this trouble too, and I need to write a chapter on the damned thing! Adam.

RE: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Thom Park
Mark, there is a forthcoming release of the mod_webapp (hopefully this Thursday) that should be much more stable than the current mod_webapp (tc4-b5). To avoid further frustration - I'd recommend waiting for that release and then retry -Thom -Original Message- From: [EMAIL

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Mark Dzmura
Adam: Thanks for the info. We will await the new version of mod_webapp, but I'm hard pressed to see how it is at fault. If the DefaultServlet can successfully hand content back to Apache via mod_webapp, why can't the JSP servlet do so also?? Logically the problem would appear to be elsewhere.

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Jeff Hoare
Hi, I don't know if you have came across this or not but in the tomcat directory src/connectors/doc there is a warp.html page, as well as an apache1.3.html that may help. So how did u get the mod_webapps.so library to work. Whenever, I build and try to run it I get a pthread_sigmask unresolved

Re: Tomcat 4.0 Apache Connector

2001-06-10 Thread James Williamson
Hi Ryan, This is actually mentioned on the tomcat-dev list, you need to modify your Makefile in apache-1.3, you need to add a -lpthread library parameter entry, changing @$(APXS) -c $(APXSFLAGS) mod_webapp.so to @$(APXS) -c $(APXSFLAGS) -pthread mod_webapp.so. I would send you a diff although

RE: Tomcat 4.0 Apache Connector

2001-06-10 Thread ryan.roemmich
I followed your instructions and now I get this message upon Apache startup: undefined symbol: mm_create -Original Message- From: James Williamson [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 1:29 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache Connector Hi Ryan

Re: Tomcat 4.0 Apache Connector

2001-06-08 Thread Bernhard Wraase
Take a look at jakarta-tomcat-connectors. I'd like to, There is a ajp13 port to Tomcat 4.0 which will let you use Apache/NES/IIS with TC 4.0 :) but where can I find it? -- Regards, Bernhard

RE: Tomcat 4.0 Apache Connector

2001-06-08 Thread GOMEZ Henri
-Original Message- From: Bernhard Wraase [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 5:20 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache Connector Take a look at jakarta-tomcat-connectors. I'd like to, There is a ajp13 port to Tomcat 4.0 which will let you use

RE: Tomcat 4.0 Apache Connector

2001-06-07 Thread Winer, Matthew
OK well nevermind my last post. I have given up with IIS. I have no use for it. (I hope) I got everything work except... I am trying to get tomcat to respond to a different IP other then localhost or the localhost address. I know this can be done in IIS but I am looking for a way to get

RE: Tomcat 4.0 Apache Connector

2001-06-07 Thread GOMEZ Henri
Take a look at jakarta-tomcat-connectors. There is a ajp13 port to Tomcat 4.0 which will let you use Apache/NES/IIS with TC 4.0 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

Re: Tomcat and Apache on diffenet machines

2001-05-29 Thread David Cassidy (Programmer)
Title: Re: Tomcat and Apache on diffenet machines OK Kumar here goes ! Machine 1 the application server doesn't need mod_jk. mod_jk is an apache thing. in your workers.properties have you got a workers.list=ajp13 ? Are you sure that mod_jk _has_ loaded ? Because I wouldn't expect

Re: Tomcat and Apache on diffenet machines

2001-05-27 Thread Kumar Vijayaratnam
David, Can you state what needs to be implemented on machine1 and machine2, I have posted another query the contents of which I have pasted below:- I am trying to configure two separate machines one with Tomcat 3.2.1 and another with apache with mod_jk The config is as follows:- Machine1:

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread Kumar Vijayaratnam
Michael, Did you ever get an answer to this question.. I also posted a similar question but have never received an answer. Regards Kumar Wolle wrote: Hello all, Is it possible to use Apache with mod_jk to a extrenal Tomcat ? I have found something like this for the mod_jserv (to insert in

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread David Cassidy (Programmer)
Title: Re: Tomcat and Apache on diffenet machines Yup this is possible and if you are using the loadbalancing module ( so you can have more than 1 tomcat for your apache(s) to talk to) essential in workers.properties you should find something like ... worker.ajp12.port=8007

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread François Andromaque
Vijayaratnam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 3:58 PM Subject: Re: Tomcat and Apache on diffenet machines Michael, Did you ever get an answer to this question.. I also posted a similar question but have never received an answer. Regards Kumar Wolle wrote

RE: Tomcat 4/Apache combination

2001-05-17 Thread Bruno Crapart
The same for me ! I am confident with Jakarta But i encounter one problem below : A Servlet Exception Has Occurredorg.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\bin\..\work\localhost\egc\carriersite\code_jsp.java:62: Incompatible type for method. Explicit cast

RE: Tomcat 3.2.1 + Apache 1.3.19 + Win2k

2001-05-16 Thread David La Motta
tomcat.log doesn't exist. Tomcat is supposed to be listening on port 8080. The only other thing that I have running is Apache, which is listening on port 80. // David From: Amer Mallah Subject: RE: Tomcat 3.2.1 + Apache 1.3.19 + Win2k

RE: TOMCAT and APACHE

2001-04-27 Thread Altu Altnta (Ko.Net)
Did u enable mod_so module for your apache ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 5:18 PM To: [EMAIL PROTECTED] Subject: TOMCAT and APACHE Hi experts, I have some problems in integrating TOMCAT and APACHE like it is

RE: TOMCAT and APACHE

2001-04-27 Thread Craig O'Brien
Hello, I don't use mod_jserve but use mod_jk.so which is faster. However, Perhaps your new directory was created by root and the apache group needs to be given access explicitly. Just a thought. Regards, Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Re: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Sam Newman
It can (see the Apache-tomcat readme in the tomcat distro), but it is strongly suggested that you use mod_jk tomcat instead of using JServ as it has less bugs, is faster, and I believe is also better maintained. sam - Original Message - From: "Tassilo Pilati" [EMAIL PROTECTED] To:

Re: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Wolle
Hello, yes, you're right, the Protocol ajp13 supports the SSL protocol better (relating to the methode request.isSecure() ). But this SSL and URL Rewriting is a Bug , see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=578 This has been fixed in the last csv release, and will hoply be fixed

Re: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Sam Newman
- Original Message - From: "Tassilo Pilati" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 1:27 PM Subject: AW: Tomcat with Apache/URLRewritting and mod_rewrite But SSL has nothing to do with my problem. The problem I have is that when

Re: tomcat without apache logging security

2001-04-05 Thread sgoni
Thanks, it works fine like that :-) On Tuesday 03 April 2001 10:47, [EMAIL PROTECTED] wrote: I would like to log all the queries to the database in logs/servlet.log. I put the verbosityLevel to DEBUG which didn't seem to have an effect on the logfile (it only logs the init calls). In

<    1   2   3   4   5   >