Re: Progress with Jk-dev

2005-03-14 Thread Glenn Nielsen
On Thu, Feb 17, 2005 at 08:22:13PM +1100, NormW wrote:
 Greetings All,
 Have the mod_jk 1.2.9-dev up and running on NetWare 6 and AP 2.1.3 but 
 doing much beyond a single worker is a little awkward. I can access the 
 Tomcat html manager web app without visible issues.

When I setup load balanced tomcats I number each manager context path
name in server.xml then setup the apache config so it can route to each
instance of tomcat using the following:

# Manager mounts for load balanced workers
JkMount /manager1/* tomcat1
JkMount /manager2/* tomcat2
JkMount /manager3/* tomcat3

That makes it easier to manage applications via http and apache.

Regards,

Glenn

--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Progress with Jk-dev

2005-02-17 Thread NormW
Greetings All,
Have the mod_jk 1.2.9-dev up and running on NetWare 6 and AP 2.1.3 but 
doing much beyond a single worker is a little awkward. I can access the 
Tomcat html manager web app without visible issues.

When I access the /admin/ app a few 'odd' things happen..like some icons 
aren't displayed until a refresh... and if you try to go to 'lower' 
contexts within the left 'menu', the left pane changes to 'Service 
Temporarily Unavailable', while the right pane shows the requested data.

Beyond that, the status page displays without issue, although some data 
alignment under their headings would be 'nice'...

The current build includes but the 11 most recent patches.
Happy developing,
Norm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Progress with Jk-dev

2005-02-17 Thread Mladen Turk
NormW wrote:
Greetings All,
Have the mod_jk 1.2.9-dev up and running on NetWare 6 and AP 2.1.3 but 
doing much beyond a single worker is a little awkward. I can access the 
Tomcat html manager web app without visible issues.
1. Did you include the latest jk_ajp_common.c (Revision: 1.85).
   There was a bug in previous patch, causing endpoint corruption.
2. Can you check if the _MT_CODE is compiled in.
   I'm not sure what '(defined(NETWARE)  defined(__NOVELL_LIBC__))'
   inside jk_mt.h actually means. Does it have pthreads.h included?
   It won't work without some thread locking.
Also why would one wish to build on 2.1.3?
You have mod_proxy_ajp for that already in the core :).
Regards,
Mladen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Progress with Jk-dev

2005-02-17 Thread NormW
Greetings again...
Mladen Turk wrote:
NormW wrote:
1. Did you include the latest jk_ajp_common.c (Revision: 1.85). There
was a bug in previous patch, causing endpoint corruption. 2. Can you
check if the _MT_CODE is compiled in. I'm not sure what
'(defined(NETWARE)  defined(__NOVELL_LIBC__))' inside jk_mt.h
actually means. Does it have pthreads.h included? It won't work
without some thread locking.
The defined NETWARE applies to AP 1.3 and 2.x but _NOVELL_LIBC_ is the 
method for identifying AP2 AFAIK.
The Novell LibC NDK includes pthread.h, so expect it is using it.

Just built the mod_jk using the last 8 or so patches, and without 
changing any settings now get 'internal server error' for both /admin/ 
and /manager/html/...
Also why would one wish to build on 2.1.3? You have mod_proxy_ajp for
that already in the core :).
Kill multiple stones with a single bird. I rarely get time to do more 
than build 2.1 so this tries both, and its design is the future soon we 
hope...  :-)
Regards, Mladen
Regards,
Norm
-
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED]

.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Progress with Jk-dev

2005-02-17 Thread Mladen Turk
NormW wrote:
The defined NETWARE applies to AP 1.3 and 2.x but _NOVELL_LIBC_ is the 
method for identifying AP2 AFAIK.
The Novell LibC NDK includes pthread.h, so expect it is using it.

Can you be sure it is included?
Add some #pragma before #include pthread.h

Just built the mod_jk using the last 8 or so patches, and without 
changing any settings now get 'internal server error' for both /admin/ 
and /manager/html/...

Great. Could you set the JkLogLevel to 'trace'.
Open a clean log and hit the /admin.
That's all that I need. Can you post that log?
Netware is the only platfrom I don't have, so it's hard
to debug :).
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]