I haven't tried recompiling from source. I am hoping I won't have to go that far!
As for dropping back to an earlier version, another interesting problem is that when I drop back to an earlier version, Apache tells me it can't find the file. For example, if I have in my modules directory the following three files: mod_jk2-2.0.43.dll mod_jk2-1.3.27.dll mod_jk2.dll In my LoadModule statement in httpd.conf, I reference the mod_jk2.dll file. If I copy mod_jk2-2.0.43.dll into mod_jk2.dll, everything starts OK, up until I have the problem described below. If I copy mod_jk2-1.3.27.dll into mod_jk2.dll, Apache gives me a "file not found" error and doesn't start at all. I'm assuming the "file not found" error is erroneous, and the dll is corrupted, so the OS can't load it. I haven't followed up on this because, of course, I want to use the latest stable version, but I'm having "child exit" problem. At this point, it does not look like compiling from source is a trivial option. I really don't know the development paths and structures and file organization (although I'd like to learn because I'd like to contribute, and also because I could then solve my immediate problem *very* expeditiously), and, from what I downloaded, the .dsp file (the Windows project file) can't be read by the IDE. At this point, I'm in sequestered meditation, prayerfully contemplating the possibility someone has seen this before, or that a developer will see what I've got here and respond :-) Otherwise I may drop all the way back to mod_jk. I've heard NOT to use warp, but haven't tried it. TIA, ------------------------------ Allen > -----Original Message----- > From: Chong Yu Meng [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 31, 2003 1:15 PM > To: Tomcat Users List > Subject: Re: Can't find TomcatStarter & Startup Errors & Apache crash > > > Allen Williams wrote: > > >Basically, everything looks like it started OK, then it references memory > >location 0x01 (WinNT), then the child thread exits and Apache > keeps trying > >to restart it. > > > >So far, I can't find anyone who has any insight or has seen this before, > >hence my attempt to try to go through the source code. > > > > > Hmm... did you compile mod_jk2 from source ? I read some of the > documentation concerning JNI channels, and the only platform it seems to > work on is Windows. I'm not much of a Windows expert, so I can't really > help you there. But from the available stuff on Windows + mod_jk2, it > seemed to be pretty straightforward, so I might want to look at > re-compiling from source or using the binary (if it is available), or > "down-grading " to the last version that worked. Not a very attractive > set of options, I know. > > Regards, > pascal chong > > > > > --------------------------------------------------------------------- > 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]
