RE: Apache2-Tomcat4 over port 21

2002-07-07 Thread Kapil Sharma
Hi, But I am using tomcat 3.3.1 and there is no default web.xml file in $TOMCAT_HOME ? kapil -Original Message- From: Daniel Farinha [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 05:55 To: 'Tomcat Users List' Subject: Apache2-Tomcat4 over port 21 I've configured Virtual Hosts as you

re: HTTP Status 500 - No Context configured to process this request

2002-07-07 Thread mpauley
Hi (Jose), Had to put this aside as I was gone over the holiday weekend; I'm back at it again. I forgot to give you one very important piece of information regarding my setup: tomcat is installed to /var/tomcat4 and the jsp that we are trying to use tomcat for is in

Accessing Classes from different Context

2002-07-07 Thread stefan
Hi, we just wrote an Application-Monitor. It just works fine, but he cannot access Classes from different Contexts under Tomcat 3.2.4 cross-context and trustable are set both to true What must we configure, that our Application-Monitor can access to the Classes that lay unter WEB-INF from other

installing the Coyote connector for Tomcat 4.0.x

2002-07-07 Thread Ashraf AMR
Hi, On the page http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-rc2/ One of the instructions for installing Coyote with Tomcat 4.0.x is Copy jk2.properties to $CATALINA_HOME/conf I couldn't find the file jk2.properties on this page or elsewhere appreciate the

RE: Tomcat and static content

2002-07-07 Thread Kapil Sharma
Can someone answer it please... kapil -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 00:03 To: 'Tomcat Users List' Subject: Tomcat and static content Hi, I have got a problem. I am using apache 1.3.26+tomcat 1.3.1. Is there any way to know that

Re: Tomcat and static content

2002-07-07 Thread David Kavanagh
Kapil, You could look at the apache access log. It will tell when an image has been served. There is now way (that I know of) to configure apache to trap all image requests that would be handled by a tomcat context. Is that what you are trying to do? If so, your web app needs to use paths

Re: Tomcat and static content

2002-07-07 Thread mls
Kapil Sharma wrote: Is there any way to know that apache is serving all static content like .html/.gif/.jpeg? [ May be I am missing something fundamental in your question. ] Can't you just access one of your static web pages from another computer and see what you get? das -- To

RE: Tomcat and static content

2002-07-07 Thread Kapil Sharma
Hi, Well I can see the images and pages request in apache access log. But it shows request for .jsp as well as images file. So I am still confused whether the images are served by tomcat or apache? Cheers kapil -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED]] Sent: 07

RE: Tomcat and static content

2002-07-07 Thread Kapil Sharma
Hi, I can access the static web pages but it is very slow. Images are loading very slow!! kapil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 17:10 To: Tomcat Users List Subject: Re: Tomcat and static content Kapil Sharma wrote: Is there

Re: Tomcat and static content

2002-07-07 Thread Tim Funk
The apache access logs can tell you how long it took for a request to be served. All requests (whether they live in tomcat or not) are served by apache. So you'll need to check your access logs on the tomcat instance to see if only jsp's (or servlets are showing up) are being served by

RE: Tomcat and static content

2002-07-07 Thread Andrew Conrad
Modify your urlworkermap.properties so it serves only jsp files Etc... /*.jsp=ajp13 - Andrew -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 07, 2002 12:06 PM To: 'Tomcat Users List' Subject: RE: Tomcat and static content Hi, Well I can see the

RE: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-07 Thread Andrew Conrad
I recommend lots of Mountain Dew and pizza for any kind of install of Tomcat. A little music never hurts either. :) -Andrew -Original Message- From: Daniel Farinha [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 06, 2002 10:11 PM To: 'Tomcat Users List' Subject: RE: tomcat_4.0.4 +

Re: Tomcat and static content

2002-07-07 Thread Fredrik Viklund
Kapil Sharma wrote: I have got a problem. I am using apache 1.3.26+tomcat 1.3.1. Is there any way to know that apache is serving all static content like .html/.gif/.jpeg? My virtual host (in apache) is running very slow and images are breaking.. I would try these things: (Bear in mind that

RE: problem with tomcat 4.03 on Win2K

2002-07-07 Thread Karamjit (Nick) Singh
I am not sure what this means...should I trace the steps that are being performed using the command line batch files? Also, When running through the batch files, is tomcat using the env var CLASSPATH. It seems that the NT Service uses the classpath parameter when you install the service. Is

Newbie: let servlet behavior depend on server load ?

2002-07-07 Thread Holger Blasum
Hello *, is there any possibility to make behavior of servlets depend on the server load, e.g. Servlet.java: if (current_number_of_tomcat_threads 15) { a_lot_of_fancy_lookups_and_slow_computations (); } else { just_the_most_essential_lookups_and_computations (); }

Tomcat and static content

2002-07-07 Thread Kapil Sharma
Hi, I have got the following lines in my mod_jk.conf-auto file: # Static files Alias /foo /export/home/test/u2/current/foo Directory /export/home/test/u2/current/foo Options Indexes FollowSymLinks DirectoryIndex index.jsp index.html index.htm logon.jsp /Directory 1: What is the

CGIServlet cannot find my perl script

2002-07-07 Thread Richard Haber
I am running Apache 2.0.36 with Tomcat 4.0.3 and mod_jk on Windows XP. The site was running without a VirtualHost and Apache was able to execute the .pl scripts using the ScriptAlias element in httpd.conf. When I moved the site to a virtual host, ScriptAlias stopped working. After much fruitless

Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread Jamal Najmi
Hi, I am new to Apache and Tomcat. I I have recently installed Apache HTTP Server 2.0.39 and Tomcat 4.0.3 on my Win 2000. I need to connect them so that Apache HTTP server forwards servlet and JSP requests to Tomcat. I have been trying to find the documentation on Apache plugin for

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread David Kavanagh
I just used my mod_jk configuration from tomcat 3.2.x on my 4.0.4 install. If you look in the server.xml for tomcat 4, you should find something about an AJP13 connector. That is what links with mod_jk. Just make sure the port numbers match (mine did). David Jamal Najmi wrote: Hi, I am new

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread David Kavanagh
oops, I should have mentioned, I'm using apache 1.3.x. Not 2.0.x. Might be a different story there... Jamal Najmi wrote: Hi, I am new to Apache and Tomcat. I I have recently installed Apache HTTP Server 2.0.39 and Tomcat 4.0.3 on my Win 2000. I need to connect them so that Apache HTTP

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread STEVE R BURRUS
David, you probably don't know me at all, (I am Steve Burrus!) but I was wondering if you could either supply me with the hyperlink to access any info on using the numerous directives with Apache 2 OR tell me about all of the more important directives that I should know about to get going with

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread David Kavanagh
Steve, To be perfectly honest, I've never configured Apache 2.0. I'm still stuck in 1.3 and just haven't gotten around to (or been motivated to) upgrade. If I wanted to know about it, I'd first look in the httpd.conf file (if it still uses that) since there have been numerous comments there

Re: Accessing Classes from different Context

2002-07-07 Thread Craig R. McClanahan
On Sun, 7 Jul 2002 [EMAIL PROTECTED] wrote: Date: Sun, 7 Jul 2002 15:13:25 +0200 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Accessing Classes from different Context Hi, we just wrote an Application-Monitor. It just works fine,

Mac OS X, Tomcat 4.0.4, MySql configuration denies access

2002-07-07 Thread Jack Park
I continue to get the sql exception using the above software and mm.mysql 2.0.8 drivers. MySql is 3.23.51 downloaded from entropy.ch I have granted permission to the program for both localhost (a guess) and localhost.localdomain (which I needed on wintel and linux). While roaming with google,

Re: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-07 Thread Lalit Pant
Tried to get Apace-2.0.39 + Tomcat 4.x working based on the pointers here, and I must say I did not have too many problems. Fyi, I just built the native portions of the connectors (mod_jk.so, mod_jk2.so), and got mod_jk.so to work with (the binaries of ) Tomcat 4.0.4 and and 4.1.5 on multiple

RE: Mac OS X, Tomcat 4.0.4, MySql configuration denies access

2002-07-07 Thread Steve Ahlstrom
2.0.8 is a very old driver. The current version is 2.0.14 I don't know how you granted permissions, but do something like ... (assuming root for username and admin for password) ... start mysql, then grant all on *.* to [EMAIL PROTECTED] identified by admin; Then use mysql and select * on

Front-ending Tomcat 4.04 with Apache 1.3 with RH7.3

2002-07-07 Thread Steve Ahlstrom
After spending a frustrating hour on the jakarta site looking for info, can anyone point me to documenation on how to front end Tomcat 4.04 with Apache 1.3 under Red Hat 7.3 or give me step by step instructions? I've installed mod_jk-1.3-1.0-1.4.0.2. I'm supposed to run tomcat with the jkconf

RE: Newbie: let servlet behavior depend on server load ?

2002-07-07 Thread Clay Graham
well I know how you would do it in struts... you could have a servlet action forward, when the action was executed it could check how many threads there were and forward appropriatly... that's struts though clay -Original Message- From: Holger Blasum [SMTP:[EMAIL PROTECTED]]

Problems stopping tomcat 4.0.4 on linux

2002-07-07 Thread Bryan Zimmer
Greetings, I am running Tomcat and Apache together on a RedHat Linux box. Up until recently they seem to have done quite well. I recently encountered a problem that I can not trace to any configuration change that I made - I made few or none - although the problem seems related to configuration.

FW: Problems stopping tomcat 4.0.4 on linux

2002-07-07 Thread Daniel Farinha
That reminds me of the error I get every time I try to shutdown Tomcat when it is not actually running, only I get a java.net.ConnectException: Connection refused. This happens often during my messing up with the configuration files, since the startup script never outputs any errors, including

RE: Mac OS X, Tomcat 4.0.4, MySql configuration denies access

2002-07-07 Thread Jack Park
Thank you! I just upgraded to 2.0.14 with no change in behavior. I suppose I am a bit confused, and perhaps a bit of detail on what I have done might help. I open mysql with DriverManager.getConnection(jdbc:mysql:///mydatabase,nexw,) where nexw is the username and there is no password. I

Re: FW: Problems stopping tomcat 4.0.4 on linux

2002-07-07 Thread Bryan Zimmer
According to my process table ps -ef f Tomcat4 and its numerous sub-threads had indeed started. I haven't tweaked the config files so I'm not yet sure if it's responding at all as a standalone server. Good guess, though. On Sunday 07 July 2002 09:01 pm, Daniel Farinha wrote: That reminds me

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread Jamal Najmi
Do the mod_jk and ASP13 connector libraries usually come with the Tomcat 4.0.3 installation? After reading the tomcat server.xml file I am under the impression that mod_jk is the connector. I am not sure where to get it though. Thanks Jamal David Kavanagh [EMAIL PROTECTED] wrote: I just

jspsmartupload

2002-07-07 Thread Brian Wolf
I am tryning to configure the jspsmartupload package. Can anyone tell me what this might be caused by -thanks , brian Error: 500 Location: /examples/jsp/jspsmartupload/jsp/sample1.jsp Internal Servlet Error: javax.servlet.ServletException: Total File Size exceeded (1110). at

RE: manager does not want my password

2002-07-07 Thread Vikramjit Singh
Hi, even i faced the same problem, but i was on windows. I dont think that should matter much. Check the log files, for any errors which might have been while starting tomcat. In my case, i was gettting error in JDBC Realm, driver not found. After i fixed the problem, the manager was accepting

RE: Mac OS X, Tomcat 4.0.4, MySql configuration denies access

2002-07-07 Thread Steve Ahlstrom
I'm using Linux, not OSX, so there will likely be differences, but shouldn't be too much as OSX is Mach/BSD based. I'm using connection pooling, so I've got commons-collections.jar, commons-dbcp.jar, commons-pool.jar as well as mm.mysql-2.0.14-bin.jar in $CATALINA_HOME/common/lib. I connect to

Error reading request, ignored - java.lang.NullPointerException

2002-07-07 Thread muralipn
Hello All Sometimes I get this error on tomcat dos window, when I start tomcat server , ContextManaget : Error reading request, ignored - java.lang.NullPointerException at org.apache.tomcat.core.contextManager.handleError(Contextmanager.java:1099) and etc.,

handling reload

2002-07-07 Thread Steve Vanspall
Hi there, I have a problem with my web-app where I want to be able to just return to the surrent page if the refresh button has been pushed on the browser. I don't want it to go into the action at all in this case. I will give you an example of what my problem is. Say someone wants to signup

Re: Apache plugin for Tomcat 4.0.3 for Windows 2000

2002-07-07 Thread David Kavanagh
Jamal, I don't remember where I got my mod_jk connector. Try searching on google. From what I read on the apache site, the compiled connectors (and source) should be availble on the ftp site (and mirrors). And, you are right, the ajp13 connector code is included, the mod_jk is the apache

RE: I fail to get green arrow for filter status.. IIS with Tomcat

2002-07-07 Thread Anoop Kumar V
Title: RE: I fail to get green arrow for filter status.. IIS with Tomcat Hi Andrew, Here's the info:-- size of isapi_redirect.dll:112 KB exact file name :isapi_redirect.dll Physical path to isapi_redirect.dll: E:\jakarta-tomcat-3.2.4\bin\isapi_rediect.dll Win 2000 Professional

RE: webapp_module = apache problem when starting

2002-07-07 Thread Gunter D'Hondt
I've re-installed Apache and under a directory without any spaces and I still get this problem: C:\Apache\binapache -t Syntax error on line 173 of C:/Apache/conf/httpd.conf: Cannot load C:/Apache/modules/mod_webapp.so into server: The specified module co uld not be found. What's the difference