Re: IIS 6.0 with JK 1.2.19

2006-10-05 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Sorry for the errors on there, and obviously causing you problems. I've fixed the worker(s).properties error. I also fixed the uriworkermap.properties, according to the resolution described below. I blindly assumed that this web page was clean

Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, post your isapi log, you can set the loglevel to debug via the registry. usually this tells alot. hope it helps - -reynir Piero Cavalieri wrote: The get: GET

Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Reynir Hubner
] [1172:3440] [debug] jk_ajp_common.c (2074): recycling connection cache slot=0 for worker ajp13w [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (1031): service() returned OK Reynir Hubner ha scritto: hi, post your isapi log, you can set the loglevel to debug via

Re: Memory Profiling

2006-08-31 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, You can use a java profiler such as jprobe, JProfiler or really almost any other profiler application to profile your webapp. You can also use webapplications such as lambdaprobe : http://www.lambdaprobe.org/d/index.htm I guess alot of other

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-29 Thread Reynir Hubner
Collett wrote: On Aug 28, 2006, at 5:10 PM, Reynir Hubner wrote: Hash: SHA1 Hello, This configuration works, tried and tested many times (http://reynir.net/java/greinar/nr/52/ath) If it does not work for you, you are either not following the instructions or your .dll is corrupt. You just

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try the following instructions... http://reynir.net/java/greinar/nr/52/ath regards, - -reynir Stanczak Group wrote: I'm running IIS 6 on a 2003 sp1 machine with Tomcat 5.5.17. I can't seem to get JK 1.2.15 to work. I've tried 1.2.18, but it

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Reynir Hubner
correct (pointing to the correct files) to get the green arrow, and then in IIS6 you also have to enable the Web Services Extensions... hope it helps - - reynir Timothy Collett wrote: On Aug 28, 2006, at 10:30 AM, Reynir Hubner wrote: try the following instructions... http://reynir.net

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, How much memory is available on the computer when it throws the OutOfMemoryError ? I am sorry to say, but this sounds like a memory leak in your application, since the gc should collect loose memory, and not use all of it, unless it needs to. You

Re: advice on auto logout servlet

2005-11-15 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would suggest that you do this by using somethinglike JSON or AJAX. See jasonspec: http://www.crockford.com/JSON/index.html You could make the client query your server, in some interval and check the session state. hope it helps - -reynir

Re: tomcat and wbs

2005-11-15 Thread Reynir Hubner
. I must admit that this init part looks a bit confused to me. Any example based on servlet or singleton would be very much appreciated ;-) Thanx, --mike Reynir Hubner wrote: there are several implementations of webservices available. the one most successfull is axis from apache, you

Re: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-11 Thread Reynir Hubner
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.st dout worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.st derr Thank you. -Original Message- From: Reynir Hubner [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 12:11 AM To: Tomcat Users List

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
the tomcat, the reason to do so is hard to find. hope it helps - -reynir Gangaa D wrote: Dear Reynir Hubner, Thank you reply our msg. We have configured jk2 for apache2+tomcat5. So I mean jk2 does not provide SSL. Is this correct

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
Certification Authorities? --- Reynir Hubner [EMAIL PROTECTED] wrote: hi, yes, if you think about it, if you put your ssl key in apache, it will be used to secure the comunication between apache(server) and the client(user). Apache will then decript the message and forward it via

Re: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, First Gangaa D., I think since java is platform independant this is not a good answer to a query like this. Installing Linux or FreeBSD does not solve all problems by it self. Linux is fine when you know how to work around it, if you do not

Re: jsp-compile

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes your configuration is not as you want it. you can edit the $tomcat_home/conf/web.xml to fix this. see documentation on JSP servlet. hope it helps - -reynir [EMAIL PROTECTED] wrote: Hi, I use TOMCAT 5.0.28 running on debian. My trouble

Re: volume transferred statistcis

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you have http-access-logs, and you should be able to run awstats (awstats.sf.net) or something similar on it to retrive these information, in human readable format. For more detailed access-logging you can start the RequestDumperValve (see

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, install your SSL key into apache2, and then use mod_jk to comunicate with tomcat. That way you do not have to install your ssl into tomcat. hope it helps - -reynir Gangaa D wrote: Hi, i have done connector 443 on win32. So I move it

Re: [ANN] Apache Tomcat mod_jk 1.2.15 Web Server Connector released

2005-11-08 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, Great work! I just checked out the changelog for this. could you tell me what this patch fixed: 35298: Multiple JK/ISAPI redirectors on a single IIS site are not supported Patch provided by Tim Whittington. (mturk) Can I now run multiple