Re: INVOKER fails after webapp recompile

2003-10-14 Thread Niklas Saers Mailinglistaccount
> If you are using Tomcat 4.1.27 you have to install a patch available in > Tomcat download directory. I do. Thanks a bunch! :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

INVOKER fails after webapp recompile

2003-10-14 Thread Niklas Saers Mailinglistaccount
Hi all, every time I recompile my servlet (targetted at the deployment directory), org.apache.catalina.INVOKER lists it as unavailable. This is "fixed" by stopping and starting the tomcat server, but this is far from ideal. Can someone tell me why this happens and what can be done so that it will r

service unavailable

2003-10-13 Thread Niklas Saers Mailinglistaccount
Hi, lately my servlets have started generating 503 ERRORS with the following in my logs. Can anyone explain to me what this is so I can hunt down the problem? Right now, I have to restart the webserver, which solves it for a while, and then it comes back again. Cheers Nik 2003-10-13 14:36:02

Re: Apache/mod_jk/Tomcat 404-problem

2003-06-04 Thread Niklas Saers Mailinglistaccount
Hi John, and thanks for taking your time to help me :) > First thing I would do is drop the wildcard from ServerAlias. There's a > very good chance that's an Apache thing...that doesn't necessarily mean > that Tomcat accepts it. Right. Is there any way of figuring out whether Tomcat accepts it?

Apache/mod_jk/Tomcat 404-problem

2003-06-03 Thread Niklas Saers Mailinglistaccount
Hi, I'm running a webserver with many virtual hosts. The default virtualhost is the registrar.no virtualhost that has a serveralias to www.registrar.no I issue the following requests: http://registrar.no/servlets/servlet/no.registrar.servlets.LagEndreDnsKnapper http://www.registrar.no/servlets/ser

http://myserver/ => http://myserver/index.jsp

2003-03-11 Thread Niklas Saers Mailinglistaccount
Hi all, I'm running Apache 2.0.44, Tomcat 4.1.18 and mod_jk 1.2.1-b1 in httpd.conf I have: DirectoryIndex index.php index.jsp index.html in web.xml I have: index.jsp However, when I try to access http://myserver/ I get: Internal Server Error [

FreeBSD/Apache2/Tomcat4.1/Jk

2003-02-06 Thread Niklas Saers Mailinglistaccount
Hi all, as you know from my posting Fri, 31 Jan 2003 00:05:05 +0100 (CET), I am setting up Tomcat 4.1.18 & Apache 2.0.44 on my FreeBSD 4.7 server. I build Apache with from source with: ./configure --prefix=/usr/local/apache2 --enable-auth-dbm --enable-auth-digest --enable-file-cache --enable-cach

FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-30 Thread Niklas Saers Mailinglistaccount
Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and running on FreeBSD 4.7, and even Tomcat makes its purring sound. No JK, though. I found a binary for jk 1.2 that was compiled for Apache 2.0.42, and it gave me some unreso

RE: Logging

2002-07-10 Thread Niklas Saers Mailinglistaccount
Hi, and thanks for answering > 1. Go through server.xml and make sure the various debug="x" statements > are set to debug="0". Except for the JDBC, all were at 0. The JDBC were at 99, and I've set them to 0 now. I still get heaps of messages like "DEBUG [main - characters] org.apache.commons.dig

Logging

2002-07-10 Thread Niklas Saers Mailinglistaccount
Hi, how can I turn off logging alltogether for Tomcat 4 from May 30th on a development machine, and I'm not into debugging Tomcat itself. I'm using log4j for my webapps, and in my webapp I have added condb ... logConfig /database/niklas/condb/log.conf