RE: UNIX+Apache+Tomcat Situtation

2003-10-22 Thread Francois JEANMOUGIN
I would suggest that you always run tomcat as the tomcat user, and make developer and root start it as the tomcat user. That can be easily done with a startup script instead of calling $TOMCAT_HOME/bin/startup.sh directly or whatever it is. I would make sure that the directories all have

[SOLVEDRE] : UNIX+Apache+Tomcat Situtation

2003-10-22 Thread earle . flynn
] Sent: Tuesday, October 21, 2003 3:48 PM To: Tomcat Users List Subject: Re: UNIX+Apache+Tomcat Situtation This really sounds like it is a unix permissions issue, but it could be a Security issue with java as well. I don't know as much about the java Security model, but I can tell you things to check

RE: [SOLVEDRE] : UNIX+Apache+Tomcat Situtation

2003-10-22 Thread Shapira, Yoav
] Subject: [SOLVEDRE] : UNIX+Apache+Tomcat Situtation Daniel, Thank you for your excellent response. :) By the time I got it though I was pretty much resolved to the idea that it was not a UNIX permission issue at all. As I had many hours(read sore shoulder) into throwing every UNIX permission switch

Problems with Apache-Tomcat SSL

2003-10-21 Thread Low, Claudia
Hi, I have a problem working on apache-tomcat SSL. My set up is using apache server to talk to tomcat using mod_jk. When I access my site using non SSL, it works and can load up the page. However, when i use SSL, it gives an 401 exception. The SSL works if I try https://localhost:443

UNIX+Apache+Tomcat Situtation

2003-10-21 Thread earle . flynn
Hello, I have a situation where if a developer owns Tomcat 3 and stops/starts server the apps on that server all j2ee web-apps run fine. If I as root or 'tomcat_user' or su to developer id stop/start Tomcat 3 then all j2ee web-apps run except modules that produce .jpegs dynamically. In the latter

Re: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread Daniel Gibby
What do you mean the developer owns Tomcat 3? His permissions are the owner of the tomcat directory or what? Daniel Gibby [EMAIL PROTECTED] wrote: Hello, I have a situation where if a developer owns Tomcat 3 and stops/starts server the apps on that server all j2ee web-apps run fine. If I as

RE: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread earle . flynn
Daniel, Yes, the developer_id is the owner of the Tomcat directory. Earle -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 3:10 PM To: Tomcat Users List Subject: Re: UNIX+Apache+Tomcat Situtation What do you mean the developer owns Tomcat

mod_jk (Apache-Tomcat) problem

2003-10-21 Thread Robert Hall
Hi, I'm new to this list and hoping someone can help with the following problem. We have a JBoss (3.2.1) install w/embedded Tomcat (4.1.24) fronted by Apache 1.3.27 running on Solaris. The problem: mod_jk is setting the Content-Length header value to 0 for Content-Type of text/html when an HTML

Re: UNIX+Apache+Tomcat Situtation

2003-10-21 Thread Daniel Gibby
This really sounds like it is a unix permissions issue, but it could be a Security issue with java as well. I don't know as much about the java Security model, but I can tell you things to check for with unix permissions: So if 'developer' is the owner of the tomcat directory, and your webapps

Re: Problems with Apache-Tomcat SSL

2003-10-21 Thread Bill Barker
news:[EMAIL PROTECTED] Hi, I have a problem working on apache-tomcat SSL. My set up is using apache server to talk to tomcat using mod_jk. When I access my site using non SSL, it works and can load up the page. However, when i use SSL, it gives an 401 exception. The SSL works if I try

Apache/Tomcat VirtualHosts

2003-10-17 Thread David Meier
Hi, I am not very familiar with the world of Java/Tomcat. I have set up an Apache (1.3.27) Server for virtual domain hosting, Tomcat (4.1.18) and mod_jk. I had basically followed the guide from the Jakarta homepage. Basically the system works: I can connect to localhost:8080 and execute the

Re: John Turner's Recent HowTo (Apache + Tomcat) [solved]

2003-10-15 Thread Matt Raible
I figured out my issues - here's how: I had modified /usr/sbin/apachectl so that the HTTPD variable pointed to /usr/local/apache2/bin/httpd rather than /usr/sbin/httpd. I fixed it by removing /usr/bin/apachectl and executing ln -s /usr/local/apache2/bin/apachectl /usr/sbin/apachectl. Now if I

Re: [ANN] Updated Apache + Tomcat RH HOWTO

2003-10-14 Thread Jacob Kjome
At 12:09 PM 10/14/2003 +0800, you wrote: Hi John, You may want to correct the URL -- it says localhost in your email. :) Regards, pascal chong Should be: http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html Jake John Turner wrote: Apache 2 HTTP + Tomcat + JK. Updated with the

Re: [ANN] Updated Apache + Tomcat RH HOWTO

2003-10-14 Thread Thorsten Westmeier
Hi Pascal and others, The correct URL is: http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html Bye, Thorsten At 12:09 14.10.2003 +0800, you wrote: Hi John, You may want to correct the URL -- it says localhost in your email. :) Regards, pascal chong

RE: [ANN] Updated Apache + Tomcat RH HOWTO

2003-10-14 Thread Angus Mezick
: Tuesday, October 14, 2003 4:13 AM To: Tomcat Users List Subject: Re: [ANN] Updated Apache + Tomcat RH HOWTO Hi Pascal and others, The correct URL is: http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html Bye, Thorsten At 12:09 14.10.2003 +0800, you wrote

John Turner's Recent HowTo (Apache + Tomcat)

2003-10-14 Thread Matt Raible
I went through John's HowTo on Tomcat and Apache on RH 9 this evening. http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html All worked awesome (on OS X) until I rebooted my machine, now I'm getting the following in Tomcat's log file: BAD packet 256 In: : [EMAIL PROTECTED] 4/843 01

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 23:04 12.10.2003 -0700, you wrote: Which changes has to be made in the Tomcat 5 server.xml to use the new Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not? No changes are required in server.xml for any Tomcat versions 3.3.x-5.0.x. Just like with Tomcat 4.1.x, the

[ANN] Updated Apache + Tomcat RH HOWTO

2003-10-13 Thread John Turner
Apache 2 HTTP + Tomcat + JK. Updated with the most recent JK source version, 1.2.5. http://localhost/johnturner/howto/apache2-tomcat4127-jk-rh9-howto.html Virtual hosting HOWTO coming soon. Comments and suggestions welcome. John

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 18:34 12.10.2003 +0200, you wrote: Which changes has to be made in the Tomcat 5 server.xml to use the new Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not? [...] In Tomcat 5 server.xml it's only the following JK Connector: !-- Define a Coyote/JK2 AJP 1.3

Re: [ANN] Updated Apache + Tomcat RH HOWTO

2003-10-13 Thread Chong Yu Meng
Hi John, You may want to correct the URL -- it says localhost in your email. :) Regards, pascal chong John Turner wrote: Apache 2 HTTP + Tomcat + JK. Updated with the most recent JK source version, 1.2.5. http://localhost/johnturner/howto/apache2-tomcat4127-jk-rh9-howto.html Virtual

Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Thorsten Westmeier
, Tomcat 5 is configured for JK2, or not? Thanks for your help, Thorsten At 12:52 11.10.2003 -0500, you wrote: The Tomcat team is pleased to announce the release of version 1.2.5 of the Apache Tomcat mod_jk web server connector

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Giuliano Gavazzi
At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote: Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. I can confirm that. Can I use my old uriworkermap.properties and workers.properties? I have just managed to build jk1.2.5

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Eric C
, 2003 6:34 PM Subject: Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5 At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote: Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. I can confirm that. Can I use

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Bill Barker
of the Apache Tomcat mod_jk web server connector. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache+Tomcat with mod_jk on OS X

2003-10-11 Thread Matt Raible
://tinyurl.com/qkh6. Currently, the issue I'm having is with Apache, hopefully someone can help. When I restart Apache, I get: Invalid command 'JkWorkersFile' I've heard that folks are using 'webapp' for Apache+Tomcat integration on OS X, but I'd rather use mod_jk b/c I'm familiar with it (or jk2

[ANN] Apache Tomcat mod_jk 1.2.5 Web Server Connector released

2003-10-11 Thread Glenn Nielsen
[October 11, 2003] The Tomcat team is pleased to announce the release of version 1.2.5 of the Apache Tomcat mod_jk web server connector. Tomcat is the reference implementation of a web application server which implements the Java Servlet and JavaServer Pages specifications. mod_jk is a connector

Re: Apache+Tomcat with mod_jk on OS X

2003-10-11 Thread Giuliano Gavazzi
At 10:52 -0600 2003/10/11, Matt Raible wrote: I'm trying to get Apache (1.3.27) integrated with Tomcat (4.1.27) on OS X. [...] I downloaded mod_jk.so (for 1.3.27) from http://tinyurl.com/qkh6. Currently, the issue I'm having is with Apache, hopefully someone can help. When I restart Apache, I

Re: Apache+Tomcat with mod_jk on OS X

2003-10-11 Thread Matt Raible
Yep, and that appears to work just fine. On Saturday, October 11, 2003, at 02:54 PM, Giuliano Gavazzi wrote: At 10:52 -0600 2003/10/11, Matt Raible wrote: I'm trying to get Apache (1.3.27) integrated with Tomcat (4.1.27) on OS X. [...] I downloaded mod_jk.so (for 1.3.27) from

Re: Apache+Tomcat with mod_jk on OS X

2003-10-11 Thread Trinity Jacobs
HELP ever since the big virus ive been plagued with emails from thei comapny or whatever it is.. i get at least 800 a day and i can t make them stop.. i dont know what you are all are talkingabout and i really dont care.. i cant seem to unsubscribe successfully HELP!! i want my email inbox

mod_jk (Apache + Tomcat)

2003-10-09 Thread Mariano Cristóbal
I have configured apache 2.0.47 + tomcat 4.1.27 with mod_jk 2.0.2 on a Red Hat 6.2 distribution. It seems to work fine but in the error_log file I obtain the following message: [error] mod_jk child init 1 0 I dont know what is the problem. Thanks

Apache - Tomcat - DataSource

2003-10-08 Thread João Augusto Charnet
I've configured my Tomcat to use OracleConnectionPoolDataSource. It works perfectly. But when I try to access through Apache (SSL), it always gives me a BasicDataSource class, and then I get a Class Cast Exception. Any ideas why this happens? Thanks a lot, Sincerely, John. --

Apache/Tomcat on two machines

2003-10-07 Thread Meinrad Schwamborn
Hi all, I'm running Apache 1.3.27 and Tomcat 4.1.24 on different machines (both are SuSE 8.2 Linux boxes). Apache is part of the DMZ and the clients should only connect on the Apache server. The whole webapp is running on the Tomcat machine. I'm using mod_jk as connector for Apache/Tomcat which

RE: Apache/Tomcat on two machines

2003-10-07 Thread Ralph Einfeldt
:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:47 PM To: [EMAIL PROTECTED] Subject: Apache/Tomcat on two machines The whole webapp is running on the Tomcat machine. I'm using mod_jk as connector for Apache/Tomcat which works fine when I'm using an URL like http://my.apache.server

Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat ? if that username has a domwin, www.domain.com then i can access test.jsp file via http://www.domain.com/test.jsp no problem.

Re: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Oleksiy Podopryhora
Alex Korneyev wrote: Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat ? Listener className=org.apache.catalina.startup.UserConfig directoryName=public_html

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello Oleksiy, I am not sure how this is going to help me. This is a Tomcat side configuration. thanks Thursday, October 2, 2003, 10:18:48 AM, you wrote: OP Alex Korneyev wrote: Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect

Re: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread David Rees
On Thu, October 2, 2003 at 7:53 am, Alex Korneyev sent the following I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat ? if that username has a domwin, www.domain.com then i can access

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello David, Thursday, October 2, 2003, 10:52:17 AM, you wrote: DR On Thu, October 2, 2003 at 7:53 am, Alex Korneyev sent the following I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat ?

(Apache Tomcat) || (Tomcat with CGI Support)?

2003-09-26 Thread Lawence
Dear All, I need to accomondate some old cgi scripts on my website but primarily it uses java. I am wondering which comb is better in terms of simplicity and usability. By the way, I tried to enable CGI support with Tomcat, but since the installation path of Tomcat contains white space, it

Re: (Apache Tomcat) || (Tomcat with CGI Support)?

2003-09-26 Thread John Turner
I've never tried it, but change the path to c:\progra~1. John Lawence wrote: Dear All, I need to accomondate some old cgi scripts on my website but primarily it uses java. I am wondering which comb is better in terms of simplicity and usability. By the way, I tried to enable CGI support

RE: (Apache Tomcat) || (Tomcat with CGI Support)?

2003-09-26 Thread Wilson, Allen
Message- From: Lawence [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 3:42 PM To: [EMAIL PROTECTED] Subject: (Apache Tomcat) || (Tomcat with CGI Support)? Dear All, I need to accomondate some old cgi scripts on my website but primarily it uses java. I am wondering which comb

[ANN] Apache Tomcat 5.0.12 Beta released

2003-09-22 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.12 Beta. Tomcat 5.0 contains many enhancements over Tomcat 4.1, including: * Performance optimizations and reduced garbage collection * Refactored application deployer, with an optional standalone deployer allowing

Security apache+tomcat

2003-09-19 Thread Roland Carlsson
Hi! I know I must have missed this in the documentation somewhere but I can't find it. How do I configure apache to use the security-constraints of my web-app? Example: I have a photo-album witch have two kinds of users. Admins and everybody else. Among the admin-files there are some pictures

Re: vertial host apache/tomcat

2003-09-18 Thread Johan Louwers
tomcat both on port 80. LoadModule jk2_module modules/mod_jk2.so # --END HTTPD.CONF-- - Original Message - From: Luke Vanderfluit [EMAIL PROTECTED] To: Johan Louwers [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:31 PM Subject: Re: vertial host apache

Re: vertial host apache/tomcat

2003-09-18 Thread achana
# --END HTTPD.CONF-- - Original Message - From: Luke Vanderfluit [EMAIL PROTECTED] To: Johan Louwers [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:31 PM Subject: Re: vertial host apache/tomcat Hi Johan, I don't know what your httpd.conf looks like

Re: vertial host apache/tomcat

2003-09-18 Thread Johan Louwers
original message -- - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 7:44 AM Subject: Re: vertial host apache/tomcat What's the question? Johan Louwers wrote: Luke, I placed my httpd.conf

Re: vertial host apache/tomcat

2003-09-18 Thread Luke Vanderfluit
: Thursday, September 18, 2003 7:44 AM Subject: Re: vertial host apache/tomcat What's the question? Johan Louwers wrote: Luke, I placed my httpd.conf in this mail. Hope you (or someone else) knows the answer. # --BEGIN HTTPD.CONF

vertial host apache/tomcat

2003-09-17 Thread Johan Louwers
Ok, finaly have apache and tomcat running both on port 80. I have created the following dir's /export/home/www.someserver.com /export/home/mnt.someserver.com This will be the location of http://www.someserver.com and http://mnt.someserver.com To test I have placed a document named info_www.txt

RE: Apache + Tomcat, a default servlet, and static content

2003-09-17 Thread Mike Curwen
All 3 of those are great solutions. Thanks to both of you. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Tuesday, September 16, 2003 10:16 PM To: [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, a default servlet, and static content If you

Re: vertial host apache/tomcat

2003-09-17 Thread Luke Vanderfluit
Hi Johan, I don't know what your httpd.conf looks like, When using VirtualHost the first block must be the main domain, then your virtual domains. post your full httpd.conf kind regards, Luke On Wed, 2003-09-17 at 20:54, Johan Louwers wrote: Ok, finaly have apache and tomcat running both

Apache + Tomcat, a default servlet, and static content

2003-09-16 Thread Mike Curwen
Apologies if this is a dupe. I just realized I sent the first one from an account that is not subscribed ** Once more with feeling? Bill Barker, John Turner and others might recognize this question. Yes, it's me AGAIN. httpd.conf:

Re: Apache + Tomcat, a default servlet, and static content

2003-09-16 Thread Tim Funk
That is because your have overridden the default servlet. It is now your servlet's job to also serve static content. A simple workaround: Extend the DefaultServlet, then use super.doGet(), super.doPost() ... when your servlet doesn't want the mapping. -Tim Mike Curwen wrote: Apologies if

Apache + Tomcat, a default servlet, and static content

2003-09-16 Thread Mike Curwen
Once more with feeling? Bill Barker, John Turner and others might recognize this question. Yes, it's me AGAIN. httpd.conf: VirtualHost 205.200.100.109 ServerName foo.myfoo.com ServerAlias www.foo.myfoo.com DocumentRoot /home/webhome/myfoo #deny WEB-INF Location

Re: Apache + Tomcat, a default servlet, and static content

2003-09-16 Thread Bill Barker
If you have only a small number of static file types, then you could also do: servlet-mapping servlet-namedefault/servlet-name url-pattern*.gif/url-pattern /servlet-mapping !-- repeat as necessary -- Another trick is to include in your servlet something like: ServletContext

Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL. The situation seems to be this: - mod_webapp requires Tomcat to be already running when httpd starts - the Tomcat application contains a connection pool that requires MySQL

Re: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Tim Funk
Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up -Tim Walker Chris wrote: Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
Users List Subject: Re: Apache/Tomcat/MySQL Startup Sequence on Linux Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up -Tim Walker Chris wrote: Hi, I'm having problems coordinating the startup

Re: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Tim Funk
- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 15 September 2003 11:46 To: Tomcat Users List Subject: Re: Apache/Tomcat/MySQL Startup Sequence on Linux Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Andy Eastham
] Sent: 15 September 2003 11:46 To: Tomcat Users List Subject: Re: Apache/Tomcat/MySQL Startup Sequence on Linux Don't use mod_webapp. Use jk or jk2. Webapp is unsupported. jk, jk2 allow for either side to go down and all is still ok when it comes back up -Tim Walker Chris wrote: Hi

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Walker Chris
13:37 To: Tomcat Users List Subject: RE: Apache/Tomcat/MySQL Startup Sequence on Linux Chris, Webapp is unsupported because JK is better and noone in the open source community wants to support it. Are you volunteering ;-) Andy -Original Message- From: Walker Chris [mailto:[EMAIL

RE: Apache/Tomcat/MySQL Startup Sequence on Linux

2003-09-15 Thread Dana Bourgeois
' Subject: Apache/Tomcat/MySQL Startup Sequence on Linux Hi, I'm having problems coordinating the startup scripts for Apache, Tomcat (connected via mod_webapp) and MySQL. The situation seems to be this: - mod_webapp requires Tomcat to be already running when httpd starts - the Tomcat

Apache / tomcat connector on AIX - urgent

2003-09-15 Thread Ajay Arora
Greetings, I asked this question earlier too but did not get any answer. Please help I got stuck and it is urgent. I am using Tomcat 4.1.27 and apache 2.0.47. Both are built fine and working fine separately. TO connect both I compiled mod_jk2 tomcat connector and when I tried to load it in

SSL Apache/Tomcat encrypting a subdirectory

2003-09-11 Thread Francisco Vides Fernandez
4.1.24 on Suse Linux 8.2 (Server 2). I'm using mod_jk as Kai connector for Apache/Tomcat which works fine without Kai SSL-configuration. Kai My JAVA-Webapp is running on Tomcat (Server 2). I can connect Kai to my JAVA-Webapp through the URL http://www.foo.com/. Now I Kai want a subdirectory

SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Kai Schliemann
Hello list, I have the following problem: I'm running Apache 1.3.27 on Suse Linux 8.2 (Server 1) and Tomcat 4.1.24 on Suse Linux 8.2 (Server 2). I'm using mod_jk as connector for Apache/Tomcat which works fine without SSL-configuration. My JAVA-Webapp is running on Tomcat (Server 2). I can

SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Kai Schliemann
Hello list, I have the following problem: I'm running Apache 1.3.27 on Suse Linux 8.2 (Server 1) and Tomcat 4.1.24 on Suse Linux 8.2 (Server 2). I'm using mod_jk as connector for Apache/Tomcat which works fine without SSL-configuration. My JAVA-Webapp is running on Tomcat (Server 2). I can

Re: SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Bill Barker
running Apache 1.3.27 on Suse Linux 8.2 (Server 1) and Tomcat 4.1.24 on Suse Linux 8.2 (Server 2). I'm using mod_jk as connector for Apache/Tomcat which works fine without SSL-configuration. My JAVA-Webapp is running on Tomcat (Server 2). I can connect to my JAVA-Webapp through the URL http

Search MOD_JK.SO for RedHat 7.2, Apache/1.3.23, mod_jk/1.2.4, Apache Tomcat/4.1.27-LE-jdk14

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello, can anybody send me the mod_jk for these configuration?? If not, can anybody send me a how to how i can compile mod_jk self? Many Thanx Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Apache Tomcat Performance Handbook

2003-09-05 Thread John Turner
That's why...they're no longer being printed. Anything you see on shelves or in stores is backstock. Peer Information Services, which owned Wrox and several other publishing houses (like Friends of Ed) liquidated in March, 2003. Apress and Wiley picked up most of the assetsthe books that

Re: Apache/Tomcat Appbase

2003-09-04 Thread John Turner
As long as you protect your WEB-INF and META-INF directories with the appropriate Apache directives, and your connector mapping is correct, and you don't use the Invoker servlet, you're good to go. All of my virtual hosts have the Apache DocumentRoot setup that way. John Chad Arimura wrote:

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version of it ? Can you

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Matt Fury
book is undecided, though that could change at any moment. I for one think there is a need for such a book, but with Tomcat 5 coming out, it might need to be rewritten to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance

RE: Apache Tomcat Performance Handbook

2003-09-04 Thread Shapira, Yoav
: Apache Tomcat Performance Handbook How could Wrox go out of business? That doesn't sound right. They have 1001 titles and write great books! Are you sure? --- John Turner [EMAIL PROTECTED] wrote: The book was never published. The original publisher (Wrox) went out of business

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
need to be rewritten to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version

FW: caching with Apache-Tomcat

2003-09-04 Thread Patrick . King
I would like to know how to cache dynamic content generated using tomcat 3.2.4 with apache 1.3.26 as a front-end. Mod_jserv is being used (ajp12) as a connector from apache to tomcat. Pat Patrick King E-mail : mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

RE: Apache Tomcat Performance Handbook

2003-09-04 Thread Duncan Strang
Jeez, the stuff you learn on this list... -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 15:02 To: Tomcat Users List Subject: Re: Apache Tomcat Performance Handbook Well, I guess we have to be more clear. Wrox did not go out of business. Peer

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Remy Maucherat
John Turner wrote: The book was never published. The original publisher (Wrox) went out of business and liquidated assets. The rights to the performance handbook (and many other former Wrox titles including the security handbook) were picked up by Apress. The rights to the rest were picked

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Peter Lin
If the book never gets out, I plan to write a 30-50 page paper based on the results of our benchmarks and give it to the TC community. Hopefully it won't go down the drain, since Remy and I spend over 2 months doing a ton of benchmarks with all sorts of variations and tuning options. peter ---

Apache/Tomcat Appbase

2003-09-03 Thread Chad Arimura
I'm new to tomcat so this question might not make sense. Is it a security risk (or a bad practice) to make the appbase of both apache httpd and Tomcat the same? To me, it seems logical because then I can serve .jsp files through Tomcat, and all other content through httpd without having to put

Re: Apache/Tomcat Appbase

2003-09-03 Thread Iain McClure
into the Tomcat container. Also, if you're writing JSP pages exclusively, why not use Tomcat as a standalone server, and skip Apache ? Iain. - Original Message - From: Chad Arimura [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 7:18 PM Subject: Apache/Tomcat Appbase

Apache Tomcat Performance Handbook

2003-09-03 Thread Flat Juas
Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version of it ? Can you recommend me other books about tomcat

Re: Apache Tomcat Performance Handbook

2003-09-03 Thread Christopher Williams
The book was never published and Wrox have gone bust, I believe. - Original Message - From: Flat Juas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:49 PM Subject: Apache Tomcat Performance Handbook Hi! I'm looking for the Apache Tomcat

RE: Apache/Tomcat Appbase

2003-09-03 Thread Chad Arimura
03, 2003 2:42 PM To: Tomcat Users List Subject: Re: Apache/Tomcat Appbase Sounds OK to me if you're simply using Tomcat to handle *.jsp files. However, you'll still need a work directory configured in Tomcat to compile the pages into, and separate config files etc. for Tomcat. A reason

Re: need help in apache tomcat 4.0

2003-08-29 Thread John Turner
path for addition in apache tomcat 4.0.Actaully i want to get sound file through servlet and for this i have downloaded the class, MultipartRequest, written by Jason Hunter which is available for download at http://www.servlets.com/cos/index.html.you can read Complete documentation for the class

need help in apache tomcat 4.0

2003-08-29 Thread sheba Tasaduque
to ask about correct path for addition in apache tomcat 4.0.Actaully i want to get sound file through servlet and for this i have downloaded the class, MultipartRequest, written by Jason Hunter which is available for download at http://www.servlets.com/cos/index.html.you can read Complete

Re: [ANN] Apache Tomcat 5.0.9 Beta released

2003-08-27 Thread Bill Barker
This part of Tomcat didn't really change all that much from 4.1.x. There are no changes on the Apache side (i.e. you can use the same binaries for mod_jk(2) that you use for 4.1.x). Warp (aka mod_webapp) is not supported. On the Tomcat side, only the CoyoteConnector is supported. Other than

Re: [ANN] Apache Tomcat 5.0.9 Beta released

2003-08-27 Thread Dominique Batard
) at org.apache.commons.digester.Digester.startElement(Digester.java:1273) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) ... Dom - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:30 AM Subject: Re: [ANN] Apache Tomcat 5.0.9 Beta released

RE: [ANN] Apache Tomcat 5.0.9 Beta released

2003-08-26 Thread Johan Wasserman - CPX Mngd Services
HOT! Any spec's available on setting up and running under Apache? Did it really change all that much? Thanks from a loyal supporter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Directory Listing problem Apache-Tomcat

2003-08-25 Thread Atreya Basu
Hello, I'm having a problem getting a directory listing using Apache and Tomcat. I have a directory that I want to display the contents of using Apache. However, when I access the directory (http://myhost.com/dir/) I get a 404 error from Tomcat. In my workers2.properties file I have the uri

Re: [ Apache / Tomcat ]

2003-08-25 Thread John Turner
Dan McCullough wrote: I have not ever had any problems doing Tomcat/Apache/JDBC/MySQL/SSL, except these last few times at it has been problems with corupt downloads and incompatible mod_jk, and its a pain trying to find any mod_jk. So if you find it make sure it is compatiable with your

Re: [ Apache / Tomcat ]

2003-08-25 Thread Dan McCullough
Thanks, thats what I was thinking. I am now going around and building from source. --- John Turner [EMAIL PROTECTED] wrote: Dan McCullough wrote: I have not ever had any problems doing Tomcat/Apache/JDBC/MySQL/SSL, except these last few times at it has been problems with corupt

Re: [ Apache / Tomcat ]

2003-08-25 Thread John Turner
* have a look at John Turner's howto: http://www.johnturner.com/howto/apache-tomcat-howto.html M Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com # This message (and any attachment) is intended only for the recipient

[ Apache / Tomcat ]

2003-08-24 Thread Schalk
Hi there Can anyone help with configuring Apache and Tomcat so they can talk to each other. I have successfully installed PHP but my main concern is having Apache and Tomcat talking/exchanging Any help will be appreciated. Kind Regards Schalk Neethling

Re: [ Apache / Tomcat ]

2003-08-24 Thread Dan McCullough
There are many great HOW TO's the problem is that some of the pieces are not working or impossible to find. Some how tos. http://daydream.stanford.edu/tomcat/install_web_services.html http://www.massconfusion.com/tim/notes/installing_jakarta_tomcat-4.1.17.txt

RE: [ Apache / Tomcat ]

2003-08-24 Thread Michele Neylon:: Blacknight Solutions
Which version of Apache? Which OS? If it's RH with 1.3* have a look at John Turner's howto: http://www.johnturner.com/howto/apache-tomcat-howto.html M Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com

Re: Apache-Tomcat-Struts 404 Not Found

2003-08-21 Thread John Turner
ErrorLog logs/local-error.log CustomLog logs/local-access.log common /VirtualHost VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot C:\Apache\Tomcat 5.0\webapps\itdiv ServerName www.itdiv.com ErrorLog logs/www.itdiv.com-error.log CustomLog logs/www.itdiv.com-access.log common

RE: Apache-Tomcat-Struts 404 Not Found

2003-08-20 Thread Johan Wasserman - CPX Mngd Services
CustomLog logs/local-access.log common /VirtualHost VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot C:\Apache\Tomcat 5.0\webapps\itdiv ServerName www.itdiv.com ErrorLog logs/www.itdiv.com-error.log CustomLog logs/www.itdiv.com-access.log common /VirtualHost ### Tomcat 5

RE: Apache-Tomcat-Struts 404 Not Found

2003-08-20 Thread James Harman
: httpd.conf- VirtualHost * ServerAdmin [EMAIL PROTECTED] ServerName localhost ErrorLog logs/local-error.log CustomLog logs/local-access.log common /VirtualHost VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot C:\Apache\Tomcat 5.0\webapps\itdiv

Apache-Tomcat-Struts 404 Not Found

2003-08-19 Thread Johan Wasserman - CPX Mngd Services
Hi, I got Tomcat and Apache configured according to documentation (still referencing TC4x) I found on the web. It seemed to work fine but while testing struts I found that the actions (*do) resulted in a 404 Not found. When I test via Tomcat only (localhost:8080) it works fine. I have probably

Re: Apache-Tomcat-Struts 404 Not Found

2003-08-19 Thread John Turner
Tomcat 4 and Tomcat 5 configuration with mod_jk are the same. Do you have something like this in your httpd.conf file? JkMount /*.do ajp13 John Johan Wasserman - CPX Mngd Services wrote: Hi, I got Tomcat and Apache configured according to documentation (still referencing TC4x) I found on the

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