The Answer is (Was: Tomcat/Apache mapping)

2001-06-12 Thread Ricardo A Bosch
for anyone that cares to get apache /myapp/myServlet add ApJServMount /myServlet /myServlet and of couse the servlet must also be in web.xml peace out rick On Tuesday, June 12, 2001, at 11:36 AM, Robert Slifka wrote: Sounds like just standard Tomcat/Apache setup stuff. Make sure you

tomcat/apache failover

2001-06-12 Thread Meyer, James
Hello all, My current setup involves an alteon ace director3 as a load balancer and two sun solaris machines. Currently both machines have apache1.3.19 and tomcat 3.2.1 running on them. What I would like to setup is to have the alteon round robin requests to the apache servers and then apache

Re: Tomcat/Apache problem

2001-06-12 Thread Vijaya Kumar
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 10:01 AM Subject: Re: Tomcat/Apache problem Hello Krishna Kant I'm a graduate student working on a portfolio project for the school. I am very new in here and unfortunately theres no one in here who can help me with Tomcat

TOMCAT+APACHE and SCO

2001-06-11 Thread [EMAIL PROTECTED]
Hi, i work on a SCO Unix Openserver 5 without perl installed. (and I can't installed perl on it :( ). Does anyone can send me a mod_jk.so it will work if I take an mod_jk.so from another server Thanks for your help. Uzeb __ Voila vous propose

Re: Tomcat/Apache problem

2001-06-10 Thread Hemant Singh
] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 6:47 PM Subject: Tomcat/Apache problem Hello I have a very simple problem but its got me stuck! May be someone can take off a little time and help me with this! I have Apache HTTP server 1.3 with JServ 1.1 running on Windows 2000 server

JSP/Tomcat/Apache on AIX4.3 - a bad choice?

2001-06-08 Thread
We have IBM RS/6000 running AIX 4.3 and we decided to start a web project using JSP, Tomcat, Apache on that server. Then, I was told by someone that the above combination is known to be very unreliable - that is, it givessudden unexpected server shutdown very often

Re: JSP/Tomcat/Apache on AIX4.3 - a bad choice?

2001-06-08 Thread Milt Epstein
On Fri, 8 Jun 2001, [ks_c_5601-1987] ³²°ü¼÷ wrote: We have IBM RS/6000 running AIX 4.3 and we decided to start a web project using JSP, Tomcat, Apache on that server. Then, I was told by someone that the above combination is known to be very unreliable - that is, it gives sudden unexpected

Tomcat/Apache problem

2001-06-08 Thread Priya Gupta
Hello I have a very simple problem but its got me stuck! May be someone can take off a little time and help me with this! I have Apache HTTP server 1.3 with JServ 1.1 running on Windows 2000 server and would like to upgrade the system to Tomcat 3.1 Now if I wish to install Tomcat on

RE: Tomcat/Apache problem

2001-06-08 Thread Chauhan, Anand
problems. All the best, Anand.. -Original Message- From: Priya Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: Tomcat/Apache problem Hello I have a very simple problem but its got me stuck! May be someone can take off a little time

WebDAV extensions with tomcat/apache (using mod_jk)

2001-06-07 Thread Alex Lindgren
Hello, I am trying to set up apache to run a servlet that uses WebDAV extensions. mod_jk seems to not like the WebDAV extensions (such as PROPFIND). I've searched the archives and seem to have the same issue that Stefan Eissing asked about recently (see below), but could not find any replies or

Tomcat/Apache on HP-UX

2001-06-05 Thread Rainer Schweigkoffer
Hi folks ! I am trying to connect Tomcat 3.2.1 to Apache 1.3.19 via mod_jk.so on 32-bit HP-UX 11.00. After some failing attempts to build mod_jk.so with the sources of Tomcat 3.2.1 I took those of Tomcat 3.3-m3 and tried to use build-hpux.sh along with GNU C-compiler 2.95.2. However

Tomcat+Apache running on different machines using mod_jk

2001-06-05 Thread Chauhan, Anand
Hi All: I am looking to set up apache and tomcat to spread over two machines. I have one machine that will run tomcat and the other running Apache. I was wondering where I might find the required documentation and configuration. Thanks a bunch. Anan

tomcat+apache

2001-05-30 Thread unplug
Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat and then apache, I found the following message in mod_jk.log [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In

RE: tomcat+apache

2001-05-30 Thread David DELGRANCHE
You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat

Re: tomcat+apache

2001-05-30 Thread Egidijus Drobavicius
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 11:37 AM Subject: RE: tomcat+apache You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat

Re: tomcat+apache

2001-05-30 Thread unplug
. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat and then apache, I found the following message in mod_jk.log

Re: tomcat+apache

2001-05-30 Thread unplug
. Regards, Egidijus - Original Message - From: David DELGRANCHE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 11:37 AM Subject: RE: tomcat+apache You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug

Re: tomcat+apache

2001-05-30 Thread Parag S
tomcat has to be started before apache David DELGRANCHE wrote: You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all

Re: tomcat+apache

2001-05-30 Thread Milt Epstein
: tomcat+apache Hi all, Just install tomcat3.2.2 and mod_jk.so. However, when I restart tomcat and then apache, I found the following message in mod_jk.log [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185

Re: form-based authentication tomcat-apache

2001-05-27 Thread Michael Jennings
It worked! Thanks! -Mike - Original Message - From: Andrew Robson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 8:14 PM Subject: Re: form-based authentication tomcat-apache Try putting JkMount /examples/jsp/security/login/j_security_check ajp13

Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Brandon Cruz
I sent this question over the weekend, but don't think anyone saw it. I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many virtual hosts youshould set up on one instance of tomcat? What is the most

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Martin van den Bemt
To: [EMAIL PROTECTED] Subject: Architectural question for tomcat-apache running Virtual Hosts I sent this question over the weekend, but don't think anyone saw it. I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Ross Dyson
of instructions, like playing a recorded macro. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 5:25 AM To: [EMAIL PROTECTED] Subject: RE: Architectural question for tomcat-apache running Virtual Hosts Hi, At the company we work at, we work

Tomcat Apache config

2001-05-21 Thread Dave Finch
Hi, I have got Tomcat and Apache running on Redhat Linux 6.2 and all is working fine. Could someone please give me some pointers on how to configure Tomcat to start automatically on boot. like an NT service. TIA Dave Finch

Architectural question for tomcat-apache running Virtual Hosts

2001-05-19 Thread Brandon Cruz
I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many virtual hosts youshould set up on one instance of tomcat? What is the most traffic or connection limit before I should either use another instance of

Tomcat-Apache configuration

2001-05-18 Thread Renato Salazar
Hello, I've installed Tomcat3.2.1 over RedHat 7.0 and followed the steps recommended in the Jakarta web page but Tomcat doesn't work. I think I've made something wrong with the mod_jserv.so file because all the error messages deal with it. First of all I made it using apxs as it's said in the

Tomcat Apache/ JServ mod_jserve problem ...

2001-05-17 Thread Anil Kumar
Hi I thought Some one can help .. I am getting these error messages ... [17/05/2001 09:25:38:758] (ERROR) an error returned handling request via protocol ajpv12 [17/05/2001 09:25:41:553] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:61618 [17/05/2001 09:25:41:553] (EMERGENCY) ajp12:

Tomcat/Apache Q

2001-05-07 Thread Mark_DiBattista
Right now, I am running a web app. with a Tomcat 3.2.1 and Apache 1.3.12 configuration. I want to track all errors that are produced in the Apache error.log Does anyone out there know of a way to use the Apache error.log to track use and set it up as a simple reporting tool? One that will send

Tomcat/Apache Help!

2001-05-06 Thread eric chacon
Ok... I'm forgetting something... or doing something really stupid... but I can't, for the life of me, figure out what's going on here. I have Tomcat 3.2.1 set up with mod_jk.so so that Apache handles the HTTP requests. That works: I call /mysite/index.html, and apache handles the request. I

HELP: Tomcat+Apache+modSSL Crash ???!!!

2001-05-02 Thread Yoav
Hiya all, We're Using Win 2000 Pro, Apache 1.3.19+ mod_ssl+ Tomcat 3.2.1 (mod_jk using apj13) JDK1.3 When justadding the mod_jk on the pre-compiled Apache_1.3.19-Mod_SSL_2.8.2-OpenSSL_0.9.6a-WIN32.zip, If you hit any page (JSP or HTML) by https:// few times - the Apache crashes! Just few

Tomcat/Apache on NetWare

2001-04-26 Thread Al Hidalgo
What do I need to do to get Apache to see Tomcat on NetWare 5.1. If anyone has done this can I see your httpd.conf? Thanks,

Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Yoav
Hiya all, We're trying to migrate from running JSP's and servlets under JWS2.0 to Apache+Tomcat. It seems like the simplest and most basic configuration, yet I could find nowhere a way to make this work!! The same way JWS works, (and Apache-Jserv+GnuJsp) also: 1) Apache serves all

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Sam Newman
Impossible: Tomcat + Apache ??? Hiya all, We're trying to migrate from running JSP's and servlets under JWS2.0 to Apache+Tomcat. It seems like the simplest and most basic configuration, yet I could find nowhere a way to make this work!! The same way JWS works

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Yoav
om: Sam Newman To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 10:59 AM Subject: Re: Mission Impossible: Tomcat + Apache ??? Have you read the Apache-Tomcat howto in the docs (comes with tomcat)? If so, can you give us more specific info on your problems?

RE: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Yoav
Hiya all, We're trying to migrate from running JSP's and servlets under JWS2.0 to Apache+Tomcat. It seems like the simplest and most basic configuration, yet I could find nowhere a way to make this work!! The same way JWS works, (and Apache-Jserv+GnuJsp)

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Sam Newman
Subject: Re: Mission Impossible: Tomcat + Apache ??? Yes, I've read the apache-tomcat howto, and followed it's instructions step by step. BUT When I've put (as a test...) snoop.jsp in the c:\apache\htdocs directory - it couldn't find it! Only once I've put it in the c

Problem on tomcat-apache connection

2001-04-24 Thread Jack Hui
I tried to use Tomcat 4.0 b3 with apache 1.3.12-25 on RedHat 7.0 box I couldn't compile the source of Tomcat4.0-b3, so i used the RPM's to install, then I used the mod_webapp.so from 4.0 milestone 5 with the beta 3 However, i got the error [warn] Loaded DSO modules/mod_webapp.so uses plain

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Yoav
: Mission Impossible: Tomcat + Apache ??? the mod_jk.conf-auto tomcat creates authomatically generates the apache directives so apache can see the contexts setup under tomcat. Whilst they use different document roots, you can easily make them look the same my tweaking the generated

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Arnaud Dostes - NTI
is not in the Directory directive of mod_jk.conf Regards, Arnaud "I'm confusing you more" Dostes. - Original Message - From: Yoav To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 3:29 PM Subject: Re: Mission Impossible: Tomcat + Apache ??? T

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Lance Dyas
Yoav wrote: Hiya all, We're trying to migrate from running JSP's and servlets under JWS2.0 to Apache+Tomcat. It seems like the simplest and most basic configuration, yet I could find nowhere a way to make this work!! The same way JWS works, (and Apache-Jserv+GnuJsp) also:

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread tomcat-user
First of all, make sure that you appended addition to the apache configuration file generated by tomcat (see tomcat-apache documentation). After that clear, do the following. I have found, that the best way to do directory merger as you do, by using virtual server facility on both tomcat

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

typo in tomcat-apache-howto.html

2001-04-20 Thread TAKAHASHI Hideo(BSD-M3G)
A line under 'Configuring Tomcat' says: "We can configure Tomcat independantly of the other..." please fix independantly = independently Thanks. -- Hideo Takahashi Business Solutions Division, Hitachi Ltd. http://www.hitachi.com

where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Xiaofeng Chen
Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Thanks a lot -Xiaofeng ChenSoftware Development

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Tim O'Neil
At 04:02 PM 4/20/2001 -0500, you wrote: Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Thanks a lot This is like the number one

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Xiaofeng Chen
01 4:02 PM Subject: where to put my own servlet in tomcat-apache? How to configure? Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Th

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Ivan
Re: where to put my own servlet in tomcat-apache? How to configure? Is it true that you have to make your servlets in a .war file and configure the .war file through server.xml for tomcat to load your servlets? Thanks for your help. - Original Message - From: "Xiaofeng Chen&qu

Re: Forms work with JServ+Apache, do not work with Tomcat+Apache: Images in forms show up randomly! Please help!

2001-04-12 Thread Pascal Avrilla
(and application of CSS's) in forms ever since I have starting using Tomcat + Apache configuration. The images/resources displayed perfectly with JServ + Apache combination. I am using Java servlets. I create HTML forms using XSL stylesheets and XML and Xalan/Xerces combination. Originally when I

Re: Forms work with JServ+Apache, do not work with Tomcat+Apache: Images in forms show up randomly! Please help!

2001-04-12 Thread dhay
)" [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Forms work with JServ+Apache, do not work with Tomcat+Apache: Images in forms show up randomly! Please help! Hello! I have been having problems with the display of images (and application of CSS's) in forms ever s

RE: Forms work with JServ+Apache, do not work with Tomcat+Apache: Images in forms show up randomly! Please help!

2001-04-12 Thread Natasa Lazetic
is that JServ+Apache combination was seemingly disregarding this setting (content length), while Tomcat+Apache definitely takes it into account. Dave, I found this issue by mainly using the "log" method of the javax.servlet.GenericServlet class (you can also use print lines) and watching the st

Forms work with JServ+Apache, do not work with Tomcat+Apache: Images in forms show up randomly! Please help!

2001-04-11 Thread Natasa Lazetic
Hello! I have been having problems with the display of images (and application of CSS's) in forms ever since I have starting using Tomcat + Apache configuration. The images/resources displayed perfectly with JServ + Apache combination. I am using Java servlets. I create HTML forms using XSL

tomcat + apache URL rewriting

2001-04-06 Thread Sebastian Hauer
Hi tomcat users, I want to use url rewriting for my session management. It works nicely with cookies enabled using tomcat standalone on port 8080 and in combination with apache. I encode all used url's in my servlets though and using tomcat standalone even the url rewriting works nicely but it

Security issues with tomcat-apache combo

2001-04-06 Thread Michael Hale
to setup coordinate security in tomcat+apache? Thanks in advance, Michael Hale RoleModel Software (www.rolemodelsoft.com) - The XP Software Studio [EMAIL PROTECTED] 919.557.6352

Distrbuted Tomcat / Apache setup problems

2001-04-05 Thread tomcat
I'm a bit new to Tomcat so please pardon me if this issue has been addressed before. I'm trying to configure tomcat and apache so that the apache server and tomcat process run on two separate machines. I've followed (as best as I could) all of the documentation that comes with Tomcat (and

Tomcat+Apache+Virtual Host

2001-04-03 Thread Thomas Uttenthaler
Hi Folks, I have tried to configure Jakarta/Tomcat for different Apache-Vhosts, which should have different servlet/jsp-spaces. Therefore I used the Howto which was posted by Phillip Rhodes (5/Jan/2001). The instance for the Vhost is running with Port 7001 (http). http://kienes.webmasters.at

tomcat-apache with mod_rewrite and ;jessionid causing 404

2001-03-31 Thread Cono D'Elia
Hello, I recently installed Tomcat 3.2.1 on my machine and haveit working with Apache. I noticed that when I get a session ;jessionid, I get a 404 not found.After doing some research I found out that the new implementationhas stricter rules for mapping a URL to a filename. I recompiledmy

Tomcat Apache

2001-03-29 Thread Julie Ruiz
Tomcat and Apache can worh in the same port 80? How can I do it??? Julie.

RE: Tomcat Apache

2001-03-29 Thread Filip Hanik
Ruiz [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:45 PM To: [EMAIL PROTECTED] Subject: Tomcat Apache Tomcat and Apache can worh in the same port 80? How can I do it??? Julie.

Tomcat, Apache PHP

2001-03-26 Thread Andy Barilla
I have a RedHat Linux box setup with Tomcat, Apache and PHP. Everything is working fine. I.E. If I go to to http://myserver.com/test.jsp it processes the jsp file and http://myserver.com/test.php it process the php file. However if I go to the Tomcat port it spits out the PHP code and doesn't

Re: tomcat/apache/solaris - redirecting stdout/stderr

2001-03-25 Thread Anuj Agrawal
Thanks. That would do it. I guess i was hoping for some kind of config file setting or something. 8) Anuj. Milt Epstein wrote: On Fri, 23 Mar 2001, Anuj Agrawal wrote: Using tomcat 3.2.1 with apache on solaris 8, starting tomcat using bin/startup.sh, how do i specify which files

explain Tomcat-Apache requests ? Where to get informations ?

2001-03-25 Thread Wolf
Hallo, is there anybody who can explain request-interactions: Tomcat-Apache ? What I need to know is this: A JSP (/JSP/hello.jsp) forwards to a Servlet (/Servlet/ShowHello). Tomcat knows about both (/JSP is defined as a context and /Servlet is set as: RequestInterceptor... prefix="/Se

tomcat apache Internal Server Error

2001-03-23 Thread Florian Richter
Hi, I have a Problem with Tomcat and mod_jk. I have installed Tomcat with an RPM and all works fine when I call the examples servlets at server:8080. After this I have installed tomcat-mod-3.2.1-1.i386.rpm. The Problem is whenn I call now a .jsp page the server request me an Internal Server

Tomcat - Apache installation - please help!!!

2001-03-21 Thread Patil, Anand
Please help... I have redhat 7.0, kernel 2.4.2 and have downloaded latest source for tomcat, ant, jaxp, jess, etc... and all my environ variable are set as specified in the README. Sorry to bother, but is the build problem I'm having apparent anyone. Thanks. [javac]

Tomcat - Apache installation - please help!!!

2001-03-21 Thread Patil, Anand
Please help... I have redhat 7.0, kernel 2.4.2 and have downloaded latest source for tomcat, ant, jaxp, jess, etc... and all my environ variable are set as specified in the README. Sorry to bother, but is the build problem I'm having apparent anyone. Thanks. [javac]

RE: Tomcat - Apache installation - please help!!!

2001-03-21 Thread Darrell Porter
To: [EMAIL PROTECTED] Subject: Tomcat - Apache installation - please help!!! Please help... I have redhat 7.0, kernel 2.4.2 and have downloaded latest source for tomcat, ant, jaxp, jess, etc... and all my environ variable are set as specified in the README. Sorry to bother, but is the build

RE: Tomcat - Apache installation - please help!!! - correction-!!

2001-03-21 Thread Patil, Anand
To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Tomcat - Apache installation - please help!!! You're using Redhat 7.0 and you're getting messages containing D:\ ?! This sounds like something for Windows/DOS. Are you certain you have the correct README files? Darrell

Re: TOMCAT + APACHE + WINNT = PAIN

2001-03-20 Thread Steve Ruby
Miles Poindexter wrote: Tomcat + Apache + RedHat Linux = 5 minute painless install and configure :^) (Mac OS X was 5 minutes too . . .) hee hee . . . . - miles ^ I'm not sure how that helps answer his question? If you don't have something constructive to say why don't

RE: TOMCAT + APACHE + WINNT = PAIN

2001-03-20 Thread Arif Tayebali
Look down below for my comments! Arif: You didn't say what configuration steps you've completed. Do you have your apache--tomcat dll installed? yes, i have installed mod_jk.dll Have you configured workers? i have configured the workers.properties file is tomcat standalone working

jvm crashes when running tomcat-apache

2001-03-20 Thread Joakim Hellström
Hi! I am running apache 1.3.12 with mod_jk that lets tomcat handle all jsp and servlets. Tomcat and apache are on separate solaris 2.7 machines. I'm using java 1.3. When the load on the webserver increases the jvm crashes and I get the following error message. # Error happened during:

TOMCAT + APACHE + WINNT = PAIN

2001-03-19 Thread Arif Tayebali
Follow programmers - Whats up? BTW, im on NT4, Apache1.3, Tomcat3.2 I had a question regarding the Tomcat config files...are you familiar with these files? If so, do i need to keep all my jsp files within the webapps dir or can i place the jsp files anywhere I

RE: TOMCAT + APACHE + WINNT = PAIN

2001-03-19 Thread Mike Braden
PROTECTED]] Sent: Monday, March 19, 2001 10:28 PM To: '[EMAIL PROTECTED]' Subject: TOMCAT + APACHE + WINNT = PAIN Importance: High Follow programmers - Whats up? BTW, im on NT4, Apache1.3, Tomcat3.2 I had a question regarding the Tomcat config files...are you familiar with these files? If so

Re: TOMCAT + APACHE + WINNT = PAIN

2001-03-19 Thread Miles Poindexter
Tomcat + Apache + RedHat Linux = 5 minute painless install and configure :^) (Mac OS X was 5 minutes too . . .) hee hee . . . . - miles On Monday, March 19, 2001, at 10:28 PM, Arif Tayebali wrote: 28L;56L;84L;112L;140L;168L;196L;224L;252L;280L;308L;336L; Follow programmers  -28L;56L;84L;112L

RE: Servlet path configuration in Tomcat/Apache

2001-03-18 Thread Andy Cole
CTED] Sent: March 15, 2001 4:51:02 AM GMT Subject: Servlet path configuration in Tomcat/Apache Dear Sir/Madam: I have installed Apache 1.3.19 and Tomcat 3.2.1 to my Win2000. I configured both Apache and Tomcat, set the path and classpath to the system. Apache can run JSP and Servlets for the syste

RE: Servlet path configuration in Tomcat/Apache

2001-03-15 Thread Georges Boutros
i've been having the same problem. i didn't find a solution yet thanks -Original Message- From: Zhengan Cai [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 11:51 PM To: [EMAIL PROTECTED] Subject: Servlet path configuration in Tomcat/Apache Dear Sir/Madam: I have installed

Benefits of Tomcat / Apache

2001-03-15 Thread Matthew Emery
Hi, I was wondering if there is any information available about the benefits of deploying Tomcat with Apache (with mod_jk) over, for example, using Iplanet by itself? Or Apache with mod_jserv? I am asking this as we are trying to get a standard environment, using Apache as our webserver, and

RE: Benefits of Tomcat / Apache

2001-03-15 Thread GOMEZ Henri
I was wondering if there is any information available about the benefits of deploying Tomcat with Apache (with mod_jk) over, for example, using Iplanet by itself? Or Apache with mod_jserv? mod_jserv is a little deprecated and slower than mod_jk which use the advanced ajp13 (connections reuse,

Tomcat - Apache : performance

2001-03-14 Thread Bart Ronsyn
People, We run an Apache Webserver and host websites for companies. I wonder how much servlets and Tomcat slow down the loading of the webpages on our webserver ? The servlets will be used to implement chatboxes, database applications f.e. ... Should I consider to install Tomcat on our other

RE: Tomcat - Apache : performance

2001-03-14 Thread Darrell Porter
AM To: [EMAIL PROTECTED] Subject: Tomcat - Apache : performance People, We run an Apache Webserver and host websites for companies. I wonder how much servlets and Tomcat slow down the loading of the webpages on our webserver ? The servlets will be used to implement chatboxes, database

Servlet path configuration in Tomcat/Apache

2001-03-14 Thread Zhengan Cai
Dear Sir/Madam: I have installed Apache 1.3.19 and Tomcat 3.2.1 to my Win2000. I configured both Apache and Tomcat, set the path and classpath to the system. Apache can run JSP and Servlets for the system provided test examples only. Now I would like to add my own servlet files(in .class) to

Embeddable Servlet Engine - Tomcat + Apache

2001-03-13 Thread Srinivasan Sadasivam
Folks, I want to run Tomcat inside the web server process for my application... requests for servlet execution are passed using JNI. Any documentation links for configuration is highly appreciated. Andthe web server that I'm using is Apache. Thanks, Srini

Re: Virtual Hosts w/ Tomcat+Apache

2001-03-12 Thread tomcat
evel to be used by mod_jk # JkLogLevel error JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 /IfModule /VirtualHost On Sun, 11 Mar 2001, Joshua Lifton wrote: The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 dist

Virtual Hosts w/ Tomcat+Apache

2001-03-11 Thread Joshua Lifton
The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 distro mentions that there are two different ways to configure Tomcat for virtual hosts; one is to use a different Tomcat for each Apache virtual host and the other is to use the same Tomcat for each Apache vi

Re: Tomcat/Apache port number use

2001-03-09 Thread Christopher Albert
Hans, Lets try one more time, assuming there are some configuration problems. For example, I can replicate the analagous error on my linux box by commenting out the JkMount lines in my mod_jk.conf file. So I'll start with a series of diagnostic questions, trying to figure out what is going

Re: Tomcat/Apache port number use

2001-03-08 Thread Hans Kind
Hi Chris, We run on a Solaris 2.7 server, with Apache DSO 1.3.14. The workers.properties file has been updated so that workers.tomcat_home, workers.java_home point to the correct location on the server. Changed ps to the correct syntax on Unix, ps=/. Used apxs to install mod_jk from source

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Hans Kind wrote: Hi Chris, We run on a Solaris 2.7 server, with Apache DSO 1.3.14. The workers.properties file has been updated so that workers.tomcat_home, workers.java_home point to the correct location on the server. Changed ps to the correct syntax on Unix, ps=/. Used apxs to

Re: Tomcat/Apache port number use

2001-03-08 Thread Hans Kind
Hi Chris, workers.properties worker.ajp12.port=8007 worker.ajp12.host=localhost worker.ajp12.type=ajp12 mod_jk_conf-auto JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 ... JkMount /examples/servlet/* ajp12 JkMount /examples/*.jsp ajp12 Staring Tomcate generates these file, and httpd.conf

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Hans, I'm running out of ideas too. One last: does your server.xml file contain the lines !-- Apache AJP12 support. This is also used to shut down tomcat. -- Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

Re: Tomcat/Apache port number use

2001-03-08 Thread Hans Kind
Hi Chris, Yes it does:~( rgds hans At 14:48 8-3-01 +0100, you wrote: Hans, I'm running out of ideas too. One last: does your server.xml file contain the lines !-- Apache AJP12 support. This is also used to shut down tomcat. -- Connector

Re: Tomcat/Apache port number use

2001-03-08 Thread Christopher Albert
Well Hans, I tried to ask all the simple, obvious questions. TOmcat is working fine(8080), Apache is working fine and seems properly configured. I can't give you any other advice but to go back, get the src for mod_jk and recompile and install it (using apxs if you can) with the right solaris

Re: Tomcat/Apache port number use

2001-03-08 Thread Hans Kind
This is what I had to use to get mod_jk installed. Based on the information found in this mailing list: apxs -o mod_jk.so -lposix4 -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c The one mentioned in the documentation, returns a error when you start

RE: Tomcat/Apache port number use

2001-03-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat/Apache port number use Looks like you missed out LoadModule and JkWorkerFile LoadModule jk_module modules/mod_jk.so JkWorkersFile /http/apps/tomcat/conf/workers.properties JkLogFile /http/apps/apache/logs/mod_jk.log JkLogLevel error JkMount /*.jsp ajp12 JkMount /servlet

<    4   5   6   7   8   9   10   11   >