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, Apr

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,

Having Tomcat log through syslog

2008-03-14 Thread Andrew R Feller
Is it possible to configure Tomcat (preferably through the jsvc daemon) to log through syslog? If so, how can it be done? The only way I can conceive of this working is to configure Tomcat to use Log4j and configure Log4j to use the SyslogAppender. Thanks, Andrew R Feller, Analyst

RE: Storing sessions to disk like Apache HTTP server

2008-03-05 Thread Andrew R Feller
t seemed more scalable as: 1. 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 F

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: 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 To

Storing sessions to disk like Apache HTTP server

2008-02-27 Thread Andrew R Feller
disk. 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: Tomcat plans for per-webapp session replication

2008-02-26 Thread Andrew R Feller
B-INF. 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

Tomcat plans for per-webapp session replication

2008-02-25 Thread Andrew R Feller
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
Please initialize the log4j system properly. I realize the solution 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,

RE: Tomcat DB2 JDBC issue

2007-11-16 Thread Andrew R Feller
p lib 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, Novemb

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

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 I

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
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? Andre

RE: Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
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
(Thread.java:619) Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 8:40 AM To: Tomcat

Tomcat DB2 JDBC issue

2007-11-15 Thread Andrew R Feller
e.coyote.http11.Http11Protocol$Http11ConnectionHandler.process( Http11Protocol.java:584) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Thank you for any help offered as this on puzzles me, Andrew R Feller, Analyst Subversion Administrator

Web app classloader loading JAAS LoginModule instead of server

2007-11-12 Thread Andrew R Feller
s. Questions: 1. Why 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 A

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
eased. 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 S

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

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

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
ot find anything 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, Analy

RE: RHEL and Tomcat startup/shutdown scripts

2007-08-13 Thread Andrew R Feller
o use 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

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
r[tcp://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]

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

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 the

Configuring Tomcat 5.5 to use unicast membership discovery

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