-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 bu
-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 solu
> Header[0] [Content-Length] = [0]
> [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (1037):
> received from ajp13 pos=0 len=2 max=8192
> [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (1037):
> 05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-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
> /geonetwork/srv/en/main.search?extended=off&remote=off&attrset=geo&any=&hitsP
nir
Timothy 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 f
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..
-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 won
-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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hi,
Sure, you can map your filter on to /* or something like that. That way
you can intercept any URL you like and either rewrite, or redirect.
It doesn't matter if your URL reads /something/something/default.asp or
not, if you know how to handle that
was a getWebService/getServlet method, which
> obviously I did not find, or a kind of workaround to achieve the same goal?
>
> Thanx,
>
> --mike
>
> Reynir Hubner wrote:
>
> hi,
> you need to insert something like this :
>
>
> com.your.package.Y
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
there are several implementations of webservices available. the one most
successfull is axis from apache, you should read all about it on the
axis website..
http://ws.apache.org/axis/
of course it dependes on what you are going to do, but starting som
-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
Ma
ore."
>
> So How do I get Trusted Root 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 betw
t 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
s_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.ja
> r
> worker.inprocess.cmd_line=start
> worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classi
> c$(ps)jvm.dll
> worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.st
> dout
> worker.in
-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
>
-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 docs
-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 troubl
-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 kno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hi,
I would suggest, that you would set up Apache in front of IIS, with
reverse proxying. That's how I've solved these problems from time to
time. That way you can pass the service S straight to your tomcat
application, with out ever going through IIS.
-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 config
22 matches
Mail list logo