JAAS

2005-07-11 Thread ronald
I've been trying to get the JavaWorld example located at http://www.javaworld.com/javaworld/jw-03-2005/jw-0307-captcha.html On tomcat v5.5.9 (JDK 1.5) on Linux without any luck. It goes through the authentication process and reports it's assigned the anonymous principle but when I go to access

Retry, problems using j2ee JMS in Tomcat 4.x.x

2002-10-24 Thread Ronald Haring
Hi all, Using win2k, JDK1.3.1, J2ee1.3.1. I have created a small JMS system to generate pdf files. I created a very short test servlet. In tomcat 3.2.3 my queue is found. In tomcat 4.0.4 and 4.1.12 I get the next error: NamingException javax.naming.NameNotFoundException: Name

Re: Retry, problems using j2ee JMS in Tomcat 4.x.x

2002-10-24 Thread Ronald Haring
Thanks for your answer Jean-Francois. The QueueConnectionFactory indeed isnt defined in my web.xml environment tags. I will see if I can find a good j2ee list to help me get along on the road, but thx for tips Gr Ronald - Original Message - From: Jean-Francois Arcand [EMAIL PROTECTED

Error with new install

2002-11-05 Thread Ronald Aronica
I just installed Tomcat 4.1.12 with JDK 1.4.1 and am running into a problem when trying to use the manager. I receive a server error 500 with the following: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet

Re: Error with new install

2002-11-06 Thread Ronald Aronica
Please disregard as I found the problem by reading the thread Installing and using manager app. Ronald Aronica wrote: I just installed Tomcat 4.1.12 with JDK 1.4.1 and am running into a problem when trying to use the manager. I receive a server error 500 with the following

How do I unsubscribe?

2002-11-19 Thread Ronald Aronica
I have tried most everything including sending blank messages to: [EMAIL PROTECTED], and [EMAIL PROTECTED]; and a request to be removed from the list to [EMAIL PROTECTED] Nothing seems to work. What should I do? HELP! Thanks, Ron Aronica -- To unsubscribe, e-mail: mailto:[EMAIL

Asynchronous messages from servlets

2002-01-22 Thread Ronald Wildenberg
in updating the browser window, not the user. Is this possible in any way? Thanks in advance, Ronald Wildenberg -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread Ronald Ruzicka
Hello, does anyone know, if it is possible to run SSL on a Tomcat/mod_jserv based solution connected to Apache-mod_ssl. Is there a document like TomCat and SSL (which describes a TomCAT/mod_jk based solution), only for Tomcat/mod_jserv. Thank you for your help. Ronald Ruzicka Simutech Tel

RE: RE: SSL with Tomcat/mod_jserv via Apache

2001-07-19 Thread Ronald Ruzicka
Dear John, The .conf files would be a great help - please can you mail them? Thanks a lot! Sincerely, Ronald Ruzicka Simutech Tel. +43-1-888 36 10-21 Fax +43-1-888 36 10-49 emailmailto:[EMAIL PROTECTED] homepage www.simutech.at From: John Bazeley Subject: RE: SSL with Tomcat

Tomcat dies... help!

2001-08-13 Thread Ronald Vyhmeister
Tomcat is having serious problems which only happen at night when the usage goes light... go figure. here's the one consistent thing I know. It gives this error and then dies... [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_rec vfull failed [jk_ajp13_worker.c

NullPointerException in JDBCStore

2002-09-03 Thread Ronald Klop
) { ; } try { -preparedLoadSql.close(); +if (preparedLoadSql != null) +preparedLoadSql.close(); } catch (SQLException e) { ; } -- Ronald Klop Amsterdam, The Netherlands

Re: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Ronald Klop
uninstalled. Or rename the directory of the old JDK, so the system doesn't find the classes/programms anymore. Greetings, Ronald. Donie Kelly wrote: C:\java -version java version 1.4.1-beta Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b14) Java HotSpot(TM) Client VM

Re: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Ronald Klop
is a bit non-transparent in where it defines it path's and stuff, so I'm always unsure which application is run. My experience is that the path can be different in a dos-box and from windows self. Ronald. Donie Kelly wrote: I'm doing a good cleanout at the moment. I'm rebuilding all my jar's

Re: Running a long transaction with tomcat but responding to userqui ckly

2002-09-06 Thread Ronald Klop
here ... } Greetings, Ronald. Donie Kelly wrote: Hi all I want to run a long transaction which lasts about 2 seconds with tomcat but after I have gathered the information from the request I want to return 200 OK to user and close the connection to the browser. However, the thread

Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why not just enable the manager webapp and call: http://localhost/manager/reload?path=/webapp You don't need to enable 'reloadable' for this. Greetings, Ronald. Mauro Daniel Ardolino wrote: | I think you have to restart Tomcat for changes like

nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On September 4th I reported bug 12286 with a fix included. Is somebody planning to commit this? What is the normal time before fixes get into the tree and is there something more I have to do to get this committed? Greetings, Ronald

Re: nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
. I have found more bugs which are easy to fix (NPE-stuff, etc.), but I don't want to spent time for fixing it if the fixes aren't used (or rejected with good reasons). Ronald Klop. | | Ronald Klop [EMAIL PROTECTED] | 09/18/2002 01:39 AM | Please respond to Tomcat Users List

can't display jsp compile errors when using error-page.

2003-07-14 Thread Ronald Klop
handled as a '500 Interal Server Error'. How can I get the error/exception of this in my error.jsp? If I put errorPage='/progs/error.jsp' in the jsp page, compile errors are displayed by tomcat and runtime error are redirected to my errorpage. I hope my question is clear. Greetings, Ronald

Re: can't display jsp compile errors when using error-page.

2003-07-14 Thread Ronald Klop
/location /error-page error-page exception-typejava.lang.Throwable/exception-type location/progs/error.jsp/location /error-page Greetings, Ronald. Abid Ali Teepo wrote: I don't really understand your question apart from the problem that all exceptions shows your error page. This is because you

Re: Looking for suggestions or pointers ..

2003-07-14 Thread Ronald Klop
at the various SessionListeners also. They can be very easy to use also for clean up. Greetings, Ronald. On Monday 14 July 2003 10:14, Mufaddal Khumri wrote: The problem: We have some codebase that uses a legacy connection pool manager (cpm) to manage database connections with mysql

GZIP support in Coyote HTTP/1.1?

2003-03-17 Thread Ronald Klop
? Greetings, Ronald Klop. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

gzip compression in Coyote on 4.1.24

2003-04-01 Thread Ronald Klop
-type is 'text/html; charset=us-ascii'. So compression='force' is the only way to use compression, but this also compresses image/gif, etc. Does anybody else use this? I made a bugreport with a (possible) fix. See bug 18073 (made by myself) and 2820 [1]. Greetings, Ronald. [1] http

gzip compression in Coyote from 4.1.24

2003-04-01 Thread Ronald Klop
are using this feature? Greetings, Ronald. [1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2820 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18073 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

tag and method overloading

2003-06-04 Thread Ronald Klop
. Is this supported? If yes, are their known pitfalls? Any pointers to docs about this? Already tried google, but didn't find anything relevant. Greetings, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: tag and method overloading

2003-06-04 Thread Ronald Klop
Tim Funk wrote: No. You'll need to do the conversion yourself. Ok, if I have a tag which can get a String or a List of Strings. Should I make one setter which gets Object as parameter? And than check at runtime for the right types? Are there any guidelines for this? Greetings, Ronald. -Tim

RE: HttpServletResponse.sendRedirect() closes the stream

2004-03-10 Thread Ronald Wildenberg
is terminated, its related OutputStream is closed, so it can not be closed again. Thanks Surendra Regards, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.1 hangs on File Reading

2004-03-10 Thread Ronald Wildenberg
) { LoginLog logEntry = getLogEntry(line); // Create log entry from the line just read. log.add(logEntry); } There is no need to use 'bfFile.ready()'. This method only checks whether the call to a read method may block, which is not a problem at all. Regards, Ronald

RE: Tomcat Realm Authentication + Storing Objects In The Session

2004-03-10 Thread Ronald Wildenberg
after a session is created (and when it's destroyed again). I'm not sure though whether there's enough information in the HttpSession object for you to be able to grab something from the database at the time HttpSessionListener.sessionCreated() is called. Regards, Ronald

RE: release method in taglib

2004-03-11 Thread Ronald Wildenberg
, so you don't have to call this yourself. Multiple invocations on doStartTag and doEndTag may have occurred before this method is called (for example when multiple tags of the same type occur on a page). Regards, Ronald

RE: redirect and request´s attributes doubts

2004-03-12 Thread Ronald Wildenberg
3xx), with the location to redirect to. The client then creates a _new_ request for the new url and sends it to the server. The server creates a new HttpServletRequest object for you that has nothing to do with the old object. Regards, Ronald

RE: Dump HTTP Request and Response Headers

2004-03-12 Thread Ronald Wildenberg
that are sent and received by the browser. Undoubtedly for IE there exist similar tools. Regards, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Setting page content Type

2004-03-12 Thread Ronald Wildenberg
as attributes, since the value of these variables can never be known at the time the page is translated to a servlet. Regards, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Passing init params to a listener?

2004-03-15 Thread Ronald Wildenberg
listeners. The syntax you use is even illegal. I do not really see why this should not be possible, since all other web components (servlets, filters) can be parameterized, but that may be something for a future specification. Regards, Ronald

RE: How can I get a method to be called every 60 seconds in Tomca t?

2004-03-16 Thread Ronald Wildenberg
I want to get a method to automatically get called every 60 seconds in Tomcat. The method reset() will reset monitoring information. How can I do this? java.util.Timer and java.util.TimerTask Regards, Ronald

RE: Filters and load-on-startup

2004-03-16 Thread Ronald Wildenberg
filters should be loaded before any servlets, regardless of load-on-startup value. Regards, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: caching static objects

2004-03-23 Thread Ronald Wildenberg
and search for the text 'Cache-Control'. Regards, Ronald. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

upload file with non-ascii characters in name

2004-04-09 Thread Ronald Klop
with this? Greeting, Ronald.? java-src/jspc ? web/test.html ? web/WEB-INF/jsp/forms/maintenance Index: java-src/nl/base/rela/entities/Hour.java === RCS file: /var/cvs/crm/java-src/nl/base/rela/entities/Hour.java,v retrieving revision 1.7 diff

Re: Tomcat for FreeBSD

2004-04-13 Thread Ronald Klop
If you have installed the FreeBSD ports collection (which you probably have), than do this: cd /usr/ports/www/jakarta-tomcat5 make make install make clean The 'make' command wil show some settings, which may be readable depending on how fast your computer scrolls text. Greetings, Ronald

bug in JDBCStore in 4.1.27

2003-09-09 Thread Ronald Klop
Hello, Is anybody interested to fix BUG# 19034 (InvalidClassException in StoreBase.java)? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19034 It is still in there and generates a lot of errors if I update my web-application. Greetings, Ronald

mail.jar and activation.jar in Tomcat 4.1.29

2003-11-26 Thread Ronald Klop
? I can't think of anything that a webserver does with mail. Greetings, Ronald.

RE: mail.jar and activation.jar in Tomcat 4.1.29

2003-11-26 Thread Ronald Klop
I have made handlers for multipart/related, etc. for use in a web based mailclient. This gives a lot of trouble with ClassLoaders. Removing mail.jar and activation.jar from common/lib solves the problem. And I'm 100% sure, that I've never had to do that before 4.1.29. Greetings, Ronald

Re: RE:how to set encoding parameter in Tomcat4...

2004-11-02 Thread Ronald Klop
bytes are really send over the wire between the application and the server and tomcat and the database. Ronald. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/javax/servlet/ServletRequest.html#setCharacterEncoding(java.lang.String) On Mon Nov 01 20:48:07 CET 2004 Shilpa Nalgonda [EMAIL

exception in clustering

2004-11-09 Thread Ronald Klop
this by tweaking some timeouts? I'm about to upgrade to 5.0.28 soon. Is this going to help? Ronald.

Re: exception in clustering

2004-11-09 Thread Ronald Klop
Yes, I understand that, but I was wondering if there is more experience with using a cluster under load. I am thinking about timeout settings? Or maybe something else. I have everything as default now. Ronald. On Tue Nov 09 17:21:47 CET 2004 Filip Hanik - Dev [EMAIL PROTECTED] wrote: looks pretty

Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
System.getProperty(...); java.vm.name=Java HotSpot(TM) Client VM (I'm not running with -server option...) Ronald. On Wed Nov 10 19:28:39 CET 2004 Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I have specified the -server option in my catalina.sh using JAVA_OPTS. JAVA_OPTS=-server

Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
You are running Mac OS X. Does Apple support the Server Hotspot version? Maybe it falls back to client by default. Ronald. On Fri Nov 12 22:08:42 CET 2004 Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I have: JAVA_OPTS=-server -Djava.awt.headless=true -Xms1g -Xmx1g -Dfile.encoding=ISO-8859-1

Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
java.library.path=/usr/local/j2sdk1.4.2_05/jre/lib/i386/client:... ^^ java.vm.name=Java HotSpot(TM) Client VM ^^ Ronald. On Wed Nov 10 19:28:39 CET 2004 Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I have

NoSuchElementException in cluster

2004-11-16 Thread Ronald Klop
anymore. Any ideas about the exceptions. Are they harmless? Can they be related to a constantly growing amount of in-use memory? I'm running Tomcat 5.0.25 on Linux 2.4 and 2.6 with JDK 1.4.2. It runs very well most of the time. Ronald. SEVERE: Unable to perform replication request

Re: NoSuchElementException in cluster

2004-11-16 Thread Ronald Klop
Sorry, I'm using Tomcat 5.0.28. Somebody upgraded the boxes. On Tue Nov 16 16:43:29 CET 2004 Ronald Klop [EMAIL PROTECTED] wrote: Hello, I'm seeing these exceptions on one of my 2 nodes. The memory cosumption of this server is now growing for a couple of hours, but I cannot tell

mod_jk / sticky_session / fallback question

2004-11-19 Thread Ronald Klop
Hello, I'm searching the internet for this question, but can't find the answer. If I use mod_jk with sticky_session=true and session replication between to tomcat nodes. Does mod_jk send the session to another server if the 'sticky' server fails? Ronald.

Re: NoSuchElementException in cluster

2004-11-19 Thread Ronald Klop
Hello, I found these two bug reports, looking similar to my issue below. http://issues.apache.org/bugzilla/show_bug.cgi?id=27104 http://issues.apache.org/bugzilla/show_bug.cgi?id=31328 Are there any comments/ideas on this for version 5.0.x? Ronald. On Tue Nov 16 18:23:14 CET 2004 Ronald Klop

Re: NoSuchElementException in cluster

2004-11-22 Thread Ronald Klop
Thanks. How bad is it that I get these errors now? Wil I loose sessions? Ronald. On Fri Nov 19 20:34:21 CET 2004 Filip Hanik - Dev [EMAIL PROTECTED] wrote: I've updated the delta request to avoid these errors in the next release of tomcat5.0 and tomcat 5.5 Filip - Original Message - From

Re: high traffic Tomcat sites out there?

2004-11-22 Thread Ronald Klop
(linux 2.6.x), Apache 1.3.x/mod_jk 1.2.6. Ronald.

Re: HTTP Compression

2004-11-24 Thread Ronald Klop
I think two things are mixed here. Compression and port value are different things. BTW: we use compression=on. I like using defaults as long as they work. Ronald. On Tue Nov 23 17:49:20 CET 2004 deepak shripat mane [EMAIL PROTECTED] wrote: For client purpose u have to specify port value so must

Re: Does Tomcat Rollback transactions automatically.

2004-11-24 Thread Ronald Klop
Do not mix webserver and database logic. Tomcat does only webserving. Ronald. On Tue Nov 23 22:35:06 CET 2004 Shilpa Nalgonda [EMAIL PROTECTED] wrote: Hi , I am using Tomcat 4.1.30, and using datasource to get the Connection from Pool. When there is an exception in the database operations

Re: Tomcat Requirements?

2004-11-30 Thread Ronald Klop
Is the system using swap? You should tune the java app (Tomcat) to not use more memory than is available without swapping. Ronald. On Mon Nov 29 20:43:07 CET 2004 Chris Cherrett [EMAIL PROTECTED] wrote: I have a client who is claiming that my software is slowing down. I cannot determine why

jsp+bean (tomcat) Sample Code

2004-12-23 Thread Ronald Andia
*** Your mail has been scanned by InterScan. ***-*** Hi, I am developing a new application using jsp+bean with tomcat 5. I don't have problems whit forms, but I don't know if bean is a good architecture for reports...(using the bean to access the

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Ronald Klop
memory leaks enough) to run it on a production machine. Ronald. On Wed Jan 19 15:37:30 CET 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module

Found a racing condition?

2004-05-25 Thread Ronald Klop
Today I got this when doing a request during Tomcat startup. Can it be a racing condition? Greetings, Ronald. INFO: Starting Coyote HTTP/1.1 on port 8080 May 25, 2004 1:37:14 PM org.apache.coyote.tomcat5.CoyoteAdapter service SEVERE: An exception or error occurred in the container during

RE: Found a racing condition?

2004-05-26 Thread Ronald Klop
I don't know why it is a race condition. The error just happened once and I could not reproduce it. But I don't know enough about the internals of Tomcat to what really happens there. Just mailed it, so somebody who knows can do something with (or not). Ronald. On Tue May 25 14:50:06 CEST 2004

default for reloadable setting

2004-06-02 Thread Ronald Klop
Hello, The docs on http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html do not mention the default setting of reloadable. Does anybody know what it is? Greetings, Ronald.

maxPostSize and file upload

2004-06-02 Thread Ronald Klop
Hello, Does the maxPostSize setting for the Connector in server.xml affect the max. size of a file upload? Ronald.

Re: maxPostSize and file upload

2004-06-02 Thread Ronald Klop
Is it possible that this does not work? The docs (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html) say that the default is 2MB, but I can download much larger files. Is this a bug or a feature? By the way: I upload using commons-fileupload. Ronald. On Wed Jun 02 14:04:45 CEST 2004

Re: maxPostSize and file upload

2004-06-02 Thread Ronald Klop
knows about this maybe the docs can be updated to be more verbose about this. Ronald. On Wed Jun 02 15:44:24 CEST 2004 Veniamin Fichin [EMAIL PROTECTED] wrote: Ronald Klop wrote: Is it possible that this does not work? The docs (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html) say

Re: HTTP header for dynamic pdf and IE6

2004-06-07 Thread Ronald Klop
Is it possible that IE saves the document in the cache than starts acrobat with the filename in the cache and than removes the file because you set no-cache and expire options before acrobat can open it? Ronald. On Sat Jun 05 11:52:03 CEST 2004 Dean A. Hoover [EMAIL PROTECTED] wrote: I have

Re: Tomcat on FreeBSD

2004-06-28 Thread Ronald Klop
jdk13 first, because that is the only 'licensed by Sun' version for FreeBSD for now. But I'm not really sure about this. I do have jdk14 and tomcat5 running here. Greetings, Ronald. On Mon Jun 28 09:37:06 CEST 2004 Sergey Velikanov [UzPAK] [EMAIL PROTECTED] wrote: Hello I'm trying install tomcat

Re: RE: Klaus-Dieter -V715101- Ackermann/Volksfuersorge/AMComNET/DE ist außer Haus.

2004-06-28 Thread Ronald Klop
It is a german out-of-office message. On Mon Jun 28 18:43:56 CEST 2004 Guy [EMAIL PROTECTED] wrote: What is this crap? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 12:19 PM To: Tomcat Users List Subject: Klaus-Dieter -V715101-

compressableMimeTypes

2004-07-06 Thread Ronald Klop
, so I can't check it myself. Greetings, Ronald.

Re: compressableMimeTypes (extra info)

2004-07-07 Thread Ronald Klop
I forgot to mention I'm running Tomcat 5.0.25 on Debian Linux with Sun JDK 1.4.2. Ronald. On Tue Jul 06 15:39:27 CEST 2004 Ronald Klop [EMAIL PROTECTED] wrote: Hello, I have put this in my server.xml. compression=on compressableMimeTypes=text/html,text/xml,text/plain,text/javascript,text/css

Anybody using compressableMimeTypes?

2004-07-13 Thread Ronald Klop
this week, but am looking for more info. I'm using Tomcat 5.0.25 in a standalone environment (no apache in front of it). Greetings, Ronald.

Re: Wildcard virtual hosts help

2004-07-16 Thread Ronald Klop
You can use a default host if I remember correct. All hosts which don't have there own mapping will be handled by the default host. Ronald. On Thu Jul 15 22:11:03 CEST 2004 Cott Lang [EMAIL PROTECTED] wrote: I have a specific problem that requires that I map hundreds of thousands (yes, hundreds

Bug in deploying .war with Tomcat Manager.

2004-08-13 Thread Ronald Klop
/webapps/crm End stacktrace Does anybody use this? Is this a known problem? Greetings, Ronald.

Re: Changing session-cookie(JSESSIONID) name in tomat

2004-08-23 Thread Ronald Klop
Use grep JSESSIONID * and build your own Tomcat. Ronald. On Mon Aug 23 18:26:55 CEST 2004 Dineshram Villuri [EMAIL PROTECTED] wrote: Hi, Is there a way we can change JSESSIONID name? I mean can we have a different cookie name to store sessionid? If yes how I can configure it in tomcat. I have two

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
Look at the http://your-hostname/manager/html webapp. See also: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html Ronald. On Tue Aug 31 12:54:51 CEST 2004 Kashif Siddiqui [EMAIL PROTECTED] wrote: Hi all, I am sucessfully running Tomcat server, now I want to know

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
startTime = System.currentTimeMillis();' or something like that. I can query this from a jsp or servlet. Ronald.

Re: How do I get an intermediary proxy from caching?

2004-08-31 Thread Ronald Klop
Yes. To be precise: you have to set the headers before Tomcat flushes its outputbuffer for the first time. To be save, just set headers, than output html. Ronald, On Tue Aug 31 20:10:13 CEST 2004 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Must you do this as one of the first things you do, before

Re: AW: ThreadPool: Pool exhausted with 100 threads

2004-09-06 Thread Ronald Klop
many threads do you have when it is exhausted and what is the error message you get? We are running Tomcat 5 with about hundred threads quite ok here. Tomcat 5 is much more efficient, so it can help you to try it out. Ronald.

Re: AW: ThreadPool: Pool exhausted with 100 threads

2004-09-06 Thread Ronald Klop
are you running? Last week I tweaked glibc of debian 3.0 to support more threads, because the defaults are quite low for heavily threaded programs. Ronald.

Re: AW: ThreadPool: Pool exhausted with 100 threads

2004-09-07 Thread Ronald Klop
a jsp which I will attach. It shows all running threads and threadgroups by there name. It gave me some usefull insight in the inner workings of Tomcat. Ronald. On Tue Sep 07 07:08:10 CEST 2004 Matt Robinson [EMAIL PROTECTED] wrote: Ronald,The exact error message is "ThreadPool: Pool exhauste

Re: AW: ThreadPool: Pool exhausted with 100 threads

2004-09-08 Thread Ronald Klop
which are being processed. Very helpfull. But as far as I now Tomcat 3 doesn't support filters. Greetings, Ronald. On Tue Sep 07 23:18:39 CEST 2004 Matt Robinson [EMAIL PROTECTED] wrote: Ronald, Thanks this is quite helpful - using your jsp I can see where we hit 100 threads and Tomcat freezes

Re: 'referer' header contains Servlet path, not referrer

2004-09-10 Thread Ronald Klop
You can send this back to the browser. body onload='alert(you have an error.); history.go(-1);'/body On Fri Sep 10 12:51:42 CEST 2004 Keith Hankin [EMAIL PROTECTED] wrote: My code is in the Servlet, and I can't access Javascript within the Servlet. - Original Message - From: Tim Funk

unsetting characterEncoding?

2004-10-12 Thread Ronald Klop
the charset. How can I do this? Ronald. PS: I know it is not necessary, because the browser will ignore this parameter to content-type, but is just saves those extra bytes. :-)

Re: Multiple arguments in a GET URL

2004-10-04 Thread Ronald Klop
You should escape the value of mainFrame, so the webserver will not parse it in index.jsp. Ronald. On Fri Oct 01 19:34:04 CEST 2004 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am attempting to redirect to a URL that is similar to the following http://www.mysite.com/index.jsp?mainFrame

RE: Multiple arguments in a GET URL

2004-10-04 Thread Ronald Klop
You better escape the value than replacing one character. This doesn't solve your issue on the long run. See java.net.URLEncoder. String args = mainFrame= + URLEncoder(url, UTF-8); Ronald. On Mon Oct 04 04:34:05 CEST 2004 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Eric: Thanks for your help. Now

Race condition in session handling?

2004-10-25 Thread Ronald Klop
) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) It is probably caused by my code in which the login screen and logout action are conflicting, but I would expect to get this exception from Tomcat. Any thoughts? Ronald.

Re: which Linux Platform is best for Tomcat?

2004-10-26 Thread Ronald Klop
My company is running a 2-node cluster of Tomcat 5.0.25 on Debian Woody (custom upgraded kernel 2.4 and 2.6) with about 70 requests/sec. Recently we started upgrading some test machines to Debian Sarge, which still runs very well. Ronald. On Tue Oct 26 15:27:44 CEST 2004 sudip shrestha [EMAIL

voting for 5.0.29?

2004-10-27 Thread Ronald Klop
Sorry if I missed something, but what was the result of the vote if 5.0.29 is stable or beta? Does somebody has a link to the mail thread? Ronald.

proxy support and X-Forwarded-For

2004-10-28 Thread Ronald Klop
to try to implement these if it is needed by more people. Ronald.

Re: AW: proxy support and X-Forwarded-For

2004-10-28 Thread Ronald Klop
as Apache fills them with the same value in my case. Ronald.

Re: Installing tomcat 5 on BSD 5

2004-02-13 Thread Ronald Klop
The native JDK 1.4 is doing very well (and is fast) on FreeBSD. If you have the time to compile it I would suggest you try that one. I'm using it a lot, without problems. See also the [EMAIL PROTECTED] for more info about this. Greetings, Ronald. On Thu Feb 12 13:50:41 CET 2004 Thomas Cherry

Re: [ANN] Apache Tomcat 5.0.19 Stable and Tomcat 4.1.30 Stable released

2004-02-23 Thread Ronald Klop
is wrong about this also. Greetings, Ronald.

RE: [ANN] Apache Tomcat 5.0.19 Stable and Tomcat 4.1.30 Stable released

2004-02-23 Thread Ronald Klop
/news.html#20040223.1 But I see it's fixed already. Greetings, Ronald.

5.0.19 docs about new clustering config?

2004-03-02 Thread Ronald Klop
Hello, Are there (up-to-date) docs about the new clustering config in 5.0.19? Some attributes are not in the example config (like 'name') and the documents arn't very clear if it's still needed or not. Greetings, Ronald.

Re: Do servlet threads ever die?

2004-03-02 Thread Ronald Klop
for these things. Very easy. I can start a server on any host by webstart and it automaticly connects to the webserver by JINI. You can also create a Thread of your own in the Tomcat server, which you control yourself, but indeed. If you native code crashes, your server crashes. Ronald.

Re: SystemThreadList.java update?

2005-02-01 Thread Ronald Klop
Hello, I use the attached .jsp to view all the threads. Ronald. On Fri Jan 28 12:33:10 CET 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: There is a June 2002 mail thread that discusses "How to list all Threads in the JVM?". It includes a handy Java class that is supposed

Fatal: Stack size too small. Use 'java -Xss' to increase default stack size.

2005-04-11 Thread Ronald Klop
logged in for 8 hours a day (so sessions live long). Ronald.

Re: Can a client recapture a session in Tomcat 4.1

2005-05-13 Thread Ronald Klop
the same. Ronald. On Thu May 12 16:57:29 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Can a client recapture his Tomcat session after he has accidentally closed the browser, provided that the session object still exists on the server? Would this be a browser-specific thing? After

Re: 5.5 FreeBSD Port

2005-05-20 Thread Ronald Klop
You can try to mail the port maintainer of the tomcat5 port. See /usr/ports/www/jakarta-tomcat5/Makefile. If you have issues about jdk 1.5 on bsd being flaky, please post them on [EMAIL PROTECTED] Ronald. On Fri May 20 11:06:03 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hi

Re: Urgent: how to detect client has closed connection

2005-06-01 Thread Ronald Klop
page you get a JspWriter which does throw exeptions on error. Ronald. On Tue May 31 19:42:30 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hey guys, I have a problem right now. I wrote a Jsp page to keep sending data to client browser. However, no exception was thrown when

Re: Urgent: how to detect client has closed connection

2005-06-07 Thread Ronald Klop
Sorry, But I have no more suggestions. I would have to debug it myself than and don't have the time for that. Maybe somebody else on the list can tell you more. Maybe posting some snippets of code helps. Ronald. On Thu Jun 02 22:25:12 CEST 2005 lapson lee [EMAIL PROTECTED] wrote: Hey Ronald

  1   2   >