Re: Tomcat Featured in Out-of-the-Box

2002-11-20 Thread Kent Perrier
On Tue, 2002-11-19 at 18:41, Eric Weidner wrote: FYI, Tomcat is featured in Out-of-the-Box 1.0, a distribution of Open Source projects. Woah. When I saw your subject, I thought you ment the kids show on Playhouse Disney. My 4 year old loves it. I might start enjoying it as well if they

Re: mod_webapp.so versus mod_jk

2002-11-20 Thread Kent Perrier
On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: Hi, I would like to integrate Tomcat and Apache. I noticed that there is more than one way to do this. One way involves Warp, using mod_webapp.so and another involves mod_jk. Please, go look in the archives. This question is asked

Re: Need help in apache-tomcat integration

2002-11-19 Thread Kent Perrier
On Tue, 2002-11-19 at 08:03, Santhosh C N wrote: aix-2:/usr/local/usr/local/apache/bin/apachectl startssl Syntax error on line 1235 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_jk.so into server: No such file or dir ectory /usr/local/apache/bin/apachectl

Re: Tomcat Application on Port 443 or 8080?

2002-11-15 Thread Kent Perrier
On Tue, 2002-11-12 at 15:42, Milt Epstein wrote: Now, assuming you set up Apache+SSL for a reason, you probably want to use that for your https communication. That means the URL you should use is: https://www.kithany.com/kithany/index.jsp This will go through Apache (on port 443, the

Configuration question

2002-10-15 Thread Kent Perrier
All, I have been having problems getting Apache 2.0.40 and Tomcat 4.0.6 configured properly. Due to time issues, I have decided to drop the apache part of my configuration and run Tomcat as root so it can bind to port 80 and 443. I am running into a strange issue that I hope you all can help

Re: Configuration question

2002-10-15 Thread Kent Perrier
On Tue, Oct 15, 2002 at 12:04:49PM -0700, Mark Eggers wrote: Kent, Edit /etc/hosts file and put in the following information: your_ip_address hostname hostname.domainname 127.0.0.1 localhost localhost.localdomain You'll also need to edit your /etc/nsswitch.conf to

Re: Configuration question

2002-10-15 Thread Kent Perrier
On Tue, Oct 15, 2002 at 03:48:54PM -0400, Turner, John wrote: A quick test would be to set server.xml back to localhost, and restart, then test with Lynx to see if you get the error. As always, the easy answer evades the one with the bloody forehead. Changing this back to localhost solves

Re: want to show a message to the user before issuing shutdown command

2002-10-09 Thread Kent Perrier
On Wed, Oct 09, 2002 at 06:41:57AM -0700, shoban kumar wrote: Hi there, I want to show a message to the END USER'S before shutting down the tomcat. How can i achive this. thanks in advance man wall, it will answer all of your questions, assuming by END USERS you mean people logged into

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Mon, Oct 07, 2002 at 04:18:25PM -0400, Turner, John wrote: Sorry, I'm fresh out of ideas. It sure sounds like a permissions issue to me, but I can't say for sure without investigation. Let us know what it was when you get it resolved. I don't have this solved, yet, but I am working

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? I tried that as well. I get the same error, except that it says 127.0.0.1 instead of localhost :) Kent -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? One more thing, the requests are even getting to the Tomcat server as nothing is being written to the tomcat logfiles. Kent -- To unsubscribe,

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? One last thing, I see in the apache_log, on restart of Tomcat this following is written to this file: 2002-10-08 13:19:49

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 02:39:45PM -0400, Turner, John wrote: Not really. The WARP connector is another connector...that may be why you are getting the message. If Apache is set to use WARP, but Tomcat isn't (or vice versa) there wouldn't be an open socket, which might generate the Apache

Re: startup as www

2002-10-07 Thread Kent Perrier
On Mon, Oct 07, 2002 at 09:10:05AM -0400, chad kellerman wrote: but since I moved it to RH 7.3 it prompts for a password. Does anyone know a way aroung this? I would like the tomcat server to run as user www and not prompt for a password. Run the script as root. Kent -- To unsubscribe,

Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Kent Perrier
All, I am configuring an Apache (2.0.40) server to run in front of Tomcat (4.0.5) on a machine, running RH 7.2, that is co-located at a hosting provider. I have a local Linux box, also running RH 7.2, that I am working using as a sandbox to play with before I attempt to get the server

Re: Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Kent Perrier
On Mon, Oct 07, 2002 at 12:05:05PM -0400, Turner, John wrote: That's a standard Apache no auth error message. So, my guess is there's something going on with users (which user the web server is running as) vs. who owns index.jsp, or maybe a rogue .htaccess file somewhere preventing the web

Re: Best Practices Question

2002-09-29 Thread Kent Perrier
On Sun, Sep 29, 2002 at 08:31:32PM -0400, V. Cekvenich wrote: I think there is no reason to use Apache. Tomcat can do it all and it is simpler this way. IF you want tomcat running at root, assuming that you want tomcat to answer requests on port 80. I, personally, prefer to have apache on

Re: Apache 2.0.40, SSL and Linux

2002-09-26 Thread Kent Perrier
On Thu, Sep 26, 2002 at 06:45:43PM -0600, Matt Raible wrote: Platform: Red Hat 7.3 I'm trying to setup SSL for Apache on Linux and I can't seem to get it working properly. The following line in httpd.conf gives me the impression that the mod_ssl is already installed: IfModule mod_ssl.c

Re: Not enough space Error: on tomcat 4.0.4

2002-09-24 Thread Kent Perrier
On Tue, Sep 24, 2002 at 03:35:38PM -0400, Raj Mettai wrote: I am running tomcat 4.0.4 on solaris8. I am getting Not enough space error after few days of running when I try to compile a jsp page, every thing works fine once I restart the tomcat. Is it the heap Issue ? I am running tomcat

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosurevulnerability

2002-09-24 Thread Kent Perrier
On Tue, Sep 24, 2002 at 06:52:10PM -0400, Tim Moore wrote: OK, thanks. (The BugTraq search engine wasn't working when I checked there.) So it sounds pretty much like what I thought it was. I still don't understand why Velocity wouldn't be vulnerable to this exploit. It sounds to me like it

Re: Tomcat takes up too much memory

2002-09-24 Thread Kent Perrier
On Tue, Sep 24, 2002 at 09:46:43PM -0400, Kevin Conaway wrote: Hi, I am attempting to run Tomcat 4.1.12 on an AMD 120 with 24mb of ram running linux 2.4.18 and when i startup Tomcat it spawns about 27 child processes each taking up about 62% memory (go figure how that works). Am i doing

Re: Shut down IIS and replace w/standalone Tomcat -- consequences?

2002-09-19 Thread Kent Perrier
On Thu, Sep 19, 2002 at 01:07:54PM -0400, Jeff wrote: Is it OK to shut down IIS entirely on a computer running Windows 2000 Server and run ONLY Tomcat (bound to port 80) in standalone configuration as a service? The question might seem patently ridiculous to anyone who runs Unix, but I've

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Kent Perrier
On Wed, Sep 18, 2002 at 07:33:33PM +1000, [EMAIL PROTECTED] wrote: snip Apache does not need J2SDK or JRE to function. It has nothing to do with java. Which of the 2 machines do I install mod_jk on : (1) on the web-server (Apache) or (2) on the app-server (Tomcat) or (3) both ???

Re: Problem in tomcat installation in Solaris 8.0

2002-09-17 Thread Kent Perrier
On Tue, Sep 17, 2002 at 02:06:18PM -0400, Anup Ray wrote: Hi, I am a newbie in Tomcat. I downloaded tomcat binary version, unzipped it and trying to start it but getting the following error. Could anybody help me out. Thanks---Anup Ray [EMAIL PROTECTED] _ #

Question regarding mod_jk configuration

2002-09-17 Thread Kent Perrier
I have built mod_jk according to John Turner's howto for Tomcat 4, apache 2 and redhat. The only difference is that I am using the Turbine Dev Kit, not a vanilla tomcat install. Anyway, I get the plugin installed and /server-info/ shows mod_jk loaded. John states in the howto that tomcat

Re: Question regarding mod_jk configuration

2002-09-17 Thread Kent Perrier
-Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:28 PM To: [EMAIL PROTECTED] Subject: Question regarding mod_jk configuration I have built mod_jk according to John Turner's howto for Tomcat 4, apache 2 and redhat. The only