connection timeout reached JK IsapiRedirect.dll

2005-10-12 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using tomcat 4.1.x and Coyote JK connector, with IIS 5. I just updated to isapi_redirect-1.2.14.dll. I did that because I've been getting alot of those error messages into the log(stderr.log): - - 12.10.2005 09:50:53

Re: connection timeout reached JK IsapiRedirect.dll

2005-10-12 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ah sorry, I mean IIS 6 (the newest one). - -reynir Reynir Hubner wrote: Hi, I'm using tomcat 4.1.x and Coyote JK connector, with IIS 5. I just updated to isapi_redirect-1.2.14.dll. I did that because I've been getting alot of those error

httpConnector secure=true problem (second attempt)

2005-10-04 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat 5.0.x open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

http connector secure=true

2005-10-03 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

Re: Vedr.: Re: Vedr.: ISAPI_REDIRECT

2005-04-28 Thread reynir
hi Tony, That is weird, I would have thought IIS should throw some other error message (not the File not found), something like 401 (not authorized). But at least you solved your problem so congratulations. Do you have any references to this from microsoft ? bye -reynir Tony Nakamura wrote

Re: Vedr.: Re: Vedr.: ISAPI_REDIRECT

2005-04-27 Thread reynir
hi, do you have the connector on port 8009 in your tomcat ? do you have the /jakarta virtual folder in IIS ? hope it helps -reynir Tony Nakamura wrote: Hi Reynir, Yes, the tomcat is on localhost, and I'm trying to access directly from the server right now. I can access the site with: http

Re: Vedr.: Re: Vedr.: ISAPI_REDIRECT

2005-04-27 Thread reynir
of the dll, some name it isapi_redirector.dll but not isapi_redirect.dll and since the registry entry specifies the full name of the dll this must be correct. again, hope it helps. -reynir Tony Nakamura wrote: Hi Reynir, I checked the server.xml, and it does have 8009 setting for listner ports

Re: Vedr.: Re: Vedr.: ISAPI_REDIRECT

2005-04-26 Thread reynir
it helps, - reynir Tony Nakamura wrote: Hi, I uninstalled the exe version of isapi_redirect and decided to manually configure them. As a result, I got the green arrow, and I'm able to see output in the log file given isapi_redirect runs in debug mode. The log looks like the following. This log from

Re: == ADDENDA 2 very strange.... : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-06 Thread reynir
I replyed to you yesterday. you are missing configuration for a coyote JK or AJP connector on port 8009 in server.xml bye -reynir [EMAIL PROTECTED] wrote: Hi, I'm looking for some help, again Thanx in advance. Last test : When I'm installing on another server : Windows Server 200 SP4

Re: == Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread reynir
hi, you dont have a connector in server.xml for jk requests ... you need to have ajp connector, defined something like this : Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true

Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
://avalon.apache.org/ hope it helps -reynir Eric J Kaplan wrote: Fyi, I am running java 1.4.1_07 on windows XP -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 2:44 PM To: tomcat-user@jakarta.apache.org Subject: NoClassDefFoundError

Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
welll, the classloader works as explained here : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html hope it helps, -reynir Eric J Kaplan wrote: Reynir That does help, although it is what I suspected. I did indeed have a ref to this lib that I wasn't aware of. The reason I

Re: == Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
what version of IIS / tomcat / isapi_redirector are you using ? -reynir [EMAIL PROTECTED] wrote: Hi, I'm looking for some help. Thanx in advance. When I make a request to IIS for JSP file, I've got an error message and in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc [/admin

Re: == Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
ok sorry I saw it down at the bottom of your email. I wrote directions on how to install this kind of setup few days ago : http://www.reynir.net/java/greinar/nr/52 check it out, it works fine. -reynir reynir wrote: what version of IIS / tomcat / isapi_redirector are you using ? -reynir

Re: Not enough response == Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
hi, jk2 is not suported anymore. jk is the current supported version. I suggest you go with that. -reynir [EMAIL PROTECTED] wrote: Thanx Reynir but I already read your doc and it works for the previous version of the redirector : JK1(isapi redirector 1.2.8 - AJP 12) Me I use JK2 (isapi

Re: Win2003 server, IIS 6 tomcat 5. setup (isapi_redirect) - resolved

2005-03-23 Thread reynir
ok thanx for your comments. I will add this in a footnote of the page. -reynir Sng Wee Jim wrote: Quoting from http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html The workers that are member of load balancer must not appear in the worker.list directive. If your

Win2003 server, IIS 6 tomcat 5. setup (isapi_redirect) - resolved

2005-03-22 Thread reynir
solution at : http://www.reynir.net/java/greinar/nr/52 ok, hope it will help someone. Reynir Hübner [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTPconnector problem

2005-02-09 Thread reynir
hi charles, thanx again. I updated to 4.1.31 and it works now. -reynir Caldarale, Charles R wrote: From: reynir [mailto:[EMAIL PROTECTED] Subject: Re: HTTPconnector problem What is the secure=true then for ? My guess is that it's intended more for the proprietary connectors like AJP13

HTTPconnector problem

2005-02-08 Thread reynir
the following results : is secure : false port : 9099 this proves that I am accessing the correct port, but why is secure false ? is this a bug that has been fixed ? thanx -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: HTTPconnector problem

2005-02-08 Thread reynir
| for requests received by this Connector (you would want this on an SSL Connector). The default value is |false|. in short terms, this is not happening. It's not requrired to have a https schema on this connector. thanx, -reynir Caldarale, Charles R wrote: From: reynir [mailto:[EMAIL PROTECTED

Re: HTTPconnector problem

2005-02-08 Thread reynir
it's very difficoult to have the SSL key on the tomcat for several reasons, there for I must have the port doing http (not https) but still returning true for req.isSecure()... Well this probably means some hacking, or an upgrade... thanx again, -reynir Caldarale, Charles R wrote: From: reynir

Re: HTTPconnector problem

2005-02-08 Thread reynir
thanx Mark, It's version 4.1.24 (if I rember it correctly I will check again to morrow and send you an update), but I will upgrade the tomcat service. That hopefully will fix this matter. I was hoping this was some configuration error on my behalf, but I must upgrade. .. thanx again, -reynir

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
how much memory is your process using when it crashes ? -r Michael Cornell wrote: Hi, Hi, I am experiencing a problem many others seem to have had before, but have found no answers. I am running Tomcat 5.0.25 using jdk 1.4.2_06 hotspot vm on RedHat Linux ES with 4G Ram and twin Intel procs. When

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
the 2G limit .. maybe about 1.8G consumed.. /m reynir wrote: how much memory is your process using when it crashes ? -r Michael Cornell wrote: Hi, Hi, I am experiencing a problem many others seem to have had before, but have found no answers. I am running Tomcat 5.0.25 using jdk 1.4.2_06

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
the limit lies around 4gigs. but that dependes on which kernel you are using etc. Michael Cornell wrote: Sorry, that was a copy and paste typo :( Its set at 2G (4G for the whole machine) /m reynir wrote: well, your -Xmx1G set's the limit for memory usage at 1 gig. ? -server -Xms1G -Xmx1G -Xmn384m

Re: Still having OutOfMemory Problems (Tomcat 4.1.31)

2005-01-17 Thread reynir
you should try using small m like -Xmx512m - this one. hope it helps -reynir David Johnson wrote: HI all. Well I'm still getting my out of memory problem fairly consistently (again) using Tomcat 4.1.31 with my Struts application. When I look st the memory usage, it says tomcat is using about 110k

Re: Error in web.xml

2004-11-25 Thread Reynir r Hbner
display-name block should be before listeners block. hope it helps -reynir Allistair Crossley wrote: yes, so the error tells you that you ordering of elements is wrong. check the order against (icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener

Re: Setup Xms Xmx

2004-11-16 Thread Reynir Þór Hübner
the leagal stuff for redistribution of tabctl32.ocx, but you could probably provide a link, and instructions for newcommers, on your webpage. Thanx - reynir David Boyer wrote: Another shameless plug: http://web.bvu.edu/staff/david/tcservcfg/ [EMAIL PROTECTED] 11/15/2004 2:03:33 PM Hi, my

Re: TagLibs must be cached

2004-10-13 Thread Reynir Þór Hübner
I'm not sure I understand the question, but you know that you can use the enablePooling parameter to set if a jsp tag should be pooled or instanciated for each use. see : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html it's set to true by default I think. hope it helps, reynir

Re: AS/400 DB2

2004-10-12 Thread Reynir Þór Hübner
hi, To continue with what Chris Egolf said, in my experience, you must get this driver from the exact distribution of the AS400 / ISeries machine, because it will not work if they are not of the same version as the database. There are other drivers available such as the Datadirect ones, and I

OFF-TOPIC: Axis encoding problem

2004-09-12 Thread Reynir Þór Hübner
or in the server-config.wsdd. I've tried both, but I cannot get it to do anything for me, all responses are UTF-8. thanx, -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: ThreadPool: Pool exhausted with 100 threads

2004-09-07 Thread Reynir Þór Hübner
the maxThreads parameter. see the documentation for 3.3: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html for more settings. hope it helps, -reynir Matt Robinson wrote: Ronald, Thanks this is quite helpful - using your jsp I can see where we hit 100 threads and Tomcat freezes. As I

Re: Bind errors in 5.0.19

2004-09-07 Thread Reynir Þór Hübner
Hi, This is because something else is running on port 8080, or you have two connectors on port 8080 defined in server.xml. Try telneting on this port, if you can open a session you have something there. c:\telnet yourhost 8080 I also recomend that you upgrade to 5.0.28. hope it helps, -reynir

Re: TOMCAT_OPT questions (-Xms, -Xmx)

2004-09-07 Thread Reynir Þór Hübner
much data is kept in the session (for each user). hope it helps -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wildcard subdomains

2004-08-08 Thread Reynir Þór Hübner
it helps -reynir Henrik Gammelmark wrote: Is there any way I can catch all subdomains belonging to a domain-name within one Host tag? Host bla..bla... Alias*.domain2.com/Alias/Host The above illustrates what I wish to do, but it seems tomcat handles the asterisk literally instead of a wildcard

Re: Letting apache handle 404s

2004-08-08 Thread Reynir Þór Hübner
want to configure the errorpages to redirect the user to the corresponding errorpage in apache, or make apache use the same folder of errorpages as tomcat. hope it helps -reynir Henrik Gammelmark wrote: My primary httpd is Apache2 but i connect to Tomcat5 using the mod-jk2 connector

Re: JVM memory size changing dramatically

2004-07-28 Thread Reynir Þór Hübner
to true, then if something changes in either web.xml or WEB-INF/lib or /WEB-INF/classes directory the classloader for that context is reloaded. This can take up some memory, that usually is returned in GC. hope it helps -reynir Safadi, Mazin wrote: But windows has enough space, 2GB memory

Re: HttpUrlConnection.getInputStream() returns empty

2004-07-27 Thread Reynir Þór Hübner
= + conn.getResponseCode()+\nbr); BufferedReader in1 = new BufferedReader(new InputStreamReader(conn.getInputStream())); String line; while ((line = in1.readLine()) != null) out.write(line +\n); } catch (Exception e) { e.printStackTrace(System.out); } hope it helps -reynir Honey George wrote

Re: JAVAC Leaking Memory

2004-06-07 Thread Reynir Þór Hübner
document. I think your session lagging has to do with something else, some session related code/rendering etc. hope it helps -reynir Thanks, JavaOnlyJava Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, Good advice. The fork option for jasper exists in tomcat 5, it's key to helping

Re: Test

2004-06-06 Thread Reynir Þór Hübner
we´re seeing this one. hope it helps -reynir stella luna wrote: is anyone seeing my posts? just want to be sure...i keep getting something that it is being bounced back - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: JAVAC Leaking Memory

2004-06-04 Thread Reynir Þór Hübner
and developement switches. By doing that you will minimize the overhead (both process and memory) of tomcat, leaving only the basic footprint of tomcat with the current configuration. Hope it helps -reynir java only wrote: Hi All, I have seen in Tomcat 5.0.25 Release notes the JAVAC Leaking

Re: differences between java -s Vs java -X when the JVM is running

2004-04-21 Thread Reynir Þór Hübner
... is for, but you are probably not seeing the whole line there. hope it helps -reynir Software wrote: Hi i'm using tomcat 4103, when i'm typing this command ps -ef | grep javai got many theses lines /usr/java/j2sdk1.4.0/bin/java -s What does this line mean and what is the difference

Re: Vedr.: IIS and Tomcat security

2004-04-16 Thread Reynir Þór Hübner
Hi, Just wanted to add one thing : If I remember correctly, IIS only returns remoteUser on the authenticating request. If you want to use it's userid, you must grabb that in the first request and put it into the session, and use it from there afterwards. If my understanding of the matter is

Re: Exception processing JAR at resource path

2004-04-12 Thread Reynir Þór Hübner
hi, does the tomcat user have rights on the temp dir ? are you shure the CATALINA_HOME variable is correctly set ? Creating the temp directory fixed the same problem for me. hope it helps -reynir Nishant Kumar wrote: hi, i am using tomcat 4.1.30. when i start the server i get the error

Re: Tomcat 5 vs. Resin?

2004-04-04 Thread Reynir Þór Hübner
that. hope it helps -reynir Hiroshi Iwatani wrote: And, Resin is open-source, kind of ... Josh Rehman wrote: Has anyone compared Tomcat 5 and Resin? Resin has a huge drawback of being closed-source, but it has a great reputation for being small, fast, and easy to configure. Tomcat is working

Re: tomcat performance with 100 webapps

2004-03-30 Thread Reynir Þór Hübner
-applications. -reynir Niki Ivanchev wrote: God save our apps from any memory leaks. Of course we will test them for this issue. And perform stress testing 20 sounds fair enought. Frankly I don't expect too much traffic per e-shop. Niki Shapira, Yoav wrote: Hi, We have tomcat instances

Re: hello

2004-03-19 Thread Reynir Þór Hübner
marcf. why do you ask ? -reynir [EMAIL PROTECTED] wrote: what does it mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Load balancing for uptime

2004-03-16 Thread Reynir Þór Hübner
My experience is the same. hope it helps -reynir Angus Mezick wrote: Disable all of the auto reloading features of tomcat. The mem leak seems to be centered there. Or at least, I haven't had a OOME since I turned that stuff off. You would need clustered sessions of some sort. They either need

Re: Best App for Finding Memory leaks in WebApps running on Tomca t

2004-03-16 Thread Reynir Þór Hübner
I went with Jprofiler, from ej-technologies.. It is very easy to configure and use. -reynir Robert Priest wrote: Thanks Yoav, So if price was not a consideration, which would you go with? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004

Re: [Tomcat Monitor] - feedback?

2004-03-15 Thread Reynir Þór Hübner
Hi, I don't know if this would fit into the env. you're developing but I think I would suggest using log4j, because there you can send different messages to different appenders, one of those being emailing appender. I once implemented a monitoring thread that used this way of comunicating

Re: invoker servlet question

2004-03-05 Thread Reynir Þór Hübner
/com.john.mclain.servletTest hope it helps -reynir John MccLain wrote: I don't understand the invoker servlet. I understand that you have to uncomment it from the default web.xml file (did that). BUT, If I create a servlet and put it web_app_context/WEB-INF/classes, then call http://localhost:8080/web_app_context/servlet

Re: Tomcat ports

2004-03-05 Thread Reynir r Hbner
Hi, Try opening up /tomcat-home/conf/server.xml there you can set the connector to use what ever port you like. (try searching for 8080). hope it helps -reynir Ralph Merrick wrote: Can anyone tell me, how to configure tomcat to work with a port, less than 1024, port 80 to be exact. Thanks

RE: tomcat pass through to IIS (not IIS to tomcat)

2004-01-14 Thread Reynir Þór Hübner
. That I haven't done my self, so I leave it to you to find out how that's done. Hope it helps -reynir -Original Message- From: Chris Morrisette [mailto:[EMAIL PROTECTED] Sent: 14. janúar 2004 19:08 To: [EMAIL PROTECTED] Subject: tomcat pass through to IIS (not IIS to tomcat

Taskmanager memory figures vs jvm figures

2004-01-12 Thread Reynir Þór Hübner
version 1.4.1_02 and the application is a rather complicated (but flexible) implementation of MVC. My question is really, what explaines the difference between the numbers shown when a jsp like the one above is called, and the numbers shown in the task manager application ? Thanx -reynir

RE: tomcat 5 and oracle 8i

2004-01-12 Thread Reynir Þór Hübner
, and then refer to the documentation on how to create a valid jdbc url, and make connection to the database. Hope it helps -reynir -Original Message- From: Jeremy Martinez [mailto:[EMAIL PROTECTED] Sent: 12. janúar 2004 16:29 To: [EMAIL PROTECTED] Subject: tomcat 5 and oracle 8i I

RE: How to serve static EXCEL or POWERPOINT files from Tomcat ?

2004-01-12 Thread Reynir Þór Hübner
... And that should do the trick (done it many times). Hope it helps -reynir -Original Message- From: Enrique MARTIN [mailto:[EMAIL PROTECTED] Sent: 12. janúar 2004 10:58 To: [EMAIL PROTECTED] Subject: How to serve static EXCEL or POWERPOINT files from Tomcat ? Hi, I am

SEVERE: Error in action code

2003-12-04 Thread Reynir Þór Hübner
-reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Reynir Hübner
Hi, I think IIS 6 is not supported yet, it may at somepoint, but it doesn't work right now. Bye -reynir -Original Message- From: Bala Kiran [mailto:[EMAIL PROTECTED] Sent: 10. ágúst 2003 20:47 To: Tomcat Users List Subject: Tomcat 4.1x with IIS 6 on Windows server 2003

RE: Connecting Two PC using internet connection ??

2003-08-01 Thread Reynir Hübner
You might want to take a look at webdav... That might solve some of your problems. -reynir -Original Message- From: Bikash Paul [mailto:[EMAIL PROTECTED] Sent: 1. ágúst 2003 08:32 To: Tomcat Users List Subject: Connecting Two PC using internet connection ?? Hi, I want

RE: Address Resolving

2003-08-01 Thread Reynir Hübner
would setup something like this in your tomcathome/conf/server.xml Host name=www..com debug=0 appBase=/somewhere/on/your/harddrive/ Aliaswww..com/Alias Context path= docBase=/somewhere/on/your/harddrive/ debug=0 reloadable=true autoDeploy=true/ /Host Hope it helps -reynir

RE: [ot] RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Reynir Hübner
Scarab. Check out www.tigris.org It's excellent. hope it helps -reynir -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 29. júlí 2003 12:55 To: 'Tomcat Users List' Subject: [ot] RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

RE: Tomcat not working properly

2003-07-28 Thread Reynir Hübner
Hi, By default it should process your jsp code, please give us more info on your setup. -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28. júlí 2003 17:27 To: [EMAIL PROTECTED] Subject: Tomcat not working properly Greetings, My

Memory problems

2003-07-25 Thread Reynir Hübner
on tomcat (no more than specific amount of applications) or java (no more threads than some specific amount) ? Please reply, -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Memory problems

2003-07-25 Thread Reynir Hübner
it in windows). Thanx -reynir -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 25. júlí 2003 13:47 To: Tomcat Users List Subject: Re: Memory problems More likely you are hitting an OS limit, such as number of processes, number of open files, number

RE: Memory problems

2003-07-25 Thread Reynir Hübner
Hi, Well we made a workaround for this by setting up multiple instances of tomcat. Thanx for the info, it was helpful. -reynir -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 25. júlí 2003 14:15 To: Tomcat Users List Subject: Re: Memory problems Our

RE: IIS 6.0 and Tomcat

2003-07-10 Thread Reynir Hübner
JK2 does not work with IIS6 -Original Message- From: webmaster [mailto:[EMAIL PROTECTED] Sent: 10. júlí 2003 13:23 To: [EMAIL PROTECTED] Subject: IIS 6.0 and Tomcat Hi all, Does anyone know if the mod_jk.dll is compatible with Windows 2003 ? I'm planning to buy a new

RE: performance

2003-07-08 Thread Reynir Hübner
Hi, I suggest a good reading of the webpage : http://www.javaperformancetuning.com/tips/j2ee_srvlt.shtml -reynir. -Original Message- From: Mark F [mailto:[EMAIL PROTECTED] Sent: 8. júlí 2003 18:35 To: Tomcat Users List Subject: performance Running Tomcat 4.0.6 on Solaris 8

RE: performance

2003-07-08 Thread Reynir Hübner
Works fine for me... :/ -Original Message- From: Pitre, Russell [mailto:[EMAIL PROTECTED] Sent: 8. júlí 2003 19:31 To: Tomcat Users List Subject: RE: performance I think the link may be broken.I couldn't connect Russ -Original Message- From: Reynir Hübner

ISAPI redirect JK2 error/bug/failure or something of the kind

2003-07-07 Thread Reynir Hübner
fine, and it seems to be a lot better connector than the new JK2. I recommend that people do not use JK2 for production, as it's not stable yet. Has anyone seen that error before ??? Thanx -reynir - To unsubscribe, e-mail

Jsp problem

2003-07-01 Thread Reynir Hübner
server / IIS 5. I've tried to delete the /work folders, and reload/ restart the application with out much luck. What's going down here ??? thanx -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Jsp problem: solved ... kindof

2003-07-01 Thread Reynir Hübner
Message- From: Reynir Hübner Sent: 1. júlí 2003 10:13 To: Tomcat Users List Subject: Jsp problem Hi folks, I have a server, that disbehaves when ever I change any jsp page, it stops rendering it. The context has reloadable=true set. The error messages I get start like

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Reynir Hübner
On win2003 ? -Original Message- From: Tom Cole [mailto:[EMAIL PROTECTED] Sent: 27. júní 2003 13:23 To: Tomcat Users List Subject: Re: Win2003 IIS6 ISAPI filter problem I'm using the latest isapi_redirector.dll (notice the 'or' at the end) with no problems. But I'm running

RE: Does Tomcat is OK?

2003-06-19 Thread Reynir Hübner
all banging on the application at the same second you might have to increase maxProcessors attribute in server.xml to handle at least 150 concurrent requests with 150 threads, but usually 150 users is not much. Hope it helps -reynir -Original Message- From: Cui Xiaojing-a13339

RE: Java Blog

2003-06-16 Thread Reynir Hübner
Hi, You mean like freeroller.com or blojsome ?? Look for it in google or sourceforge... Hope it helps -reynir -Original Message- From: Stephen Ting [mailto:[EMAIL PROTECTED] Sent: 16. júní 2003 09:53 To: [EMAIL PROTECTED] Subject: Java Blog Dear Tomcat users, Where

RE: Restart program

2003-06-16 Thread Reynir Hübner
Hi, Write a ServletContextListener, that invokes a thread that runs the program on the specified interval. That way you can interrupt the thread when the context dies, etc. Hope it helps -reynir -Original Message- From: Petter Bengtsson [mailto:[EMAIL PROTECTED] Sent: 16. júní

RE: Tomcat and IIS 6.0??

2003-06-16 Thread Reynir Hübner
I've been trying this, with out luck. The connector does not work between the two, maybe it's enough to build it on win2003... I'm hoping someone will take a look at this soon. Bye -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16. júní 2003

OFFTopic: Jsp vs velocity templates

2003-06-15 Thread Reynir Hübner
the difference is right now ? Is velocity still a lot faster ? Thanx, -reynir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: request.getParameter( x ) returns null - OFFTOPIC

2003-06-12 Thread Reynir Hübner
why, but it's submitting some parameters allright, but others it's not submitting. -reynir -Original Message- From: Frankie Bollaert [mailto:[EMAIL PROTECTED] Sent: 12. júní 2003 12:15 To: Tomcat Users List Subject: Re: request.getParameter( x ) returns null Reynir Hübner

RE: Mimetype settings for Tomcat???

2003-06-11 Thread Reynir Hübner
mime-type will be used (text/plain), unless you change the response type in the servlet that does the has the include. Hope it helps -reynir -Original Message- From: Carlos [mailto:[EMAIL PROTECTED] Sent: 11. júní 2003 16:06 To: 'Tomcat-User ([EMAIL PROTECTED])' Subject

RE: Error in Tomcat

2003-06-11 Thread Reynir Hübner
in the end comes down to the fact that no threads are available... Hope it helps -reynir -Original Message- From: Sarkar, Sudipta [mailto:[EMAIL PROTECTED] Sent: 11. júní 2003 15:11 To: [EMAIL PROTECTED] Subject: Error in Tomcat Hi, I am getting the following error

RE: request.getParameter( x ) returns null

2003-06-11 Thread Reynir Hübner
Hi, I don't think I've ever seen this problem with IE5.5 (but I use it a lot), so my guess is that the problem has something to do with a broken javascript or the actual form submition. Do you use Get or Post ? Try cleaning out all the cache of the browser (etc.).. -reynir -Original

Has anyone got IIS 6 and jk2 to work ?

2003-06-10 Thread Reynir Hübner
I'm trying but I'm not able. I get the green arrow but always when I request a url that should go through tomcat I get 404 (not found) status. Has anyone got this to work ?? Thanx Reynir Þór Hübner [EMAIL PROTECTED

RE: All threads are busy, waiting

2003-06-07 Thread Reynir Hübner
. You can increase the amount of threads in tomcat by editing server.xml (where you specify the connector you use). Hope it helps -reynir -Original Message- From: Billy Ng [mailto:[EMAIL PROTECTED] Sent: 7. júní 2003 00:05 To: Tomcat Users List Subject: All threads are busy

RE: Sun JVM vs. JRockit

2003-06-07 Thread Reynir Hübner
it. I've always had a problem with tagpooling and using the osCache (www.opensymphony.com) library. For some reason it does not work correctly with tomcat, so I have to disable tagpooling too. -reynir -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 7. júní 2003 04

RE: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread Reynir Hübner
I am guessing that you do not have a mapping on the invoker servlet in web.xml Open the /tomcat_home/conf/web.xml and Unremark the block that mapps the invoker to /servlet/* Hope it helps -reynir -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: 7. júní 2003

RE: JK2 apache2 log errors

2003-06-01 Thread Reynir Hübner
-reynir -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: 31. maí 2003 15:55 To: Tomcat Users List Subject: RE: JK2 apache2 log errors Hello: How do I enable the jkstatus page? I have not seen any docs on it. Thanks, Neil -- Neil Aggarwal

RE: open source code and IDE

2003-05-30 Thread Reynir Hübner
examples, then check out some opensource projects for more specific sample code. Hope it helps -reynir -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 13:54 To: [EMAIL PROTECTED] Subject: open source code and IDE hi this is probably the wrong

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
to the log file, but there may be nothing configured to receive the request in tomcat. Or maybe even tomcat Is not running at all ? hope it helps -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 11:48 To: TOMCAT USER (E-mail) Subject

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
Ok, according to this you've got 2 connectors on port 8009 ? That's one to many ... -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 13:38 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
installation instructions, that work. Hope it helps -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 14:13 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module I commented out each in turn

Content type problem

2003-05-29 Thread Reynir Hübner
in the HTML code, but that does not change anything either. What can I do (I am about to patch the http connector) Reynir Þór Hübner [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Format body message of email

2003-05-29 Thread Reynir Hübner
Hi, You could set the content type of the bodypart of the email to text/html. Then you could just do it with html you know font color= redred letters/font It's really simple... Hope it helps, -reynir -Original Message- From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] Sent: 29

RE: Content type problem: solved..

2003-05-29 Thread Reynir Hübner
Hi Bill, Thanx for your reply, You where right, I found rd.include(req,res) (that should have been rd.forward) in someones code here that causes it. Thanx -reynir -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 05:47 To: [EMAIL

RE: File Upload in JSP

2003-04-06 Thread Reynir Hübner
Check out the jakarta-commons libraries, you should be able to find file-upload component there. http://jakarta.apache.org/commons/fileupload/index.html Hope it helps -reynir -Original Message- From: there over [mailto:[EMAIL PROTECTED] Sent: 6. apríl 2003 10:53 To: [EMAIL

RE: Password and session

2003-04-04 Thread Reynir Hübner
Yes, Not authorized has the 401 http error code. So you should be able to set in web.xml (either conf/web.xml or /WEB-INF/web.xml) : error-page error-code401/error-code location/welcome.jsp/location /error-page Hope it helps -reynir -Original Message

RE: System.out.println()

2003-04-04 Thread Reynir Hübner
there. Hope it helps -reynir -Original Message- From: Srinivasu Gandu [mailto:[EMAIL PROTECTED] Sent: 4. apríl 2003 16:05 To: 'Tomcat Users List' Subject: System.out.println() How do we use System.out.println(error + e) in the tomcat4.1.18 to see the error messages

RE: GUI for ant ...

2003-03-31 Thread Reynir Hübner
Hi guys.. How about http://ant.apache.org/projects/antidote/index.html -reynir -Original Message- From: Kristján Bjarni Guðmundsson [mailto:[EMAIL PROTECTED] Sent: 31. mars 2003 16:41 To: Tomcat Users List Subject: Re: GUI for ant ... Well it depends on what you mean, if you

RE: Admin is incomplete

2003-03-26 Thread Reynir Hübner
applications. Hope it helps -reynir -Original Message- From: Herbert G. Fischer [mailto:[EMAIL PROTECTED] Sent: 26. mars 2003 19:53 To: Tomcat Users List Subject: Re: Admin is incomplete THE PROBLEM IS BAD THAN I THOUGHT!!! Sorry for the caps, but I'm very angry!! Admin only works

RE: Good documentation?

2003-03-26 Thread Reynir Hübner
Yes, I have very similar experience, hard to find good docs on what to do. Last time I configured IIS with mod_jk2 I wrote few lines on the subject which describe the most simple solution I could find to get that kind of setup running. I don't think it uses all the benefits of JK2 but it gets

RE: Problems with tomcat 4.0.1 and 4.1.18

2003-03-21 Thread Reynir Hübner
Hi, I suggest you try increasing the memory size by using jvm parameters such as -Xmx250m or what ever you think the size has to be. If java is running out of memory, it may (possibly) result in strange error messages. Hope it helps -reynir -Original Message- From: Daniel

  1   2   3   4   >