users@grizzly.java.net

Re: AJP support without a webapp container?

From: Gonk <gonkinator_at_gmail.com>
Date: Wed, 8 Jul 2009 13:46:58 -0700

I saw your blog post. That is how I got started down this road. I haven't
test the Apache/Connector side yet. I just wanted to get the stand alone
grizzly server running first without problem serving requests as normal.
Then I'd work on connector from Apache.
The hangup seems to be that gws.start() blocks inside of
JkCoyoteHandler::listen() and I don't understand why. Is it looking for a
jk2.properties file?

Jeanfrancois wrote:

>> jvm 1 | Jul 8, 2009 11:43:21 AM com.sun.grizzly.http.jk.server.JkMain start
>> jvm 1 | INFO: Jk running ID=0 time=0/156 config=null

>>
>> Is it possible to use AJP support without a webapp container?
>>
>Yes.
>
>>I'm a novice with regard to webapps, containers, etc. so any pointers or help
>> would be appreciated.
>
> From Above it seems things are OK. Have you properly configured mod_jk with Apache 2? See:
>
>http://weblogs.java.net/blog/jfarcand/archive/2009/04/extending_the_g_3.html
>