Configuring a Realm

2009-01-05 Thread Charl Gerber
Hi, Using Tomcat 6.0.14, I need some help. I have left the default server.xml mostly unchanged, except for the configuration of a global datasource. For my application, I have created a Realm in its context.xml which is suppose to be used for authentication, but Tomcat continues to use the defa

Re: Execution of filter before request listener

2009-01-05 Thread Bill Barker
"Andrew Feller" wrote in message news:c58792ad.5de8%afel...@lsu.edu... > PROBLEM > Tomcat is executing a Filter before the registered ServletRequestListener > > ENVIRONMENT > Tomcat 6.0.18, Windows Vista, JDK 1.6.0_10 > > CONTEXT > We have a filter setup to intercept forwards. When an unauthenti

Re: WARNING: processCallbacks status 2

2009-01-05 Thread Bill Barker
"Jim Goodspeed" wrote in message news:84347690901051317o3824afa1t7de752b2026a1...@mail.gmail.com... >I am seeing the following Warning in my catalina.out log file - it is being > spit out every couple of seconds. It's not causing a problem that I can > see, but I'm curious as to why it is happe

what have i done to get 9 million cookies?

2009-01-05 Thread Leon Rosenberg
Hi, i'm performing a jmap -histo:live on a tomcat which froze because of full (8GB) old space gen, and my top 10 looks like: num #instances #bytes class name -- 1: 19268009 2655683368 [C 2: 17410092 1392807360 org

Re: tomcat 5, writing file to a directory

2009-01-05 Thread Pid
Angelo Chen wrote: > Hi, > > I run tomcat 5 under root(sudo startup.sh), and my app writes some files to > a directory located in another user's directory, it works. > > but if I run tomcat under a user called tomcat5, it will fail as tomcat5 has > no permission to write files to that users direc

WARNING: processCallbacks status 2

2009-01-05 Thread Jim Goodspeed
I am seeing the following Warning in my catalina.out log file - it is being spit out every couple of seconds. It's not causing a problem that I can see, but I'm curious as to why it is happening. Jan 5, 2009 3:27:09 PM org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbacks

RE: Execution of filter before request listener

2009-01-05 Thread Caldarale, Charles R
> From: Andrew Feller [mailto:afel...@lsu.edu] > Subject: Execution of filter before request listener > > It seems like the ServletRequestListener should have been > executed prior to the filter. >From my reading of the spec (haven't looked at the code), it looks like the >listener should have be

RE: Execution of filter before request listener

2009-01-05 Thread Ghufran
Try to write AuthenticationFilter instead of RequestListener. Ghufran -Original Message- From: Andrew Feller [mailto:afel...@lsu.edu] Sent: Monday, January 05, 2009 9:34 PM To: Tomcat Users List Subject: Execution of filter before request listener PROBLEM Tomcat is executing a

Re: URGENT: Tomcat 4 error

2009-01-05 Thread Filip Hanik - Dev Lists
what JDK are you using? there is a good chance that adding |-Djava.net.preferIPv4Stack=true to your command line for starting tomcat, will solve the issue Filip | rajesh202023 wrote: Hi, I am getting the following error message when tomcat 4 is being run on Solaris 9 machine. It exists all

Execution of filter before request listener

2009-01-05 Thread Andrew Feller
PROBLEM Tomcat is executing a Filter before the registered ServletRequestListener ENVIRONMENT Tomcat 6.0.18, Windows Vista, JDK 1.6.0_10 CONTEXT We have a filter setup to intercept forwards. When an unauthenticated user comes in, Tomcat forwards them to our login servlet. The filter intercepts th

RE: Help moving application from Windows to Linux

2009-01-05 Thread Peter Crowther
> From: Don Whitehead [mailto:dwhiteh...@inccrra.org] > What folders under tomcat should I be looking in? First, find server.xml in Tomcat's conf directory. That is the core of the server configuration. It'll tell you a number of things, but there are two key ones: 1) Where Tomcat's base dire

RE: Help moving application from Windows to Linux

2009-01-05 Thread Don Whitehead
To be honest, I am not sure. They packaged the install for the windows box, but do not support linux platforms any more. I know it placed some files under the apache htdocs folder, and did something with the application files. I can locate the appropriate .properties files, I believe, but want to

Re: Problem with mod_jk installation

2009-01-05 Thread samlin
Hi I am using CentOS release 5.2 (Final) jdk1.5.0_16 httpd-2.2.3-11.el5_2.centos.4 tomcat-5.5.27 I tried compiling mod_jk.so I used tomcat-connectors-1.2.27-src.tar.gz resultant mod_jk.so was copied to /etc/httpd/modules/ directory -workers.properties worker.list=worker1 worker.worker1.typ

Re: Problem loading jsp pages

2009-01-05 Thread davefury
Hello guys, finally got it working! After a hard weekend trying things, finally decided to reinstall everything from scratch and got it working! Thanks a lot for your time & effort, very appreciated ^^ davefury wrote: > > (Opening new thread since original was highjacked by another person, wit

Re: Help moving application from Windows to Linux

2009-01-05 Thread Kees de Kooter
Apache and tomcat work exactly the same on both windows and linux. What config elements are you looking for? Cheers, Kees de Kooter http://www.boplicity.net On Mon, Jan 5, 2009 at 04:35, Don Whitehead wrote: > Greetings all. > > > > I am a novice Tomcat/Apache admin, being more versed in IIS.