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 getti

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 org.apache.jk.common.Cha

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 : The port is opened with out errors, but does never return anything, and I see no errors in my log. Am

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 : The port is opened with out errors, but does never return anything, and I see no errors in my log. Am I miss

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
mes the difference is the name 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 che

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

Re: Vedr.: Re: Vedr.: ISAPI_REDIRECT

2005-04-26 Thread reynir
IIS ? hope 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.

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 se

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

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.a

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 : you have defiend worker.ajp13.port=8009 to use port 8009 so that should fit. hope it helps. -reynir.net [EMAIL PROTECTED] wrote: >Hi, > >I'm looking for some hel

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 us

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 ? >-

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_plu

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 >w

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

2005-03-22 Thread reynir
ut my 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 connect

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, -r

Re: HTTPconnector problem

2005-02-08 Thread reynir
if request.isSecure() is true or false. In my case 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... than

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 PROT

HTTPconnector problem

2005-02-08 Thread reynir
: 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] For additional commands, e-mail: [EMAIL PROTECTED]

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
k 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 -Xmx1

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
g 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

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 l

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 ab

Re: Error in web.xml

2004-11-25 Thread Reynir ÃÃr HÃbner
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
know 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 >&g

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 hel

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 thin

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: TOMCAT_OPT questions (-Xms, -Xmx)

2004-09-07 Thread Reynir Þór Hübner
des on how 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: 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, -rey

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: Letting apache handle 404s

2004-08-08 Thread Reynir Þór Hübner
e 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. The problem is, that it seems that tomcat handles too much of apache's job. For instance if I enter a URL ending

Re: Wildcard subdomains

2004-08-08 Thread Reynir Þór Hübner
://somehost.domain.net:8080/ This would redirect any request into somehost.domain.net on port 8080. this way you need only one host in tomcat server.xml. it should have the name "somehost.domain.net" I don't think you can use acronyms where you specify host-aliases in server.xml. hope it helps

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
.write("RESPONSECODE = " + conn.getResponseCode()+"\n"); BufferedReader in1 = new BufferedReader(new InputStreamReader(conn.getInputStream())); String line; while ((line = in1.readLine()) != null) out.write(line +"\n"); } catch (Exception e) { e.printStac

Re: JAVAC Leaking Memory

2004-06-07 Thread Reynir Þór Hübner
ne once for each jsp 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 i

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] For

Re: JAVAC Leaking Memory

2004-06-04 Thread Reynir Þór Hübner
oading 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 JAV

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

2004-04-21 Thread Reynir Þór Hübner
he -S... 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

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 cor

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
x27;t seen 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 i

Re: tomcat performance with 100 webapps

2004-03-30 Thread Reynir Þór Hübner
k in java-server-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

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: 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: 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

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 probl

Re: Tomcat ports

2004-03-05 Thread Reynir Þór Hübner
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 a

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_

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

2004-01-14 Thread Reynir Þór Hübner
'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 t

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

2004-01-12 Thread Reynir Þór Hübner
Hi, Just add a mime mapping into tomcat/conf/web.xml xls application/msexcel ppt application/powerpnt Restart tomcat... And that should do the trick (done it many times). Hope it helps -reynir > -Original Message- > From: E

RE: tomcat 5 and oracle 8i

2004-01-12 Thread Reynir Þór Hübner
river, 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] > Subjec

Taskmanager memory figures vs jvm figures

2004-01-12 Thread Reynir Þór Hübner
is using version 4.1.24 of tomcat, and java 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

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

RE: Address Resolving

2003-08-01 Thread Reynir Hübner
something like this in your tomcathome/conf/server.xml www..com Hope it helps -reynir > -Original Message- > From: Sekhmet [mailto:[EMAIL PROTECTED] > Sent: 31. júlí 2003 22:09 > To: [EMAIL PROTECTED] > Subject: Address Resolving > > >

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 ?? >

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 >

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

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:

RE: Memory problems

2003-07-25 Thread Reynir Hübner
do 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 pr

Memory problems

2003-07-25 Thread Reynir Hübner
on 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: 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

RE: performance

2003-07-08 Thread Reynir Hübner
> > -Original Message- > From: Reynir Hübner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 3:23 PM > To: Tomcat Users List > Subject: RE: performance > > > Hi, > > I suggest a good reading of the webpage : > http://www.javaperformancetuni

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 > > >

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

2003-07-07 Thread Reynir Hübner
stalled the old JK and it runs 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 --

RE: Jsp problem: solved ... kindof

2003-07-01 Thread Reynir Hübner
nal 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. &

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 c

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 ru

RE: Does Tomcat is OK?

2003-06-19 Thread Reynir Hübner
150 users 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

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 PROTECT

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] >

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 > >

OFFTopic: Jsp vs velocity templates

2003-06-15 Thread Reynir Hübner
n what 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
"test+new+form", but the rest is empty. Don't know 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

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 >

RE: Error in Tomcat

2003-06-11 Thread Reynir Hübner
threads, which 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 > > &

RE: Mimetype settings for Tomcat???

2003-06-11 Thread Reynir Hübner
he default 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 ([E

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: 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

RE: Sun JVM vs. JRockit

2003-06-07 Thread Reynir Hübner
he 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:24 > To: [EMAIL PROTECTED] > Subject

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 t

RE: JK2 apache2 log errors

2003-06-01 Thread Reynir Hübner
s. Hope it helps -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

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

2003-05-30 Thread Reynir Hübner
_service_jk2.html for JK2 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 >

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 Err

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

2003-05-29 Thread Reynir Hübner
st according 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 >

RE: open source code and IDE

2003-05-29 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 > > >

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 >

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 red letters It's really simple... Hope it helps, -reynir > -Original Message- > From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] > Sent: 29.

Content type problem

2003-05-29 Thread Reynir Hübner
ntent type tags 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 addi

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 >

RE: System.out.println()

2003-04-04 Thread Reynir Hübner
and control what goes out 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.p

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) : 401 /welcome.jsp Hope it helps -reynir > -Original Message- > From: Iago Toral [mailto:[EMAIL PROTECTED] >

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

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 t

RE: Admin is incomplete

2003-03-26 Thread Reynir Hübner
and reload your 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

RE: questions on instances of java beans

2003-03-21 Thread Reynir Hübner
Hi, Put your bean into servlet context when it's instanciated with the first client. Then get it out of ServletContext when you want the other client to use it. Hope it helps -reynir > -Original Message- > From: Michael Ni [mailto:[EMAIL PROTECTED] > Sent: 21. mars 2

  1   2   3   4   >