Re: Trying to compile the tomcat connector

2012-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alex,

On 3/7/12 9:41 PM, Alex Samad - Yieldbroker wrote:
 Failed looking for jni headers... but I wanted to compile the
 latest version, because there have been patches applied to fix
 concurrent loading of the dll

So, did you try to fix the Makefile in the way I described?

If you are getting failure-to-find-jni headers, it sounds like you
failed to provide proper paths to the configure script (or is there a
configure script on win32?).

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Yw+QACgkQ9CaO5/Lv0PAlrgCgiRifBZxgsd4w7RxR1bRwBzFs
k18AoJdBCCVFlBK927xL2abBacUF3aEe
=gYBq
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Trying to compile the tomcat connector

2012-03-08 Thread Alex Samad - Yieldbroker
Hi

I am not going to venture down this path, I just added it in because I was 
trying to compile the new version which is slightly different in the build 
process. I had hoped to prove my build process was working..

My aim is to get the new version compiled.

But thanks for the help with this one.

Alex

 -Original Message-
 From: Christopher Schultz [mailto:ch...@christopherschultz.net]
 Sent: Friday, 9 March 2012 1:36 AM
 To: Tomcat Users List
 Subject: Re: Trying to compile the tomcat connector
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alex,
 
 On 3/7/12 9:41 PM, Alex Samad - Yieldbroker wrote:
  Failed looking for jni headers... but I wanted to compile the latest
  version, because there have been patches applied to fix concurrent
  loading of the dll
 
 So, did you try to fix the Makefile in the way I described?
 
 If you are getting failure-to-find-jni headers, it sounds like you failed to
 provide proper paths to the configure script (or is there a configure script 
 on
 win32?).
 
 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAk9Yw+QACgkQ9CaO5/Lv0PAlrgCgiRifBZxgsd4w7RxR1bRwBzF
 s
 k18AoJdBCCVFlBK927xL2abBacUF3aEe
 =gYBq
 -END PGP SIGNATURE-
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Trying to compile the tomcat connector

2012-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alex,

On 3/6/12 6:41 PM, Alex Samad - Yieldbroker wrote:
 pcre_amd64CLEAN : cd .\pcre -   $(MAKE) /$(MAKEFLAGS) /F
 .\pcre.amd64 RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
 .\pcre.amd64 CFG=pcre.amd64 RECURSE=1 + CLEAN cd ..

I'm not sure about Makefiles in VS, but I don't think you can have
CLEAN on a line all by itself: you should probably make your patch
look like this:

 pcre_amd64CLEAN : cd .\pcre -   $(MAKE) /$(MAKEFLAGS) /F
 .\pcre.amd64 RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
 .\pcre.amd64 CFG=pcre.amd64 RECURSE=1 CLEAN cd ..

 From Failed Request tracking  on IIS
 
 ErrorDescription Calling LoadLibraryEx on ISAPI filter
 C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll
 failed

Any other information?

 I tried to pull down 1.2.32 and compile it but more issues with
 that!

Like what?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Xf0gACgkQ9CaO5/Lv0PDnKACguDt1VuawWPsDFRo7HHAK59pI
l6oAoMKNYfcaQwOC3FEbUAKffZzX3CoU
=B3jJ
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Trying to compile the tomcat connector

2012-03-07 Thread Alex Samad - Yieldbroker


 -Original Message-
 From: Christopher Schultz [mailto:ch...@christopherschultz.net]
 Sent: Thursday, 8 March 2012 2:31 AM
 To: Tomcat Users List
 Subject: Re: Trying to compile the tomcat connector
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alex,
 
 On 3/6/12 6:41 PM, Alex Samad - Yieldbroker wrote:
  pcre_amd64CLEAN : cd .\pcre -   $(MAKE) /$(MAKEFLAGS) /F
  .\pcre.amd64 RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
  .\pcre.amd64 CFG=pcre.amd64 RECURSE=1 + CLEAN cd ..
 
 I'm not sure about Makefiles in VS, but I don't think you can have CLEAN on
 a line all by itself: you should probably make your patch look like this:
 
  pcre_amd64CLEAN : cd .\pcre -   $(MAKE) /$(MAKEFLAGS) /F
  .\pcre.amd64 RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
  .\pcre.amd64 CFG=pcre.amd64 RECURSE=1 CLEAN cd ..
 
  From Failed Request tracking  on IIS
 
  ErrorDescription Calling LoadLibraryEx on ISAPI filter
  C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll
  failed
 
 Any other information?
That about all I get from the IIS :(


 
  I tried to pull down 1.2.32 and compile it but more issues with that!
 
 Like what?
Failed looking for jni headers... but I wanted to compile the latest version, 
because there have been patches applied to fix concurrent loading of the dll 

[snip]

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Trying to compile the tomcat connector

2012-03-06 Thread Alex Samad - Yieldbroker
Hi

I am trying to compile the latest version from svn. (I have started a new 
thread at it a different topic)

I have downloaded the latest trunk version, made a patch to Makefile.amd64

Index: Makefile.amd64
===
--- Makefile.amd64  (revision 1297756)
+++ Makefile.amd64  (working copy)
@@ -293,10 +293,10 @@
 
 pcre_amd64 :
cd .\pcre
-   $(MAKE) /$(MAKEFLAGS) /F .\pcre.amd64
+   $(MAKE) /$(MAKEFLAGS) /F .\pcre.amd64 CFG=pcre.amd64
cd ..
 
 pcre_amd64CLEAN :
cd .\pcre
-   $(MAKE) /$(MAKEFLAGS) /F .\pcre.amd64 RECURSE=1 CLEAN
+   $(MAKE) /$(MAKEFLAGS) /F .\pcre.amd64 CFG=pcre.amd64 RECURSE=1 
+ CLEAN
cd ..


That seems to make it build.  But when I try to load it into IIS I get

From Failed Request tracking  on IIS
 
ErrorDescription
Calling LoadLibraryEx on ISAPI filter 
C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll failed


I tried to pull down 1.2.32 and compile it but more issues with that !  So I am 
not sure if its my change to the makefile or the changes that have been made to 
the init_jk code !

Alex

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org