RE: Tomcat JSessionID regex

2008-04-07 Thread Andrew R Feller
to it. Thanks once again, Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax) -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, April 04

Tomcat JSessionID regex

2008-04-04 Thread Andrew R Feller
While working on a trending tool, I decided to capture users' session IDs. However, I don't know A.) How long they are OR B.) What characters are valid for a session ID. I have not found any documentation stating anything about it, so I was hoping someone here knew. Thanks, Andrew R

RE: Storing sessions to disk like Apache HTTP server

2008-03-05 Thread Andrew R Feller
. Our SAN has several terabytes worth of space so session information can grow easily. 2. Reduces RAM bottleneck 3. Reduces network traffic to replicate session information I would appreciate any thoughts and alternatives you have to offer! Thanks, Andrew R Feller, Analyst University

Storing sessions to disk like Apache HTTP server

2008-02-27 Thread Andrew R Feller
. Thanks, Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University http://www.lsu.edu/ Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax)

RE: Storing sessions to disk like Apache HTTP server

2008-02-27 Thread Andrew R Feller
. Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax) -Original Message- From: Stephen More [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 9:36 AM

RE: Storing sessions to disk like Apache HTTP server

2008-02-27 Thread Andrew R Feller
. Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax) -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 1:57 PM

RE: Tomcat plans for per-webapp session replication

2008-02-26 Thread Andrew R Feller
. Thanks, Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax) -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 3:45 PM

Tomcat plans for per-webapp session replication

2008-02-25 Thread Andrew R Feller
as it is unnecessary, we wanted a way to store that configuration with a webapp's META-INF. Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University http://www.lsu.edu/ Baton Rouge, LA, 70803 (225) 578-3737 (Office) (225) 578-6400 (Fax)

RE: Tomcat DB2 JDBC issue

2007-11-16 Thread Andrew R Feller
to this is to remove the log4j JAR from the webapp, however it makes developing applications more difficult as you need to setup JARs for every project you work on, copy these over whenever a new version of Tomcat comes out, etc. /vent Andrew R Feller, Analyst Subversion Administrator University Information

RE: Tomcat DB2 JDBC issue

2007-11-16 Thread Andrew R Feller
directories. Once again, thank you for the effort! Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, November 16

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
and production environments run RHEL 5, individual developers run on Windows. As far as file permissions, read and execute access is granted for all users. Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
We just made a little progress though the solution is unacceptable. After placing the DB2Java.jar into the lib/ext of the JDK, the driver is loaded appropriately and a connection is created. The question now is why Tomcat cannot use the driver if it is in the common directory? Andrew R Feller

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
difficulties finding the DB2 Connect binaries/executables. Does this make any sense? Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Caldarale, Charles R [mailto:[EMAIL

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
application and have it in common. I think this was a combination of different classloaders loading the JAR and the lack of library path. I am still working on it to see if anything else happens as a result of this. Thanks, Andrew R Feller, Analyst Subversion Administrator University Information Systems

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
pitfalls / tips can you or anyone give for this scenario? Thank you for all the help, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Andrew R Feller [mailto:[EMAIL

Web app classloader loading JAAS LoginModule instead of server

2007-11-12 Thread Andrew R Feller
is the webapp's classloader loading classes for the login module? Is this the intended behavior? 2. How is it possible to make Tomcat initialize the login module without the login module being declared for the entire server? Sincerely, Andrew Andrew R Feller, Analyst Subversion

j_security_check redirect after login

2007-11-08 Thread Andrew R Feller
, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737

RE: j_security_check redirect after login

2007-11-08 Thread Andrew R Feller
Christopher, Please accept my apologies for my poor reactions. Thank you and others (Chuck, Matthias) for taking more time than you had to help me with this issue. Regards, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL

RE: j_security_check redirect after login

2007-11-08 Thread Andrew R Feller
. If not, then I will deal with it then. I've got enough information that I can work out the rest from here; thanks to those that have given some useful information and not just witty remarks. Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University

RE: j_security_check redirect after login

2007-11-08 Thread Andrew R Feller
know where to redirect the user once he has authenticated successfully? 4. I appreciate understanding exactly what is going on in a system. Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737

Tomcat instantiation of JAAS LoginModules

2007-10-29 Thread Andrew R Feller
Hello, While writing a custom JAAS module, I wanted to know how Tomcat instantiated these classes. Does Tomcat instantiate a custom JAAS module for each login request? When does an instantiation of a custom JAAS module get garbage collected? Thanks, Andrew R Feller, Analyst

Configuring Tomcat 6 with Hibernate 3 MBean for JAAS LoginModule

2007-10-25 Thread Andrew R Feller
related to it. From several Hibernate theads (here http://www.hibernate.org/66.html and here http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch13.html ), it appears to be possible, however my knowledge of MBeans is quite lacking. Thanks, Andrew R Feller, Analyst Subversion Administrator

RE: RHEL and Tomcat startup/shutdown scripts

2007-08-13 Thread Andrew R Feller
the precompiled binaries of Sun's Java 1.6 and Apache's Tomcat 6.0. I have no problems compiling and using the jsvc daemon for Tomcat. I'm just at a loss about whether that is the right route or not. Thanks, Andrew R Feller, Analyst Subversion Administrator University Information Systems

RHEL and Tomcat startup/shutdown scripts

2007-08-08 Thread Andrew R Feller
that. Thanks, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737

RE: Tomcat 5.5 Clustering issues

2007-07-09 Thread Andrew R Feller
Is the multicast heartbeat picked up over the multicast IP or the Receiver address that is broadcasted? I assume it is the multicast IP as the Receiver is supposedly used for replication only. Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State

RE: Tomcat 5.5 Clustering issues

2007-07-09 Thread Andrew R Feller
://130.39.1 86.177:9001,catalina,130.39.186.177,9001, alive=1951799] Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent

Tomcat 5.5 Clustering issues

2007-07-03 Thread Andrew R Feller
Good morning everyone, I have been trying to get Tomcat clustering between two Tomcat instances set up, but I have run into some issues. After opening the necessary ports in the firewall, routing the broadcast messages to the correct network interface (eth0), and setting up server.xml with

Configuring Tomcat 5.5 to use unicast membership discovery

2007-06-21 Thread Andrew R Feller
, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737