RE: Apache, JK2, SSL and channel.jni:jni: Wrong request scheme

2002-12-04 Thread Fenlason, Josh
This has been fixed after the release of 4.1.12.  Grab version 1.12 of 
org.apache.coyote.tomcat4.CoyoteAdapter.java out of cvs, compile it, and put it in 
server/lib/tomcat-coyote.jar.  That should fix the scheme problem.

-Original Message-
From: Slava Kudinov [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 10:52 AM
To: Tomcat Users List
Subject: Apache, JK2, SSL and channel.jni:jni: Wrong request scheme


Hello,

I use Apache 2.0, Tomcat 4.1.12 with JK2 connector configured on
channel.jni:jni mode. Regardless of which scheme used in web-browser
http or https, request.getScheme() always returns http. Of course, I
can perform secure context check based on request.getServerPort() but
this solution requires server ports to be specified somewhere inside
application. I think, it would be more correct if JK2 or Coyote
connector does not corrupt request scheme.

-- 
Best regards,
 Slava  mailto:[EMAIL PROTECTED]


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


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




RE: Need help with Tomcat!

2002-12-03 Thread Fenlason, Josh
Try changing the docBase attribute to the full path to the test directory.

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




RE: Configuring Apache 2.0.43 and Tomcat 4.1 on Windows 2000

2002-12-02 Thread Fenlason, Josh
There is no AddModule in Apache2.  All you have to do is LoadModule.

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




Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
I'm investigating the different versions of Tomcat to see which will better suit our 
needs.  Which ever version we go with, we will be committed to for a while, so I want 
to make an educated decision.  Since we will make a long term commitment to the 
version, I would be inclined to go with the latest Tomcat possible.  I had heard that 
Tomcat 4.x is not as quick as 3.3.1.  Does anyone know if that is the case?  I have 
used all three versions in my single user environment and not noticed a performance 
difference.  Has anyone used any in a multi user environment?  Any input on the pluses 
and/or minuses of various Tomcat versions would be greatly appreciated.  Thanks in 
advance.
,
Josh.

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




RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks for the advice.  I was reading the Tomcat 4.x release notes and the javac 
memory leak concerns me because we use a lot of jsp pages.  Is that not a problem in 
Tomcat 3.3.1?  I didn't see it mentioned, but maybe I just missed it.

 Simple advice #3 -- if you need features defined in servlet 2.3 and JSP
 1.2, you'll need to use Tomcat 4.0.x or 4.1.x to get them.  If your app
 runs on servlet 2.2 / JSP 1.1, it will run on any of the servers you
 propose to look at.
The features are not a huge factor.  We have to support other servlet engines besides 
Tomcat, not all of which support the new specs yet.  As a result, we can't take full 
advantage of those features until all the servlet engines we support comply.  

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




RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks a lot.  I appriciate your help.  Have a nice day.
,
Josh.

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




Tomcat and UTF-8

2002-11-14 Thread Fenlason, Josh
Hey all!
I'm doing some research about Tomcat's character encoding.  I was wondering if anyone 
knew of know issues or problems Tomcat has with UTF-8.  Any input would be greatly 
appreciated.  Thanks in advance.
,
Josh.

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Building Tomcat from source

2002-09-19 Thread Fenlason, Josh

I'm trying to build Tomcat 4.1.11 from the source in cvs.  I tried following 
BUILDING.txt, but I managed to mess it up.  What all do I need to checkout from cvs?  
I'm not very familiar with cvs.  Is there anything special I need to with cvs?  Any 
help would be greatly appreciated.  Thanks in advance.
,
Josh.

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




Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh

I'm trying to build Tomcat 4.1.11 from source.  I'm not getting the correct version of 
the jakarta-modules necassary to build.  I think I'm getting stuff from beyond 4.1.11. 
 I was hoping someone would be kind enough to help me with the correct command to 
check out tomcat 4.1.11 and the other modules necassary for building it.  I'm new to 
building Tomcat and cvs, so please be gentle.  Here's what I've done so far:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-4.0 
jakarta-tomcat-connectors jakarta-tomcat-jasper
Thanks in advance.
,
Josh.

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




RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh

I can get the source for each module, but I believe that I'm getting source that is 
too recent, at least for the jasper module.  How do I specify which version or branch 
of the module?  Thanks for your help.  I truly appreciate it.
,
Josh.

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




RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh

Thanks for the pointer.  I've looked through the manual there, but I'm still lost.  
I'm probably stupid and missing something obviously.  It seems like I should be 
specifying the -r option, but I don't know what the right syntax is for the branch 
name.  Am I way off?  I don't suppose I could get you to give me an example?  I would 
be very grateful.  Thanks again.
,
Josh.

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




Tomcat 4.1.11

2002-09-18 Thread Fenlason, Josh

Does anyone know how/where I can find the latest source for Tomcat 4.1.11?  Thanks in 
advance.
,
Josh.

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




RE: Tomcat 4.1.11

2002-09-18 Thread Fenlason, Josh

Thanks for the reply.  I guess that was what I was asking.
I logged into cvs with this:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
password: anoncvs
I tried to download 4.1.11 with this:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarata-tomcat-4.1
That didn't work.  What is the module name for tomcat 4.1?  Is there anything else I 
have to down load to get and build the latest and greatest of tomcat 4.1?  Thanks in 
advance.
,
Josh.

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




RE: Tomcat 4.1.11

2002-09-18 Thread Fenlason, Josh

So all I have to do is log into cvs, execute this command:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout 
jakarta-tomcat-connectors
and build according to Building.txt?  Then I should have a working Tomcat 4.1.11?  
Thanks for your help.
,
Josh.

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




RE: mod_jk on solaris

2002-07-25 Thread Fenlason, Josh

Where did you find the mod_jk binary?  

-Original Message-
From: Andrew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 10:56 AM
To: 'Tomcat Users List'
Subject: RE: mod_jk on solaris


gcc is installed =)

I figured out what's the problem now.  The mod_jk.so I'm using wasn't
compiled under Solaris.  So everything worked after I got the right
mod_jk.so.

Thanks for all your help

Andrew

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:31 AM
To: 'Tomcat Users List'
Subject: RE: mod_jk on solaris



Well, there you go. ;)

This may be a silly question (it isn't clear from your post), but do you
have gcc installed on that machine at all?

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Andrew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:29 AM
To: 'Tomcat Users List'
Subject: RE: mod_jk on solaris


No.  I couldn't find libgcc_s.so.l nor libgcc_s.so.X on my Solaris box.

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:17 AM
To: 'Tomcat Users List'
Subject: RE: mod_jk on solaris



Do you have libgcc_s.so.1 on your Solaris box?  The error message is file
not found for that particular file.  Do you have another file, say
libgcc_s.so.X, and if so, what happens if you just symlink the file you have
to libgcc_s.so.1?

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Andrew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:15 AM
To: [EMAIL PROTECTED]
Subject: mod_jk on solaris


Hi all,

I'm trying to install mod_jk for tomcat 4.0.4 and apache1.3.24 under
solaris5.8.  After configured everything I run apachectl configtest and
received the following error:

Syntax error on line 4 of /usr/local/jakarta-tomcat-4.0.4/conf/mod_jk.conf:
Cannot load /usr/local/apache/libexec/mod_jk.so into server: ld.so.1:
/usr/local
/apache/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file or
directory

However, the same mod_jk configuration works fine on my other Redhat 7.2
box.  Any suggestions?

Andrew


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

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


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

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


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


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




mod_jk for apache 2.0.39 on Solaris

2002-07-25 Thread Fenlason, Josh

Does anyone know where I can find instructions for building mod_jk 4.0.4 for apache 
2.0.39 on Solaris?  I've looked around and all I've been able to find is stuff for 
mod_jk 3.x and apache 1.x.  I've tried using those instructions with no success.  
Thanks in advance.
,
Josh.

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