AW: Start/shut down Tomcat/Apache automatically

2002-08-02 Thread Ralph Einfeldt
:[EMAIL PROTECTED]] Gesendet: Freitag, 2. August 2002 09:53 An: '[EMAIL PROTECTED]' Betreff: Start/shut down Tomcat/Apache automatically I would like to know if it is possible to start Apache and Tomcat without asking to the client (consumer) to do it. At the first request (http://localhost/toto

problems using tomcat/apache with htdig and German Umlaute

2002-08-02 Thread Bührle, Martin, FCI1
Hi List! We have a problem using a tomcat-servlet together with apache / mod_webapp-WARP-Connector and htdig-integration. Everything works well, but when we are using german Umlaute (ä, ü, ...) in a search-request and have several result-pages we cannot change from page 1 to page

AW: problems using tomcat/apache with htdig and German Umlaute

2002-08-02 Thread Ralph Einfeldt
http://www.uptime-isc.de -Ursprüngliche Nachricht- Von: Bührle, Martin, FCI1 [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 2. August 2002 11:35 An: '[EMAIL PROTECTED]' Betreff: problems using tomcat/apache with htdig and German Umlaute 2) try to reach the second result-page via

AW: problems using tomcat/apache with htdig and German Umlaute

2002-08-02 Thread Ralph Einfeldt
]] Gesendet: Freitag, 2. August 2002 11:35 An: '[EMAIL PROTECTED]' Betreff: problems using tomcat/apache with htdig and German Umlaute 2) try to reach the second result-page via GET -statement, german Umlaute are not encoded any more. This seems to be the problem! example: 53.146.60.219

RE: Start/shut down Tomcat/Apache automatically

2002-08-02 Thread Turner, John
If neither is started, what service is listening on port 80 to receive the first request? John Turner [EMAIL PROTECTED] -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 3:53 AM To: '[EMAIL PROTECTED]' Subject: Start/shut down Tomcat

RE: Questions about web solution based on Tomcat Apache.

2002-07-22 Thread Turner, John
PROTECTED]] Sent: Saturday, July 20, 2002 4:56 AM To: 'Tomcat Users List' Subject: RE: Questions about web solution based on Tomcat Apache. Hi again John. Is it possible for Apache and Tomcat to share the same web root, i.e. Tomcat's /webapp and Apache's /webapp are both mapped to the same file

Questions about web solution based on Tomcat Apache.

2002-07-19 Thread Ola Theander
Dear subscribers. I have two questions about using Tomcat 4.x Apache 2.x as a base for web application development: 1) A solution typically consists of html, jsp pages and servlets. Is it possible to store html, jsp and servlets based on the logical structure of the solution and have Tomcat

RE: Questions about web solution based on Tomcat Apache.

2002-07-19 Thread Turner, John
implementation (mod_webapp) does not differentiate between static and dynamic content. It may in the future. I hope it does, though I've had zero problems with mod_jk on both tomcat 3 and 4. With mod_webapp, all content is served by tomcat, apache is not involved except as a request receiver. John

RE: Questions about web solution based on Tomcat Apache.

2002-07-19 Thread Ola Theander
19 juli 2002 14:09 To: 'Tomcat Users List' Subject: RE: Questions about web solution based on Tomcat Apache. 1) Yes. Tomcat can serve images and HTML, that is the purpose of the Coyote HTTP connector, which is installed with tomcat by default. It was on my installations. 2

RE: Questions about web solution based on Tomcat Apache.

2002-07-19 Thread Turner, John
' Subject: RE: Questions about web solution based on Tomcat Apache. Hi John. Thanks for your answer. Unfortunately I'm not sure that I understand you completely. Regarding your answer to question 1, I want Apache to serve html, image and other static content while Tomcat processes the dynamic content

Re: Tomcat Apache no success,

2002-06-30 Thread Joel Rees
Im having problems getting Apache to work with Tomcat. AS in,, are they supposed to both go on Port 80 I don't think so. It seems to me like I remember something about putting tomcat up at 8080 or so when having apache front-end the non-java stuff. If you want to run tomcat standalone at

Re: tomcat-apache with webapp connector

2002-06-11 Thread @Basebeans.com
Subject: Re: tomcat-apache with webapp connector From: Bruno V [EMAIL PROTECTED] === You asked for pointer : here they are : http://bruno.vernay.free.fr/HowTo/Apache-tomcat/bWebServer/references.html Good luck ! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: tomcat-apache with webapp connector

2002-06-11 Thread Stanish, Brian
. conn / WebAppInfo /webapp-info /IfModule in server.xml: !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5

Re: Tomcat/Apache/mod_webapp *bump*

2002-06-10 Thread Adrian
warpConnection warp localhost:8008 WebAppDeploy 404th warpConnection /404th/ /VirtualHost - Original Message - From: Catherine Shepherd [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, June 09, 2002 11:54 PM Subject: RE: Tomcat/Apache/mod_webapp *bump* Hi, We've done

tomcat-apache with webapp connector

2002-06-10 Thread Stanish, Brian
I am using Tomcat 4.0.3 with Java SDK 1.4.0 along with Apache 1.3.24. These are all running on a RedHat 7.2 box on which I do have root access. I have followed the readme and install files and managed to get Tomcat working standalone. Then I installed mod_webapp as a shared object for Apache

Re: tomcat-apache with webapp connector

2002-06-10 Thread Jean-Luc BEAUDET
, according, obviously, to the Deployment done. About the deployment, i was talking of the part dedicated to Tomcat-Apache which is handled in your case by mod_webapp on server 127.0.0.1 ( hum, yu can forget it assuming that it is the default...) on port 8008. So that each Host and Context

RE: tomcat-apache with webapp connector

2002-06-10 Thread Thébault, Médérick
Hello, Es tu français? -Message d'origine- De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Envoyé : lundi 10 juin 2002 17:37 À : Tomcat Users List Objet : Re: tomcat-apache with webapp connector Stanish, Brian a écrit : I am using Tomcat 4.0.3 with Java SDK 1.4.0 along with Apache

RE: tomcat-apache with webapp connector

2002-06-10 Thread Stanish, Brian
Thanks for the info. Let me clarify a few things. So try first to execute sample codes from the /examples deployement and look if it goes right. You can see it too in $TOMCAT_DIR/work/127.0.0.1/ directory. The example servlets and JSP's work fine, but they are in the tomcat root. I want to be

Re: tomcat-apache with webapp connector

2002-06-10 Thread Joseph Molnar
I've seen some other examples for config files (http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_06.jsp) that say to have Apache send *all* requests over to Tomcat, but that defeats the purpose of having Apache so that *it* will be in charge of serving my static files along

RE: Tomcat+Apache

2002-06-09 Thread Lee Chin Khiong
TRY THIS LINK http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp -Original Message- From: Vico Palomino, José Antonio [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 6:44 PM To: 'Tomcat Users List' Subject: Tomcat+Apache Importance: High Hello! My

RE: Tomcat/Apache/mod_webapp *bump*

2002-06-09 Thread Catherine Shepherd
=0 Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=1 maxProcessors=50 scheme=http enableLookups=true appBase=webapps acceptCount=10 debug=0/ Engine className

Tomcat/Apache/mod_webapp

2002-06-08 Thread Catherine Shepherd
Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=1 maxProcessors=50 scheme=http enableLookups=true appBase=webapps acceptCount=10 debug=0/ Engine className

RE: Tomcat/Apache/mod_webapp

2002-06-08 Thread Catherine Shepherd
thanks, James and Catherine -Original Message- From: Catherine Shepherd [mailto:[EMAIL PROTECTED]] Sent: 09 June 2002 00:56 To: tomcat user Subject: Tomcat/Apache/mod_webapp -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat+Apache

2002-06-07 Thread Vico Palomino, José Antonio
Hello! My english is bad, sorry. I need integrated Tomcat with Apache. :-? Please help! PD: si alguien sabe como integrar Tomcat bajo apache con una RedHat que me eche un cablecito, por favor. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Tomcat+Apache

2002-06-07 Thread chris . karema
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html -Original Message- From: Vico Palomino, José Antonio [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 11:44 To: 'Tomcat Users List' Subject: Tomcat+Apache Importance: High Hello! My english is bad, sorry. I need integrated

Authentication with Tomcat + Apache

2002-05-31 Thread Markus Kirsten
What would be the best sollution if I have resources (non-HTML like movies etc.) which I want to protect with a custom made authentication? I have a servlet which takes care of my authentication and I want this servlet to be able to either grant or permit access to a resource based on wheter

Re: Authentication with Tomcat + Apache

2002-05-31 Thread Phillip Morelock
What would be the best sollution if I have resources (non-HTML like movies etc.) which I want to protect with a custom made authentication? use Servlets. serve binary data as the output stream instead of text/html . You can authenticate and do all your other ok, is this person authorized,

Re: Authentication with Tomcat + Apache

2002-05-31 Thread Markus Kirsten
Thank you. This was exactly what I was looking for. I thought that by opening a file for a servlet and then returning it like a stream to the client whould take too much resources but it also seemed like the only way I could whink of except for some kind of HTTP Authentication. But I haven't

Re: Authentication with Tomcat + Apache

2002-05-31 Thread Phillip Morelock
By the way, do you think that it's best to have the protected files on my Apache server with HTTP Authentication with a login/pass what Tomcat is aware of so Tomcat can get the resource and then send it to the user or is it better to have the files inside WEB/INF for example? I have both

Tomcat, Apache JBoss

2002-05-30 Thread Rafal Kedziorski
Hallo, has somebody make experiences with Tomcat, Apache JBoss on W2K? I found some installation guides for installing this software under Unix. Works this on W2K too? Best Regards, Rafal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Tomcat, Apache JBoss

2002-05-30 Thread Steven J. Owens
On Thu, May 30, 2002 at 10:58:19PM +0200, Rafal Kedziorski wrote: has somebody make experiences with Tomcat, Apache JBoss on W2K? I found some installation guides for installing this software under Unix. Works this on W2K too? Making tomcat work on windows is deceptively simple

Anyone have tried using Tomcat/Apache/mod_jserv.sl on AIX 5L

2002-05-30 Thread Anil Samudrala
Hi, I have tried following stuff on AIX 4.3.3 system using JDK 1.3.0 and it works fine: Tomcat 3.2 Apache and mod_jserv.sl built on AIX 4.3.0.0 Now before I try the above stuff on AIX 5.1 machine, I want to know if there are any compatibilty issues. I could not find

Urgent: can not connect tomcat-apache web server because too many open files

2002-05-23 Thread DC Yin
Hi, everyone, I run application that need to connect tomcat-apache web server. But I meet the problem as the following: Exception in: R(/LiveAlarmDisplay + /servlet/LiveAlarmDisplay + null) - org.omg.CORBA.INITIALIZE: java.net.SocketException: Too many open files minor code: 0 completed

tomcat-apache

2002-05-21 Thread David Janssens
Is anybody could have the kindness to tell me which version of tomcat, tomcat-connector and apache (httpd and 2.0.36 is preferred) may I use to make they work together. Please, help me, I will be soon deseperated. I tried apache 2.0.36, tomcat-4.0.3 and connectors 4.0.2-01 and 4.0.4-b3. So I

Re: tomcat-apache

2002-05-21 Thread Cammy Ng
Hi, On window environment, apache1.3.24, ajp13, tomcat4.0.3 and jdk1.4.0 should work no problem except if the load is heavy (I believe there is bugs on the connector) it will use up 100% after the all process hang. I think this is not a solid solution to use tomcat-apache on windows if the site

Re: Website for Tomcat/Apache Integration...

2002-05-18 Thread Ben Walding
The flashguides on this site are fairly good at explaining how to setup a variety of different configurations. http://www.galatea.com/flashguides/index Ben Rometsch wrote: Hi There, Is there a website out there that I have yet to find that details common setups for Tomcat/Apache/Linux

Re: Website for Tomcat/Apache Integration...

2002-05-17 Thread @Basebeans.com
Subject: Re: Website for Tomcat/Apache Integration... From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) or mod_jk I will try to keep it up to date on http://bruno.vernay.free.fr/HowTo/Apache-tomcat

RE: Website for Tomcat/Apache Integration...

2002-05-16 Thread Ben Rometsch
of tomcat, 1 for each host? Ben -Original Message- From: Chris Herrmann [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 02:14 To: 'Tomcat Users List' Subject: RE: Website for Tomcat/Apache Integration... perhaps the abundance of information is confusing... in ten words or less, all you need

Tomcat-Apache problem

2002-05-15 Thread Rajesh Mishra
Hi, I'm using Tomcat3.2 and mod_jk to connect to Apache1.3.12. On putting stress with 40 clients , the site becomes inaccessible after 30 mins.The mod_jk.log file size started to increase with following error message. [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61

Re: Tomcat-Apache problem

2002-05-15 Thread Cammy Ng
try lower the Timeout and KeepAliveTimeout on http.conf - Original Message - From: Rajesh Mishra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 12:37 AM Subject: Tomcat-Apache problem Hi, I'm using Tomcat3.2 and mod_jk to connect to Apache1.3.12. On putting

tomcat/apache http https on same server

2002-05-15 Thread walt
We have an Apache 1.3 web server which handles both http and https traffic. All http pages are standard html, while all https pages are handled by tomcat/apache. Is there a way I can restrict tomcat or apache to only use the jsp pages if the request is https? I would disable 443 on apache

Website for Tomcat/Apache Integration...

2002-05-15 Thread Ben Rometsch
Hi There, Is there a website out there that I have yet to find that details common setups for Tomcat/Apache/Linux ? I cant seem to find any coherent information on this at all. I've been reading and reading and reading (especially about connectors) and I'm still confused... I'd be happy to set

RE: Website for Tomcat/Apache Integration...

2002-05-15 Thread Chris Herrmann
PROTECTED]] |Sent: Thursday, 16 May 2002 09:44 |To: [EMAIL PROTECTED] |Subject: Website for Tomcat/Apache Integration... | | |Hi There, | |Is there a website out there that I have yet to find that |details common |setups for Tomcat/Apache/Linux ? I cant seem to find any coherent |information

RE: Website for Tomcat/Apache Integration...

2002-05-15 Thread Jonathan Shipley
: Website for Tomcat/Apache Integration... perhaps the abundance of information is confusing... in ten words or less, all you need to do is: Setup apache, and get it to load mod_jk , and the mod_jk.conf Setup tomcat, edit mod_jk.conf, and a workers.properties Restart apache, and you should

Is Tomcat-Apache server Engine's appBase parameter irrelevant?

2002-05-07 Thread Jeff
I've been experimenting all morning trying to get Tomcat (4.03) + mod_webapp with Apache (1.3.19) to deploy apps ANYWHERE besides /usr/local/tomcat/webapps to no avail. From what I can tell, the Engine config block seems to be completely ignoring the appBase parameter. At first, I thought it was

Tomcat Apache 2 howto

2002-05-03 Thread Chris Shen HOTMAIL
I've been able to successfully integrate tomcat 3 and 4 with Apache 1.3 using mod_jk. However, I have not been able to get either one of them to work with the latest Apache 2. I am just wondering if someone can perhaps provide some pointers to my problem. I am running on win NT/2k. Thanks!

RE: Tomcat Apache 2 howto

2002-05-03 Thread Abraham Fathman
Chris, What is your problem? Are you getting an error message? Perhaps in any logs? Thanks, Abe -Original Message- From: Chris Shen HOTMAIL [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 3:37 AM To: [EMAIL PROTECTED] Subject: Tomcat Apache 2 howto I've been able

RE: Tomcat Apache 2 howto

2002-05-03 Thread Tim Cronin
http://www.acg-gmbh.de/mod_jk/ -Original Message- From: Chris Shen HOTMAIL [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 2:37 AM To: [EMAIL PROTECTED] Subject: Tomcat Apache 2 howto I've been able to successfully integrate tomcat 3 and 4 with Apache 1.3 using mod_jk. However

Re: Tomcat Apache 2 howto

2002-05-03 Thread Chris Shen
that screen? Chris - Original Message - From: Abraham Fathman [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, May 03, 2002 12:40 AM Subject: RE: Tomcat Apache 2 howto Chris, What is your problem? Are you getting an error message? Perhaps in any logs

Tomcat-Apache Directory Structure for jsp pages

2002-05-03 Thread Helferty, Richard (FUSA)
For Apache to server jsp pages via Tomcat should I include the following directory structure in my Apache Virtual Host Directory /onjava /onjava/WEB-INF /onjava/WEB-INF/classes /onjava/WEB-INF/lib thanks in advance ** This

RE: Tomcat Apache 2 howto

2002-05-03 Thread Abraham Fathman
Try running it from a dos prompt -Original Message- From: Chris Shen [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 1:13 PM To: Tomcat Users List Subject: Re: Tomcat Apache 2 howto hey, well, for some reason, my apache 2 skips the error message window. unlike my apache 1, when

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-29 Thread Ken Anderson
:8008 WebAppInfo /webapp-info WebAppDeploy../../../../webapp conn/webapp /VirtualHost CATALINA.OUT FILE:: Stopping service Tomcat-Standalone Stopping service Tomcat-Apache root@diablo:/opt/abilizer/framework/rt/tomcat_4-more logs/catalina.out Starting service

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Kevin HaleBoyes
] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: tomcat/apache with ALIASES (Was canonical names) Date: Thu, 25 Apr 2002 09:50:22 -0700 First of all, I am very proficient with DNS; that was not the question. I want users who go to http://name.domain/webapps to have the same

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Ken Anderson
: Thursday, April 25, 2002 2:02 PM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES (Was canonical names) Does something like this work? - NameVirtualHost 192.168.1.1 VirtualHost 192.168.1.1 ServerName blah1.blah.com DocumentRoot /blah WebAppConnection conn warp

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Ken Anderson
access methods. Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:02 PM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES (Was canonical names) Does something like this work? - NameVirtualHost 192.168.1.1

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Brian Bernardo
Can you send me your httpd.conf file then, because I still get the same problem following your suggestion below. Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:28 AM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Ken Anderson
wrote: Can you send me your httpd.conf file then, because I still get the same problem following your suggestion below. Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:28 AM To: Tomcat Users List Subject: Re: tomcat/apache

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Brian Bernardo
. WebLogic can do it, even back with 5.0!! Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:46 AM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES (Was canonical names) This works on Apache 1.3.22 on RedHat Linux, using

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Ken Anderson
is the ServerName. This sucks. This is a terribly lame limitation with tomcat. WebLogic can do it, even back with 5.0!! Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:46 AM To: Tomcat Users List Subject: Re: tomcat/apache

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-26 Thread Brian Bernardo
.domain.com DocumentRoot /opt/apache/htdocs WebAppConnection conn warp localhost:8008 WebAppInfo /webapp-info WebAppDeploy../../../../webapp conn/webapp /VirtualHost CATALINA.OUT FILE:: Stopping service Tomcat-Standalone Stopping service Tomcat-Apache root@diablo

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Hamish Marson
Brian Bernardo wrote: I am trying to use canonical names under apache 1.3.20 to work with tomcat 4.01. Right now when I go to http://cname1.domain/webapps Small correction... Sorry... It's the pedant in me... What you're using (Or trying to use) is aliases... The DNS records (CNAME etc al)

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Oki DZ
On 04/25 15:33 Hamish Marson wrote: What you're using (Or trying to use) is aliases... The DNS records (CNAME etc al) are named after what they point AT (or more accurately) resolve to. Thus the CNAME record (Canonical name) points or resolves to the REAL name of the host. (Literally, the

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Hamish Marson
Oki DZ wrote: On 04/25 15:33 Hamish Marson wrote: What you're using (Or trying to use) is aliases... The DNS records (CNAME etc al) are named after what they point AT (or more accurately) resolve to. Thus the CNAME record (Canonical name) points or resolves to the REAL name of the

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Joseph Molnar
No. I use A and CNAMES depending on the situation. Do you have proper aliases set up in Apache? Joe - Original Message - From: Oki DZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 2:28 AM Subject: Re: tomcat/apache with ALIASES (Was canonical

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Brian Bernardo
Subject: Re: tomcat/apache with ALIASES (Was canonical names) No. I use A and CNAMES depending on the situation. Do you have proper aliases set up in Apache? Joe - Original Message - From: Oki DZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 2:28 AM

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Ken Anderson
to accomplish this? B -Original Message- From: Joseph Molnar [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:28 AM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES (Was canonical names) No. I use A and CNAMES depending on the situation. Do you have proper

RE: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Brian Bernardo
to be a way to restrict (or add) more than one targetHost for tomcat to allow several access methods. Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:02 PM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES

tomcat/apache with canonical names

2002-04-24 Thread Brian Bernardo
I am trying to use canonical names under apache 1.3.20 to work with tomcat 4.01. Right now when I go to http://cname1.domain/webapps http://cname1.domain/webapps I get forwarded to http://servername/webapps http://servername/webapps where servername is the ServerName set within the apache

Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
My apache is 1.3.12, tomcat is 4.0.3 and OS is Solaris 8. I added following lines in my httpd.conf and certain necessary changes in server.xml. LoadModule webapp_module /usr/apache/libexec/mod_webapp.so AddModule mod_webapp.c VirtualHost 192.168.1.120 ServerName niuniu

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
/webapps/ Based on your config, Tomcat will only serve from 192.168.1.120/examples. Joe - Original Message - From: Cheng Yan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 11:15 AM Subject: Tomcat - Apache integration problem My apache

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_05.jsp Have a look there. Joe - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 11:29 AM Subject: Re: Tomcat - Apache

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
2) Though I can not visit http://192.168.1.120, I can still visit http://192.168.1.120/~jyan. But I can not run jsp under $HOME/public_html. The browser simple print the jsp source code into the screen. This is because it isn't being served by Apache, as per my previous response

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 15:54 Subject: Re: Tomcat - Apache integration problem 2) Though I can not visit http://192.168.1.120, I can still visit http://192.168.1.120/~jyan. But I can not run jsp under $HOME/public_html. The browser simple print

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
will be served by tomcat? Thank you. Cheng - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 14:29 Subject: Re: Tomcat - Apache integration problem Do you want to be serving from

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
Under my $CATALINA_HOME/webapps, there are five subdirs: examples/ manager/ ROOT/ tomcat-docs/ webdav/, which is standard. The mode for all these subdirs are 755. Therefore, when I goto httpd://192.168.1.120, I would expect a list of these five subdirs, wouldn't I? Why should I get 403

Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
According to an article Tomcat-Apache HOWTO on http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html : QUOT. == When Tomcat starts up it will automatically generate a configuration file for Apache in TOMCAT_HOME/conf/jserv/tomcat-apache.conf. Most of the time you don't

RE: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Animesh Chaturvedi - US
Well the document you are pointing to, is for old version of Tomcat. Which version of Tomcat are you using?? Animesh -Original Message- From: Cheng Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:05 PM To: Tomcat Users List Subject: Question about Tomcat-Apache HOWTO

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
about Tomcat-Apache HOWTO Well the document you are pointing to, is for old version of Tomcat. Which version of Tomcat are you using?? Animesh -Original Message- From: Cheng Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:05 PM To: Tomcat Users List Subject: Question

RE: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Animesh Chaturvedi - US
Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:16 PM To: Tomcat Users List Subject: Re: Question about Tomcat-Apache HOWTO My tomcat is 4.0.3. Should this version create the same file tomcat-apache.conf or something equivalent? Thanks, - Original Message - From: Animesh

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread rob
improvements don't be shy. Rob Cheng Yan wrote: According to an article Tomcat-Apache HOWTO on http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html : QUOT. == When Tomcat starts up it will automatically generate a configuration file for Apache in TOMCAT_HOME/conf/jserv

TomCat Apache Newbie question

2002-04-14 Thread Hayato Iriumi
I just noticed... If you have TomCat, you don't need Apache running as a Web Server? Can I just install TomCat and use it as Web Server? Or Should I have Apache installed? I stopped Apache2 service and only TomCat up and running and I have no problem running JSP. Any suggestions? -- To

Re: TomCat Apache Newbie question

2002-04-14 Thread Avnish Pundir
in production environment. It's your requirement which should decide which configuration exactly do you want. Hope I made myself clear. Avnish - Original Message - From: Hayato Iriumi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 11:39 AM Subject: TomCat Apache

PHP4, Chilisoft ASP, TOMCAT, Apache

2002-04-12 Thread randy melder
Has anyone experienced problems with this configuration? I am seeing that PHP is very slow. ; ) .randy /*** * Cheery Lynn Interactive, LLC * http://www.cheerylynn.com/ * tel://602 279 0135 * Web Applications--

Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
Greetings, y'all. * I've read all the documentation I can find. * I've emulated all the examples. * I've asked people I know who have set up servlets before. I still can't get access to the servlet I just wrote and installed. No matter how I've set up servlet-mappings, or url-patterns, or

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread rsequeira
running under Tomcat-Apache 4.0.3 Greetings, y'all. * I've read all the documentation I can find. * I've emulated all the examples. * I've asked people I know who have set up servlets before. I still can't get access to the servlet I just wrote and installed. No matter how I've set up servlet

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Jeff Larsen
Message - From: Brook Monroe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 10:13 AM Subject: Getting a servlet running under Tomcat-Apache 4.0.3 Greetings, y'all. * I've read all the documentation I can find. * I've emulated all the examples. * I've asked people I

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Fabian Sommer
Hi! something not directly mentioned in the howtos for deploying a servlet: you have to update the TOMCAT_HOME/conf/server.xml file for installing your application in the web-app-directory. You have to add an entry like Context path=/seating docBase=seating debug=0

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread rsequeira
if the ROOT application was deployed or not. Check your logs. I apologize. RS [EMAIL PROTECTED] on 04/10/2002 10:28:59 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Getting a servlet running under Tomcat-Apache 4.0.3 Try

RE: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
=true/ in server.xml if you have your servlet in a folder named TOMCAT_HOME/web-app/seating/WEB-INF/classes That was the first thing I did, actually. No variations on that theme seem to be making any difference, and it doesn't matter whether it's under the Tomcat-Standalone or Tomcat-Apache section

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Jeff Larsen
. Try the above URL's and let us know if it works. Jeff - Original Message - From: Brook Monroe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 10:55 AM Subject: RE: Getting a servlet running under Tomcat-Apache 4.0.3 Fabian: something not directly mentioned

RE: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
Larsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:14 PM To: Tomcat Users List Subject: Re: Getting a servlet running under Tomcat-Apache 4.0.3 What path does the Manager display for your app? If tomcat is auto-deploying your app, then it should be /MySeatMap since

tomcat, apache and mod_auth_radius

2002-04-09 Thread Lixun Qi
Hello, I'm having problem integrating Tomcat 4.0, Apache1.3, mod_webapp and mod_auth_radius. It pops up the login window but will let me pass whatever user name and password I entered. Then it shows page can not found message. If I remove Require valid-user line, the page would be displayed

RE: tomcat, apache and mod_auth_radius

2002-04-09 Thread Mark Bian
I think you should turn off tomcat authentication in server.xml set tomcatAuthentication=false --Mark Bian -Original Message- From: Lixun Qi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 12:26 PM To: Tomcat Users List Subject: tomcat, apache and mod_auth_radius Hello, I'm

Tomcat/Apache trying to hide /webapp/ from URL

2002-04-08 Thread Soefara Redzuan
Sorry, I know Tomcat/Apache has been discussed endlessly but this problem is driving me around the bend. We have Tomcat(3.2.3) running fine. We have several webapps running on it with no problem, including our main corporate website which is accessed directly via Tomcat at http

Re: Tomcat/Apache trying to hide /webapp/ from URL

2002-04-08 Thread rsequeira
] on 04/08/2002 02:08:00 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tomcat/Apache trying to hide /webapp/ from URL Sorry, I know Tomcat/Apache has been discussed endlessly but this problem is driving me around the bend. We have Tomcat(3.2.3

Tomcat, Apache and SSI

2002-04-08 Thread Catalin Mihailescu
Hello, I'm using a RedHat 7.0 box, Apache/1.3.22, Tomcat 4.0.2 and two virtual sites. One of the sites use SSI and is working just fine if I don't start Tomcat. The problem is that when I start Tomcat, then Apache, the site that use *.shltm shows me the contents of his htdocs instead of reading

Re: Tomcat, Apache and SSI

2002-04-08 Thread rsequeira
Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tomcat, Apache and SSI Hello, I'm using a RedHat 7.0 box, Apache/1.3.22, Tomcat 4.0.2 and two virtual sites. One of the sites use SSI and is working just fine if I don't start Tomcat. The problem is that when

Re: Tomcat, Apache and SSI

2002-04-08 Thread Catalin Mihailescu
httpd.conf. RS Catalin Mihailescu [EMAIL PROTECTED] on 04/08/2002 03:32:50 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tomcat, Apache and SSI Hello, I'm using a RedHat 7.0 box, Apache/1.3.22, Tomcat 4.0.2 and two virtual sites. One

Re: Tomcat, Apache and SSI

2002-04-08 Thread rsequeira
. Options +Includes RS Catalin Mihailescu [EMAIL PROTECTED] on 04/08/2002 04:45:36 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Re: Tomcat, Apache and SSI index.shtml was added in the DirectoryIndex

install Tomcat+Apache+j2sdk-1.4 on FreeBSD-4.5

2002-03-30 Thread Oon Arfiandwi Martyono
Hallo, somebody can help me to configure Tomcat + Apache + j2sdk on FreeBSD ? or please show me the URL ... i just have installation information from : http://www.daemonnews.org/200203/tomcat-jakarta.html is there another, step by step installation tutorial for FreeBSD but using

<    1   2   3   4   5   6   7   8   9   10   >