Re: Tomcat Apache connector not working

2004-03-18 Thread Daniel Savard
Le jeu 18/03/2004 à 06:27, Allan Bruce a écrit : I have apache and tomcat both up and running. Now I want to be able to set up a connector so that I can browse the 'examples' directory of the tomcat installation through apaches port. The below config doesnt seem to work, can somebody please

Re: URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-19 Thread raiden
Ok, actually that second rule doesn't really work properly either (because if someone posts their contact information, that redirect doesn't allow the post to go through properly). Anyone have any ideas on how to do this the right way? Thanks! -Raiden On Wed, 18 Feb 2004 [EMAIL PROTECTED]

Re: URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-19 Thread raiden
Actually, it looks like I just figured it out. I need to use [PT] instead of just [P]. Not sure why it worked with just [P] in Apache 1.3. Thanks, -Raiden On Thu, 19 Feb 2004 [EMAIL PROTECTED] wrote: Ok, actually that second rule doesn't really work properly either (because if someone

URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-18 Thread raiden
Hello, I use Tomcat 4.1.27 and Apache 1.3. I want a request to mywebsite.com/123456 to be mapped to mywebsite.com/website/index.jsp?id=123456 In Apache 1.3 with Tomcat, I accomplished this with the following rewrite rule: RewriteRule ^/([0-9]+)/?$ /website/index.jsp?id=$1 [P] However, this

Tomcat + Apache + SSI

2004-02-17 Thread Ferran Orsola
Hi, I have got one application running in Tomcat 5. Also I have Apache 2 connected with Tomcat using jk1.2. And I would like o insert includes from Apache in JSP pages. If I add SSI includes in my jsp files to take content from apache, it works in windows XP but not in solaris 9. It seems

Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Pete Stokes
I'm currently playing about with the above bits, and mod_backhand needs Apache 1.x, so I'm wondering if any1 can save me a little time by telling me if I'm using Apache 1.3.x with Tomcat 5.0.18, which is the best connector to use, jk / jk2 for a production environment ? The jk docco on jakarta

RE: Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Krell, Andrew
List Subject: Tomcat, Apache, JK/JK2, mod_backhand I'm currently playing about with the above bits, and mod_backhand needs Apache 1.x, so I'm wondering if any1 can save me a little time by telling me if I'm using Apache 1.3.x with Tomcat 5.0.18, which is the best connector to use, jk / jk2

RE: Tomcat / Apache / SSl

2004-01-13 Thread johncoyle
Software: Apache - 2.0.48 Tomcat - 4.1.29 OpenSSL - 0.9.6l [engine] 04 Nov 2003 Hi, I am trying to encrypt all data being transmitted from the client pc to the webserver, and also from the webserver to tomcat. I have only been working on tomcat for a couple of months but have experience on

Re[2]: Tomcat/Apache integration

2004-01-13 Thread Chris Gibbons
I've got mod_jk set up and running, and it works as long as I'm on the server using http://localhost/ but if I go to a different machine, or even on the server try to access the site via the ip address, apache doesn't hand off the request to tomcat, it only hands it off if I use

Re[4]: Tomcat/Apache integration

2004-01-13 Thread Chris Gibbons
Do I need to use a virtual host? It was my understanding that virtual hosts are only if you plan on running multiple sites on this installation of apache, which I am not doing. Chrismailto:[EMAIL PROTECTED]

Re: Re[2]: Tomcat/Apache integration

2004-01-13 Thread Joaquin Corchero
To me it looks like you have a problem in the httpd.conf or in the workers.properties file, if you can send them, it will be easier to give you a hand. Joaquin Corchero Chris Gibbons [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've got mod_jk set up and running, and it works as

RE: Tomcat / Apache / SSl

2004-01-13 Thread Oscar Carrillo
You will use the same connector over port 8009. No additional connector needed over any other port. In your ssl.conf for apache, you will create a VirtualHost entry very much like the one that's in your httpd.conf file. In there you will do your JkMount declaratives, etc. BTW, I use 0.9.7c

Tomcat/Apache integration

2004-01-12 Thread Chris Gibbons
I'm pretty new at setting up apache and tomcat to run together, I am running apache 2.0 and tomcat 4.1. The problem is that when I try to access my site using the IP address, apache doesn't hand the request off to tomcat, but if I am on the server and use http://localhost/... it works fine. I

Tomcat-Apache vs. Jrun-Iplanet

2004-01-09 Thread Chris Boyce
tuning guide. Without any real load on the machine, we see a large discrepancy in response times between Tomcat/Apache and Jrun/Iplanet. Running a simple probe of a tiny test jsp - which simply adds 1+1 and displays the result - we are seeing a request response time of 4ms with Jrun and 104ms

Re: Tomcat-Apache vs. Jrun-Iplanet

2004-01-09 Thread Tim Funk
Tomcat/Apache and Jrun/Iplanet. Running a simple probe of a tiny test jsp - which simply adds 1+1 and displays the result - we are seeing a request response time of 4ms with Jrun and 104ms with Tomcat. The same JVM is used for both, with the same command line options. Again, this is not a question

Tomcat/Apache 2/JK 2 Manager Webapp Config Question

2003-12-18 Thread James Neville
/server.xml --- !-- note: edited for brevity -- Service name=Tomcat-Apache JK2 Host name=intranet.eu.xxx.com debug=0 appBase=/home/tomcat privileged=true unpackWARs=true autoDeploy=true Context path

Tomcat-Apache Security

2003-12-17 Thread Joaquin Corchero
Good morning. I'm new in Tomcat-Apache administration and I just created a production environment, but I need some guidelines to give securtity to my web applications. Can anyone give me some url's where I can find information about it? Thank you very much.

RE: Tomcat-Apache Security

2003-12-17 Thread Shapira, Yoav
Corchero [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 4:53 AM To: Tomcat Users List Subject: Tomcat-Apache Security Good morning. I'm new in Tomcat-Apache administration and I just created a production environment, but I need some guidelines to give securtity to my web applications

RE: Tomcat-Apache Security

2003-12-17 Thread Pitre, Russell
To: Tomcat Users List Subject: RE: Tomcat-Apache Security Howdy, Maybe google or a book like this: http://www.programming123.com/detail/apache/apache_1861008309.html In the future, you might want to think about security before setting up a production environment ;) Yoav Shapira Millennium ChemInformatics

tomcat + apache - reg

2003-12-06 Thread Sudhakar
I am Sudhakar. S working with Pace Automation Limited. We are running our web server using tomcat apache configuration using jk_mod(Linux Advanced server 2.1) we are having problem with java process I believe. We found that our webserver get hang frequently. after killing java process only

Re: tomcat + apache - reg

2003-12-06 Thread Ben Souther
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html On Friday 05 December 2003 11:52 pm, you wrote: I am Sudhakar. S working with Pace Automation Limited. We are running our web server using tomcat apache configuration using jk_mod(Linux Advanced server 2.1) we are having

Tomcat/Apache web server communication

2003-11-28 Thread Ivan Ivanov
Dear colleagues, Please help in the following situation. We are cuurently developing a web application based on Tomcat4.1. Thus web app allows a user to upload files and folders in a subdirectory of its context, so that the content of these folders be viewed or retrieved by other users. The

error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Dionisio Ruiz de Zarate
Hello. i am tryinf to cofigure the tomcat 4.1.29 + apache 2.0.47 into one linux machine. for this pourpose i have configure in the apche conf file this: LoadModule jk2_module /usr/lib/apache2/mod_jk2.so Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location and into the

Re: error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Andrew Davis
Try an 'apachectl configtest'. With mod_jk2, I don't believe any directives are allowed/permitted in httpd.conf. I was in a similar boat last week, only I'm using Apache 1.3.27. My *understanding* is that you should only Load/Add the module in httpd.conf. The workers2.properties file needs to

tomcat apache question

2003-10-27 Thread Javier Sanchez Monzon
hi there , Hi Matt Raible, i have read on the Tomcat Users List [EMAIL PROTECTED] that you have already configured the tomcat and apache server. I am trying to do this but i have some problems. I hope you can help me. My scenario is: apache 1.2.37 and tomcat 4.1.27 LE. on solaris 8 and

tomcat apache connection problem

2003-10-21 Thread kgsat
Hi folks, (B (BI am currently using apache2.0.40 and tomcat 4.1.27 with jk2 connector for (Binter communication of apache tomcat servers on linux9.0 (B (BI have a peculiar problem. (BWhen i use the host name to get to the head page of the application it takes (Bme to default page.But when i

Re: tomcat apache connection problem

2003-10-21 Thread javaerick
Dear friends, I am up with the task of configuring tomcat and apache in linux environment.I had the problem that i explained below.I am yet to see some response to it.please gurus,do help me. thanks and regards. thanks and regards sat NB:- refer to the below post for the problem.

Tomcat - Apache connector (JK2) - limited capacity?

2003-10-03 Thread Alexandr Molochnikov
I am facing a weird problem: Our Tomcat is connected to Apache web server via JK2 connector. The servlet creates a PDF file and sends it to to the browser. If the file is larger than, say, 100K (haven't measured the breaking point, but it is below 150K) then the browser page comes empty. Hitting

Tomcat + Apache + SSL

2003-09-23 Thread Robert D. Abernethy IV
I have apache set up to redirect requests for a specific context to Tomcat. I am curious if there is a way to force all requests to that context to be redirected through SSL. http://servername/securecontext -- https://servername/sercurecontext http://servername/everythingelse --

Re: Tomcat + Apache + SSL

2003-09-23 Thread Sean Bruton
You can use mod_rewrite in Apache. It's been a while but I believe something such as this in your httpd.conf should do the trick: RewriteEngine On RewriteRule ^/securecontext(.*) https://servername/securecontext$1 [R] I may be off a bit, so check the docs at:

RE: Tomcat + Apache + SSL

2003-09-23 Thread Robert D. Abernethy IV
Message- From: Sean Bruton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 2:07 PM To: Tomcat Users List Subject: Re: Tomcat + Apache + SSL You can use mod_rewrite in Apache. It's been a while but I believe something such as this in your httpd.conf should do the trick: RewriteEngine

Re: Tomcat + Apache + SSL

2003-09-23 Thread Bill Barker
Where is Tim when you need him ;-). http://jakarta.apache.org/tomcat/faq/security.html#https Robert D. Abernethy IV [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have apache set up to redirect requests for a specific context to Tomcat. I am curious if there is a way to force all

CPU Cache Performance Gain with Tomcat Apache

2003-09-19 Thread Jeremy Nix
I realize this question is more related to the JVM implementation and O/S than anything else, but generically speaking how significant of a performance gain would a web/application server combination see (in terms of response time) from a .5MB CPU cache to a 1MB CPU cache. _

[OT]Tomcat-Apache-Cocoon-Perl-Java-Linux-XML Job

2003-09-16 Thread Joachim Bauernberger
Hi, - plz, excuse this off-topic post. Anybody interested please contact me off-list under. mailto:[EMAIL PROTECTED] Good knowledge of German language is required. Best regards, ~/joachim - To unsubscribe, e-mail: [EMAIL

tomcat apache webapps connector trailing slash

2003-09-16 Thread Zhi Cheng Wang
dear all I have been search the internet but could not find a solution. I need to omit the trailing / to enable apache to handle requests to tomcat. I am using apache 2.0, tomcat 4.1.27 and appropriate webapp connector any suggestions are welcome many thanks

Re: permissions for Tomcat+Apache integration

2003-09-03 Thread Sonja Löhr
about doing it separately, you really calmed me down :-) thanks very much Sonja - Original Message - From: Eric J. Pinnell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache

Re: permissions for Tomcat+Apache integration

2003-09-02 Thread John Turner
PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache integration Hi, The question is do you need to secure your application from the outside world or do you need to secure it from users that might be logging on to your system? Or both? Usually you want

tomcat apache SSL

2003-09-02 Thread Elif Akten
Hi All, I use apache web server and for jsp files I configureted tomcat. I try to make SSL connection with client authentication. I configureted apache and did nothing with tomcat (should I do??), it works, asks me for client certificate and verifys it. Everything looks fine but when I try

Re: tomcat apache SSL

2003-09-02 Thread Bill Barker
My first guess is that you are running a version 4.1.27. If so, you should see all sorts of errors in your Tomcat logs telling you what didn't work. If you want to know why earlier version don't work, search the archives or bugzilla. Elif Akten [EMAIL PROTECTED] wrote in message news:[EMAIL

permissions for Tomcat+Apache integration

2003-09-01 Thread Sonja Löhr
Hello! Here is my second question, now concerning Apache+Tomcat integration on Linux: Could someone tell me a reasonable users, groups and file permissions structure for apache, the tomcat-files itself and a typical webapp? - Java security aside. 1. Is it a good idea at all to place the webapps

Re: permissions for Tomcat+Apache integration

2003-09-01 Thread Eric J. Pinnell
Hi, The question is do you need to secure your application from the outside world or do you need to secure it from users that might be logging on to your system? Or both? Usually you want to go with the both scenerio. But to keep it simple, pick a user that you want tomcat to run as. Untar

Re: permissions for Tomcat+Apache integration

2003-09-01 Thread Sonja Löhr
very much Sonja - Original Message - From: Eric J. Pinnell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache integration Hi, The question is do you need to secure your application from

Re: default apps for tomcat + apache

2003-08-22 Thread John Turner
Try /*.jsp, not */*.jsp. I'm surprised the latter ever worked at all. John lcl wrote: Hi all here , I have integrated tomcat4.1.27 and apache2.0.47 using mod_jk2, and work fine, because I have set my apps souko as the default apps in tomcat, and I want so in apache, so I define the

default apps for tomcat + apache

2003-08-21 Thread lcl
Hi all here , (B (BI have integrated tomcat4.1.27 and apache2.0.47 using mod_jk2, and work (Bfine, because I have set my apps "souko" as the default apps in tomcat, and (BI want so in apache, so I define the following uri in workers2.properties (B[uri:*/*] (B.. (B (Bit is ok, because I can

RE: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Ramanan Ramadoss
] Sent: Tuesday, August 05, 2003 11:38 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2 + ssl It seems stunnel is available for Windows, assuming you have a functional SSL library installed on both the web server and app server. John John Turner wrote: Mod_ssl is an Apache

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread John Turner
It seems stunnel is available for Windows, assuming you have a functional SSL library installed on both the web server and app server. John John Turner wrote: Mod_ssl is an Apache module that allows SSL encryption between the webserver and the client. It is not involved in any way with the

RE: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Ramanan Ramadoss
but still that needs to be accounted in our case. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 12:06 PM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2 + ssl The systems administrators will be the ones setting up

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread John Turner
in particular I should be looking for the old binaries. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:38 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2 + ssl It seems stunnel is available for Windows, assuming you have

RE: WINXP + TOMCAT + apache

2003-08-14 Thread Raible, Matt
to set it up: http://raibledesigns.com/tomcat/index.html HTH, Matt -Original Message- From: David O'Sullivan [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 9:50 AM To: [EMAIL PROTECTED] Subject: WINXP + TOMCAT + apache Hey I'm new to this list and apache and tomcat I'm trying

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Rick Roberts
that be an option to secure the communication between apache and tomcat. Your opinion is highly appreciated. --Ramanan -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:17 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2

WINXP + TOMCAT + apache

2003-08-14 Thread David O'Sullivan
__ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application.

WINXP + TOMCAT + apache

2003-08-12 Thread David O'Sullivan
__ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application.

WINXP + TOMCAT + apache

2003-08-11 Thread David O'Sullivan
Hey I'm new to this list and apache and tomcat I'm trying to run apache 2.0.47 with tomcat 5.0 on xp i know there are issues witht his but i don't know how to fix them any help? Regards, David O'Sullivan __ Join Freeserve

WINXP + TOMCAT + apache

2003-08-10 Thread David O'Sullivan
__ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application.

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-09 Thread John Turner
Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:17 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2 + ssl Apache 2.0.47 Tomcat 4.1.24 There isn't an SSL version of either the mod_jk or jk2 connector. Since JK and JK2 don't ever communicate with a client

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-08 Thread John Turner
Apache 2.0.47 Tomcat 4.1.24 There isn't an SSL version of either the mod_jk or jk2 connector. Since JK and JK2 don't ever communicate with a client, there's really no need. You might be able to setup a tunnel using stunnel or similar, but on Windows that will be problematic. Apache binary:

WINXP + TOMCAT + apache

2003-08-08 Thread David O'Sullivan
__ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application.

RE: Stable tomcat + apache + mod_j2 + ssl

2003-08-06 Thread Ramanan Ramadoss
Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:45 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2 + ssl Are you sure that you need to encrypt traffic between Apache and Tomcat? That is an unusual requirement, because usually both tomcat

RE: Stable tomcat + apache + mod_j2 + ssl

2003-08-05 Thread Ramanan Ramadoss
List Subject: Re: Stable tomcat + apache + mod_j2 + ssl Apache 2.0.47 Tomcat 4.1.24 There isn't an SSL version of either the mod_jk or jk2 connector. Since JK and JK2 don't ever communicate with a client, there's really no need. You might be able to setup a tunnel using stunnel or similar

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-05 Thread John Turner
that the information is not in a readable form even to the system/network administrators who are maintaining the machines. -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:45 AM To: Tomcat Users List Subject: Re: Stable tomcat + apache + mod_j2

Stable tomcat + apache + mod_j2 + ssl

2003-08-04 Thread Ramanan Ramadoss
Dear friends, I am a newbie and have to set up a secure enviroment between tomcat and apache. Can someone tell me which is the stable production ssl version of tomcat and apache? Is there a ssl version of mod_jk or mod_j2 connector? If no which connector should we use? Where can I get

Retrieving user-name via Tomcat/Apache

2003-07-30 Thread Urs Pante
Hi, I am running Tomcat 4.1.24 with Apache 2.0.46. Apache is doing the authentication (Type: Basic) for my servlets, but now I want to access the user-name within the servlets (using the getRemoteUser() method). However, this method only returns with an empty string. Any help is highly

RE: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread Bill Saez
, as well. I'm glad I was able to help in some way. Have fun! John Juan Nin wrote: Hi, I've written a kind of HOWTO for Tomcat + Apache + mod_jk. The address is http://www.juanin.com/tomcat/ I will appreciate any feedback, suggestions or critics!!! :) Juan

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread Juan Nin
From: Bill Saez [EMAIL PROTECTED] Tim, Tim or Juan? :oP #My production site VirtualHost mydomain.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/local/apache2/htdocs ServerName mydomain.com:80 ErrorLog logs/error_log CustomLog logs/access_log common

RE: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread Bill Saez
-Original Message- From: Juan Nin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:58 AM To: Tomcat Users List Subject: Re: My Tomcat + Apache + mod_jk HOWTO From: Bill Saez [EMAIL PROTECTED] Tim, Tim or Juan? :oP #My production site VirtualHost mydomain.com

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread Juan Nin
From: Bill Saez [EMAIL PROTECTED] Maybe you can define this once at server (global) context using Directotry insted of Location: Directory /usr/local/tomcat/webapps/examples/juan Options Indexes FollowSymLinks DirectoryIndex index.html index.htm index.jsp /Directory

RE: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread Bill Saez
Plus I figure I can create a file myself that I can include...that would keep things clean. Bill -Original Message- From: Juan Nin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 9:20 AM To: Tomcat Users List Subject: Re: My Tomcat + Apache + mod_jk HOWTO From: Bill

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-23 Thread John Turner
figure I can create a file myself that I can include...that would keep things clean. Bill -Original Message- From: Juan Nin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 9:20 AM To: Tomcat Users List Subject: Re: My Tomcat + Apache + mod_jk HOWTO From: Bill Saez [EMAIL PROTECTED

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-22 Thread Juan Nin
From: Tim Funk [EMAIL PROTECTED] Feel free to add the link to the Wiki too ... http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links added, plus link to Tomcat's Homepage Thanks, Juan - To unsubscribe, e-mail:

Re: tomcat+apache

2003-07-21 Thread John Turner
mod_jk.conf is included into httpd.conf. If you make your changes in mod_jk.conf, they are included by default in httpd.conf. There is no need to make them twice. My HOWTO covers everything step-by-step, I really can't think of a way to describe what's needed any better:

My Tomcat + Apache + mod_jk HOWTO

2003-07-21 Thread Juan Nin
Hi, I've written a kind of HOWTO for Tomcat + Apache + mod_jk. The address is http://www.juanin.com/tomcat/ I will appreciate any feedback, suggestions or critics!!! :) Juan - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-21 Thread John Turner
Looks good to me. There's a need for more HOWTOs that cover the RPM way of doing things. I appreciate the kind words, as well. I'm glad I was able to help in some way. Have fun! John Juan Nin wrote: Hi, I've written a kind of HOWTO for Tomcat + Apache + mod_jk. The address is http

Re: My Tomcat + Apache + mod_jk HOWTO

2003-07-21 Thread Tim Funk
way. Have fun! John Juan Nin wrote: Hi, I've written a kind of HOWTO for Tomcat + Apache + mod_jk. The address is http://www.juanin.com/tomcat/ I will appreciate any feedback, suggestions or critics!!! :) Juan

Re: tomcat+apache

2003-07-20 Thread frankie
Dear John, you mean i need try to edit the mod_jk.conf? but i remember that it so need to define another virtual host in Apache's httpd.conf?? so what i need to do now?i am very new in Linux...HELP ME!! Frankie You mean aside from the extensive documentation available at the Apache site

tomcat+apache

2003-07-18 Thread frankie
Dear all, i can build the mod_jk and setup the apache + tomcat + j2sdk+mysql+jdbc sucessfully,now i still have some problems want to ask you!! when i testing the server in local,i can access the jsp file without specific the port

Re: tomcat+apache

2003-07-18 Thread Samuel Le Berrigaud
I think you have only one virtual host in your Tomcat server.xml file Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true /Host you should add one with the name coresponding with your IP address like : Host name=10.0.0.1 debug=0 appBase=webapps unpackWARs=true

Re: tomcat+apache

2003-07-18 Thread John Turner
That's only half the solution, you'll also need to define another virtual host in Apache's httpd.conf. John On Fri, 18 Jul 2003 10:41:16 +0200, Samuel Le Berrigaud [EMAIL PROTECTED] wrote: I think you have only one virtual host in your Tomcat server.xml file Host name=localhost debug=0

Re: tomcat+apache

2003-07-18 Thread frankie
then how to define the virtual host in apache?any example? That's only half the solution, you'll also need to define another virtual host in Apache's httpd.conf. John On Fri, 18 Jul 2003 10:41:16 +0200, Samuel Le Berrigaud [EMAIL PROTECTED] wrote: I think you have only one virtual

Re: tomcat+apache

2003-07-18 Thread John Turner
You mean aside from the extensive documentation available at the Apache site (http://httpd.apache.org/docs-2.0/vhosts/)? You could try here: http://www.johnturner.com/howto/mod_jk_conf.html John On Fri, 18 Jul 2003 20:52:37 +0800, frankie [EMAIL PROTECTED] wrote: then how to define the

Re: tomcat+apache

2003-07-18 Thread Simon Pabst
If the 404 error comes from Apache your JkMount doesn't work properly (for 10.0.0.1) Look for errors in mod_jk.log or error_log. Also try putting a proper ServerName in httpd.conf (http://httpd.apache.org/docs/mod/core.html#servername) and set UseCanonicalName off

Re: Q on Tomcat + Apache sessions

2003-07-17 Thread Simon Pabst
You can use mod_jk2 sticky session (on by default) when load balancing with it, then you can ignore Apache. However the round robin distribution of users sessions in mod_jk1 and 2 doesn't work properly at the moment for prefork Apache (1.x and 2.x in default configuration), see this thread:

Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread Juan Nin
Hi, Can someone point me to a good Tomcat + Apache-1.3.x + mod_jk HOWTO that covers Apache's VirtualHosts? I found a nice one by Pascal Chong at http://linux-sxs.org/internet_serving/tomcat4.1x.html It's good for initial setup, but does not cover many more things... I've got Tomcat working ok

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread John Turner
for each host that is not under CATALINA_HOME/webapps. John On Wed, 16 Jul 2003 12:58:28 -0300, Juan Nin [EMAIL PROTECTED] wrote: Hi, Can someone point me to a good Tomcat + Apache-1.3.x + mod_jk HOWTO that covers Apache's VirtualHosts? I found a nice one by Pascal Chong at http://linux-sxs.org

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread Juan Nin
From: John Turner [EMAIL PROTECTED] If you consider localhost to be a VirtualHost (it is), then the HOWTOs should be OK. If you need more info, this may help: http://marc.theaimsgroup.com/?l=tomcat-userm=105778185321556w=2 The only thing I would change from my post earlier this month is

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread Juan Nin
From: John Turner [EMAIL PROTECTED] The only thing I would change from my post earlier this month is that I would setup a separate director for each host that is not under CATALINA_HOME/webapps. what's the concept of director? is there any advantage or something between having your apps

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread John Turner
Typo. director = directory The problem with having multiple webapps for multiple virtual hosts all under CATALINA_HOME/webapps is that things get a little messy. For example, say you have two virtual hosts, host1 and host2. You have two apps, app1 and app2. So, you expect something like

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread Juan Nin
From: John Turner [EMAIL PROTECTED] Typo. director = directory oh, ok, I thought maybe it was a typo :) The problem with having multiple webapps for multiple virtual hosts all under CATALINA_HOME/webapps is that things get a little messy. yes, I thought of that.. If you put app1 and

Re: Tomcat + Apache + mod_jk HOWTO

2003-07-16 Thread John Turner
If its working for you as you need and expect, its OK. John On Wed, 16 Jul 2003 17:57:48 -0300, Juan Nin [EMAIL PROTECTED] wrote: From: John Turner [EMAIL PROTECTED] Typo. director = directory oh, ok, I thought maybe it was a typo :) The problem with having multiple webapps for multiple

Q on Tomcat + Apache sessions

2003-07-16 Thread joseph lam
Would anyone pls tell me how sessions are kept and passed between Apache and Tomcat via jk2, e.g. whether it is completely transparent so that when I write session related codes in Tomcat I can ignore Apache? What about in a load balancing config (e.g. 1 Tomcat to 2 Apache, 1 Apache to two

Tomcat/Apache and mod_jk2

2003-07-15 Thread Daniel Herbison
I'm trying to install the mod_jk2 connector under Apache 1.3.27 and Tomcat 4.1.18. When I place the mod_jk2.so in apache/modules and run the apachectl configtest I get the error message: Syntax error on line 224 of /coi/home/apache/conf/httpd.conf: Cannot load

Re: Tomcat/Apache and mod_jk2

2003-07-15 Thread Simon Pabst
mod_jk2 needs Apache APR libraries to work. These aren't included with Apache 1.x, only Apache 2.x - The easier thing to build mod_jk2 is to do it with Apache 2, - However you could also download and build the Apache APR libraries (http://www.apache.org/dist/apr/) and then build mod_jk2 with

RE: Tomcat/Apache and mod_jk2

2003-07-15 Thread Daniel Herbison
Thank you I'll give that a try. -Original Message- From: Simon Pabst [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:08 PM To: Tomcat Users List Subject: Re: Tomcat/Apache and mod_jk2 mod_jk2 needs Apache APR libraries to work. These aren't included with Apache 1.x, only

Tomcat-Apache [error] mod_jk child init 1 0

2003-07-11 Thread Rick
Anyone know why I am getting this error on startup? [error] mod_jk child init 1 0 Thanks

Re: Confusing Tomcat/Apache/Linux problem

2003-07-06 Thread Martin Whelan
I'd get rid of Apache and run Tomcat as a standalone until you find the solution. It sounds like the context may not be set correctly. It's at least a good sign that the 404 is coming from Tomcat, it shows that the mod jk stuff is actually working. Martin At 15:04 05/07/2003 -0700, you wrote:

Confusing Tomcat/Apache/Linux problem

2003-07-05 Thread Mitchell Ratisher
I'm helping somebody with a Tomcat installation that is being quite stubborn about working. He currently has Apache 1.3.20 acting as a proxy for Tomcat 4.1.24 on a Linux server. I've set up a trivial web app for Tomcat that consists of just a single html page. When I try to load the page I get

RE: Tomcat-Apache JSP compile error

2003-07-04 Thread Atreya Basu
Users List Subject: Tomcat-Apache JSP compile error Hello, I'm having a problem compiling JSPs dynamically when using mod_jk2. When I change a JSP file and try to access it I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line

Re: Tomcat-Apache JSP compile error

2003-07-04 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#compile -Tim Atreya Basu wrote: Hello, I'm having a problem compiling JSPs dynamically when using mod_jk2. When I change a JSP file and try to access it I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP

RE: Tomcat-Apache JSP compile error

2003-07-04 Thread Atreya Basu
(at) greenfieldresearch (dot) ca -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 4, 2003 9:04 AM To: Tomcat Users List Subject: Re: Tomcat-Apache JSP compile error http://jakarta.apache.org/tomcat/faq/misc.html#compile -Tim Atreya Basu wrote: Hello, I'm having

tomcat/apache systems consultant available now?

2003-07-03 Thread sander-martijn
hi - sorry for posting this but i'm not sure what else to do at this point. i'm desparately seeking help with the issue i posted earlier on this list under the subject Integration problems: tomcat 4.1, apache 1.3.x mod_jk (ajp13). since i haven't received a response and am really stuck until

Re: tomcat/apache systems consultant available now?

2003-07-03 Thread David Rees
sander-martijn said: sorry for posting this but i'm not sure what else to do at this point. i'm desparately seeking help with the issue i posted earlier on this list under the subject Integration problems: tomcat 4.1, apache 1.3.x mod_jk (ajp13). since i haven't received a response and am

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