Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-03-01 Thread Cavan Morris
hear from you guys. Cavan Morris

Re: mod_webapp with apache 2.0

2002-03-01 Thread Cavan Morris
I believe the makefile is wrong. I had to look at the output of the make command and find a command near the end that was run in the base/apache-2.0 dir that was linking mod_webapp.la. I then copies that command, added the -shared flag and changed the output to mod_webapp.so. This worked for

Re: mod_webapp with apache 2.0

2002-03-04 Thread Cavan Morris
-rpath /usr/local/apache2/modules -module -avoid-version -I../include -L../lib -lwebapp mod_webapp.lo That is all I had to do... But it did not work with apache 2.0.28. It only worked with apache 2.0.32 Cavan Morris - Original Message - From: John Chan [EMAIL PROTECTED] To: Tomcat

Any mod_webapp + user-data-constraint gotchas in 4.0?

2002-04-19 Thread Cavan Morris
is set to redirect to port 8443 but the site is being accessed through the warp connector. What am I missing here?? Any thoughts on this would be very helpful. -Cavan Morris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

Re: Linking Apache 2 and Tomcat 4.0.3

2002-04-19 Thread Cavan Morris
would include binaries for 2.0 since that is now the official version of apache. -Cavan Morris - Original Message - From: Ken Miller [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 19, 2002 5:26 PM Subject: RE: Linking Apache 2 and Tomcat 4.0.3 I got (found

Re: Linking Apache 2 and Tomcat 4.0.3

2002-04-19 Thread Cavan Morris
I would, but I did it on Linux and I believe that you're on windows. The directions are actually clear and easy to follow. The problem is that, on my system at least, they don't work. My advice would be to follow the directions and hope for the best. -Cavan Morris - Original Message

Help with user-data-constraint

2002-04-20 Thread Cavan Morris
-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint /security-constraint Any security-constraint that I include a user-data-constraint in seems to be completely ignored. Has anybody been able to make this work? -Cavan Morris

Re: Which Apache-To-Tomcat Connector

2002-04-23 Thread Cavan Morris
with apache and over 100 requests / sec standalone. Cavan Morris - Original Message - From: Anthony W. Marino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 4:02 PM Subject: Which Apache-To-Tomcat Connector Any reason for using AJP14 over AJP13? And what about

Detect Cookie Rejection

2002-06-03 Thread Cavan Morris
this problem. Any ideas? Cavan Morris -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Anyone built mod_webapp for Apache 2.0?

2001-12-16 Thread Cavan Morris
I've been trying to build mod_webapp for apache 2.0 and have been completely unsuccessful. I'm just about ready to give up, but I know there are people out there who have done it. So if there's anyone out there who has built mod_webapp.so for apache 2.0 on a Redhat like system could you please

Re: Tomcat4 standalone and port 80

2001-12-18 Thread Cavan Morris
On Linux you need to be a root level user to open a port below 1028. If you try to run the startup on port 80 from a normal user account it will fail. Is this your problem? -Cavan - Original Message - From: Jonas Arvidson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December

mod-webapp Bugs

2001-12-18 Thread Cavan Morris
Hey everybody, I'm running tomcat 4.0.1 under apache 1.3.22 through mod_webapp from webapp-module-1.0-tc40-linux-glibc2.2.tar.gz and I've noticed a couple of quirks in the way it's working. I'm wondering if these are bugs that will/should be corrected or they are the result of misconfigureation

Re: Session

2001-12-18 Thread Cavan Morris
If anyone solves this it would be a great help to me as well. I am currently using a clumsy work around that doesn't always work. I have a User object that contains a lot of information about the users that could be very useful on various pages. I'd like to simply fill this object and add it

Re: Session

2001-12-18 Thread Cavan Morris
I'm pretty sure that this is the same thing I described you just wrote all the servlet code yourself instead of having the jsp engine do it for you. That still leaves the ugly and race condition problems I described. Am I wrong? -Cavan - Original Message - From: Jayson Yu [EMAIL

Re: mod_webapp compile problems

2001-12-21 Thread Cavan Morris
you need to run ./support/buildconf.sh first. That will create the .configure file. - Original Message - From: Lars Nielsen Lind [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 12:04 AM Subject: mod_webapp compile problems Hi. I have

mod_webapp/form login problem

2002-01-09 Thread Cavan Morris
I've been trying to use Tomcat 4.0.1/Apache 1.3.22/mod_webapp 1.0. I'm having trouble getting form based login to work through the connector. If I try to use the form login through apache/mod_webapp on port 80 I get my login error page. If I try to go in through tomcat directly on port 8080

Re: Standard SSL question

2002-01-09 Thread Cavan Morris
When using form based login, how would you instruct tomcat to forward requests to the secure version of the login forms? - Original Message - From: Brian Adams [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 3:56 PM Subject: RE: Standard SSL

Re: tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Cavan Morris
catalina.sh worked fine for me. I think that I may have had to add the path to tomcat to the script though. - Original Message - From: Nelson Yip [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:52 AM Subject: RE: tomcat startup script

mod_webapp build problem

2002-01-11 Thread Cavan Morris
of v1.0.1? I'm looking for one for both apache 1.3.22 and 2.0.28. It seems to me that these would be good things to have in the binaries dir on the Jakarta site. Are there any plans to add these in the future? Any information would be helpful. Thanks. -Cavan Morris -- To unsubscribe: mailto

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Cavan Morris
The example of the JDBC realm for MySQL that comes with Tomcat is incorrect. The correct method is below. Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=org.gjt.mm.mysql.Driver connectionURL=jdbc:mysql://host/db

Get active Sessions from webapp

2002-01-15 Thread Cavan Morris
Does anyone know if there's a way to get some kind of a reference to all of the active sessions in a webapp? I just want to know how many Sessions there are. I'd just like to be able to say something like There are currently X Number of users online on some page. -Cavan Morris

Alternate Page for HTTP Status 403?

2002-01-29 Thread Cavan Morris
Hey everybody, I'd like to be able to have tomcat respond with a custom page instead of just returning the Tomcat HTTP Status 403 error page. Does anyone know if this is possible? Does anyone have any ideas on this? I'm using Tomcat 4.0.1. Thanks for you help. -Cavan Morris

Re: JAVA Process on Solaris 8 is taking 52M

2002-01-30 Thread Cavan Morris
I think that the amount of mem used will be dependent on the webapps that are loaded. I seem to remember running at about 8 MB at one point. I've since added a 12 MB war file and am now at about 22 MB. As far as the difference between win2000 and Solaris I'm not 100% sure but I know that on

Web Archive for Lists?

2000-11-04 Thread Cavan Morris
Is there a web based interface to these list archives? If there was it could greatly facilitate finding infomation that has already been covered. For instance, I have no idea whether or not this questin was answered in a previous message. -cmorris