AW: Unsubed imailsrv@part-15.org

2004-07-23 Thread Nagel, Andre
I'm lucky I'm not the only one who receives them ;o)


-Ursprüngliche Nachricht-
Von: Noel J. Bergman [mailto:[EMAIL PROTECTED]
Gesendet am: Freitag, 23. Juli 2004 08:35
An: Tomcat Users List
Betreff: Unsubed [EMAIL PROTECTED]

Removed the cause of the Illegal IMail List Server Command! messages.

--- Noel

-
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]



Wrong Source-Codes for jakarta-tomcat-connectors-jk-1.2-src-curr ent.tar.gz ?

2004-07-22 Thread Nagel, Andre
Hello everyone!

Last time mailed I Had problems with 
jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz, and I still have.

I told you I found out that there ist a ':' too much in Makefile.in for the connector.
I removed it, and then make works little better, but ends up with followig error:
make: Fatal error: Command failed for target `mod_jk.lo'

I did a 
-- # ls -la
 in /jk/native/apache-1.3/, and got following line:
-- -rw-r--r--   1 root other214 Jul 22 12:46 mod_jk.loT
I had to 
-- # mv mod_jk.loT mod_jk.lo 
and after redoing 
-- # make

it works somewhat better until this line (it still works!):
-- (cd .libs  rm -f mod_jk.la  ln -s ../mod_jk.la mod_jk.la)

but ends again with a different error in the next output lines on screen:
-- /usr/local/bin/libtool --mode=install cp  `pwd`/mod_jk.so
-- libtool: install: you must specify a destination
-- Try `libtool --help --mode=install' for more information.
-- *** Error code 1
-- make: Fatal error: Command failed for target `mod_jk.so'
-- # 

I am doing this compiling on solaris8 SPARC, with Apache 1.3.31, Tomcat 4.1.30 and 
java version 1.4.1_02

So, finally, here is my Question:
Am I Doing sth. wrong, or did the developers just put damaged code on the website?
(I downloaded it several times to reduce the chance of corruting code while 
downloading...)

Did someone have any similar problem, or may it be that I just did make a big mistake?
 
Thank each one in advance!

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



Makefile for jakarta-tomcat-connectors-jk-1.2.5-src

2004-07-20 Thread Nagel, Andre
Hello!
This is my first time ever being on a mailing list, so please forgive me mistakes, if 
I do some...

I nearly got crazy while compiling jakarta-tomcat-connectors-jk-1.2.5-src to get 
mod_jk.so on my Solaris 8 SPARC. I found many HowTo's, but none did work, I always got 
following error message: (after I did the configure, of course)
--make: Fatal error in reader: Makefile, line 21: Unexpected end of line seen--
I took a look to Makefile in 
jakarta-tomcat-connectors-jk-1.2.5-src/jk/native/apache-1.3, an made following change:

[EMAIL PROTECTED] # vi Makefile
...
OEXT=.lo
libexecdir=${APACHE_DIR}/libexec

--JK_DIR = .. instead of -- JK_DIR := ..

BUILD_DIR = ${JK_DIR}/../build/jk/apache13

Now I receive a different error:
make: Fatal error: Command failed for target `mod_jk.lo'

I didn't find any hint at google, so has anyone of you had a similar problem?

-- I also took a look to the source code after unpacking, an recognised that the 
Makefile.in has the : at the same place,--


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



AW: Tomcat and openSSL

2004-07-20 Thread Nagel, Andre
I'm currently working on the same thing, (Solaris: Apache, SSL, Tomcat, mod_jk...), 
and found while reading BUILDING this part for configure - options for mod_jk:

--enable-EAPI
  This parameter is needed when using Apache-1.3 and mod_ssl, otherwise you
  will get the error message: this module might crash under EAPI! when
  loading libjk.so in httpd.

Don't know if by W2K there is similar flag needed.

Good Luck

-Ursprüngliche Nachricht-
Von: Daniel J. Obregon [mailto:[EMAIL PROTECTED]
Gesendet am: Dienstag, 20. Juli 2004 14:50
An: Tomcat Users List
Betreff: Re: Tomcat and openSSL

I would recommend using Apache to handle the ssl connections for you. 
I've been using apache as the ssl connection point in our production
environment and using mod_jk to send things on to tomcat.

I had tried using the ssl connector bundled with tomcat, but after awhile,
it just seemed to reach a point where it no longer served up web pages. 
Perhaps it was just a config thing...  At any rate, if you've already got
apache ssl working correctly, you just have to add a line to your conf
file:

Before:
Files ~ \.(cgi|shtml|phtml?)$
SSLOptions +StdEnvVars
/Files

After:
Files ~ \.(cgi|shtml|jsp|phtml|php3?)$
SSLOptions +StdEnvVars
/Files

Good Luck!

- Dan -


 Hi all,

 I'm new to this list and although I read the instructions on how to use
 the list, I'd like to apologize in advance if I ever misuse the list!

  -
 |Question|
  -
 I'm currently working on security with Apache Tomcat and openssl under
 Windows 2000. I'd like to set up Tomcat to be able to use it with SSL. I
 installed openssl on Windows and I'm now trying to create a CA and
 certificates.

 How am I exactly supposed to configure Tomcat and how does it relate to
 openssl? Did I even need to download openssl in the first place?
 Instructions on the web are unclear and several relate to older versions
 of Tomcat. (I'm running Tomcat 5.0.25).

 Thanks to all,
 David.

 -
 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]

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