How to stop logging 401 unauthorized errors

2019-11-05 Thread Dean Del Ponte
I'm using Tomcat 9.0.26 on Ubuntu. I would like to configure Tomcat to NOT log any 401 - unauthorized errors. What's the best way to do this? Thanks!

RE: Comma related bug in org.apache.catalina.valves.RemoteIpValve

2012-11-07 Thread Simon Dean
, On 11/2/12 12:27 PM, Simon Dean wrote: -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 31 October 2012 20:35 To: Tomcat Users List Subject: RE: Comma related bug in org.apache.catalina.valves.RemoteIpValve From: André Warnier [mailto:a...@ice

RE: Comma related bug in org.apache.catalina.valves.RemoteIpValve

2012-11-02 Thread Simon Dean
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 31 October 2012 20:35 To: Tomcat Users List Subject: RE: Comma related bug in org.apache.catalina.valves.RemoteIpValve From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Comma related

RE: Comma related bug in org.apache.catalina.valves.RemoteIpValve

2012-10-31 Thread Simon Dean
:39 PM, Simon Dean wrote: I'm using Tomcat 6.0.35 on Windows 7 and RHEL 6.x. I think I've stumbled upon a bug in org.apache.catalina.valves.RemoteIpValve. I think you have, too. Please log this in Tomcat's bugzilla: https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206

Comma related bug in org.apache.catalina.valves.RemoteIpValve

2012-10-30 Thread Simon Dean
than to separate multiple regular expressions. *** Other things that might be affected by the same bug *** It's worth cheching whether RemoteIpValve and RemoveIpFilter in Tomcat 7.x are affected by the same bug. Kind regards Simon Dean

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Dean Hoover
it work. Thanks everyone for your comments. Dean On Thu, Sep 15, 2011 at 8:05 AM, Pid p...@pidster.com wrote: On 15/09/2011 13:28, André Warnier wrote: Pid wrote: On 15/09/2011 02:08, Dean Hoover wrote: We're using Lightning (add-on from Thunderbird email client). The error we get

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Dean Hoover
all good. Thanks again. Dean On Thu, Sep 15, 2011 at 9:47 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Dean Hoover [mailto:kb7...@gmail.com] Subject: Re: Using calendar .ics files over Tomcat 5.5 We are not using DAV, just simple iCalendar (.ics) files. But what

Using calendar .ics files over Tomcat 5.5

2011-09-14 Thread Dean Hoover
setting, but with no success. I tried running catalina.sh start -debug, but I don't get anything substantial from the log files, either. Any advice would be greatly appreciated. Dean Hoover Waukesha, Wisconsin

Re: Using calendar .ics files over Tomcat 5.5

2011-09-14 Thread Dean Hoover
We're using Lightning (add-on from Thunderbird email client). The error we get is MODIFICATION_FAILED, which from some review points to permissions to the .ics file. On Wed, Sep 14, 2011 at 4:34 PM, Pid p...@pidster.com wrote: On 14/09/2011 18:14, Dean Hoover wrote: The problem I am having

Re: RemoteHostValve for infinite domains?

2010-04-01 Thread Dean Hiller
. thanks!!! Dean On Thu, Apr 1, 2010 at 7:52 AM, Pid p...@pidster.com wrote: On 01/04/2010 06:53, Dean Hiller wrote: I added this(I want it to use my requirements.war file for any requests to .dev.premonitionx.com where is infinite combinations all of which point to one single ip

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
applications that just set up wildcard DNS so all subdomains point to the tomcat ip like basecamp or other products. Right now, the problem is we have two apps with two different domains each with infinite subdomains. thanks, Dean On Thu, Apr 1, 2010 at 8:37 AM, Dean Hiller dean.hil...@gmail.com

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
=com.alvazan.tomcat.LookupHost or something*? I could certainly provide a patch so people could plug into tomcat what they like based on performance considerations...ie. endsWith loop is not the best if you have 400 domains on one tomcat. Dean On Thu, Apr 1, 2010 at 9:31 AM, André Warnier a...@ice-sa.com

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
yes, interesting, unfortunately, I am running our QA and customer demo machine behind comcast at home so there is only one ip, though it would work for our production environment. Dean On Thu, Apr 1, 2010 at 10:56 AM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Thu, Apr 1, 2010 at 9

RemoteHostValve for infinite domains?

2010-03-31 Thread Dean Hiller
/ /Host Do I have this wrong? How do I get this to work? Does the name need to match the allow or something? thanks, Dean

Running two tomcat servers on same system?

2010-01-07 Thread Dean Chester
server allowed to access it. However I could open another set of ports run another tomcat server and host my private stuff there. Also is it possible to share shutdown ports of tomcat servers? Thanks in Advance Dean Chester

Re: Running two tomcat servers on same system?

2010-01-07 Thread Dean Chester
What is usage like on the server running two application servers. Please bare in mind my admin/private application might get 10 users a month. While the public stuff we hope more frequent. Dean On Thu, Jan 7, 2010 at 9:51 PM, John Tangney jo...@industriallogic.comwrote: Dean, On Jan 7, 2010

Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
Hi, I have to move the tomcat directory with in my user and i ask is it safe if i do it while tomcat is running as i need to avoid downtime of my application. Thanks in Advance Dean

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
I would be doing it on red hat. Would it just be easier to email all the users and say its down for maintenance and then just move it? Dean On Tue, Dec 1, 2009 at 9:02 PM, David kerber dcker...@verizon.net wrote: Dean Chester wrote: Hi, I have to move the tomcat directory with in my user

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
: Dean Chester [mailto:dean.g.ches...@googlemail.com] Subject: Safe to move tomcat directory while tomcat running? I have to move the tomcat directory with in my user and i ask is it safe if i do it while tomcat is running as i need to avoid downtime of my application. Generally, no, you

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
Ok i will turn tomcat off then move the directory. Dean On Tue, Dec 1, 2009 at 9:30 PM, Peter Crowther peter.crowt...@melandra.comwrote: 2009/12/1 Dean Chester dean.g.ches...@googlemail.com: Ok thanks what i meant is that the tomcat directory is in ~/tomcat6/apache-tomcat-6.0.20/ and i need

how to configure multiple urls with app not starting twice

2009-11-01 Thread Dean Hiller
because docBase is inside appBase according to the docs. thanks, Dean

Re: how to configure multiple urls with app not starting twice

2009-11-01 Thread Dean Hiller
actually, I am using 6.0.16google yielded me that docs from searching the web. Anyway to maintain the war file name so we can tell what war file is what? thanks, Dean On Sun, Nov 1, 2009 at 9:46 AM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Sun, Nov 1, 2009 at 9:32 AM, Dean

starting tomcat from ant not working

2009-11-01 Thread Dean Hiller
I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which makes no sense since

Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
? Thanks in advance Dean

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
Sorry Tomcat 6.20, Red Hat Enterprise edition 4 i think. java 1.6. And i mean once logged in i have to login again after clicking on a link in the restricted area. Dean On Thu, Aug 20, 2009 at 11:23 AM, Pid p...@pidster.com wrote: On 20/08/2009 10:40, Dean Chester wrote: Hi, I've written my

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
security-role role-nameadmin/role-name /security-role security-role role-nameuser/role-name /security-role I am using the default realm which i know works. Dean On Thu, Aug 20, 2009 at 12:19 PM, Pid p...@pidster.com wrote: On 20/08/2009 11:55, Dean Chester wrote

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
By default realm i mean the one that is set up in the server.xml and it is a JDBC Realm. Dean On Thu, Aug 20, 2009 at 12:36 PM, Dean Chester dean.g.ches...@googlemail.com wrote: Sorry about that. Yes i have a index page in the restricted area that has links to other restricted jsps. The Logs

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
Ok ive discovered that they are not staying the same between clicks. I'm now going to look at encoding urls now. Dean On Thu, Aug 20, 2009 at 1:06 PM, Pid p...@pidster.com wrote: On 20/08/2009 13:00, Pid wrote: On 20/08/2009 12:36, Dean Chester wrote: Sorry about that. Yes i have a index

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Yet everywhere has said put it in the server.xml file? Dean On Tue, Aug 18, 2009 at 2:15 PM, Mark Thomas ma...@apache.org wrote: Dean Chester wrote: Hi I have this so far yet I am confused about where it goes. The Manager element should be placed inside a Context element. The usual place

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
The logs are reporting nothing. And my context.xml is located $CATALINA_HOME/conf/context.xml Dean On Wed, Aug 19, 2009 at 12:20 PM, Mark Thomas ma...@apache.org wrote: Dean Chester wrote: Ok ive put it in my context.xml yet the id isn't getting written in to the database. And does

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Ok The table was table 2-8 JDBCStore attributes in Tomcat The Definitive Guide. Thats still not fixed it. Dean On Wed, Aug 19, 2009 at 2:07 PM, Mark Thomas ma...@apache.org wrote: Dean Chester wrote: I can't see your columns in the table of what is used in the element. What table

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Sory forgot to get rid of the session out of the cookies. It writes in to the database. Yet the session is not staying active with the client. Dean On Wed, Aug 19, 2009 at 2:47 PM, Mark Thomas ma...@apache.org wrote: Dean Chester wrote: Ok The table was table 2-8 JDBCStore attributes

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
No. Yet i have rewrote a test login system and that works i cannot see what is different compared to my application. On Wed, Aug 19, 2009 at 4:34 PM, Mark Thomas ma...@apache.org wrote: Dean Chester wrote: Sory forgot to get rid of the session out of the cookies. It writes

Enabling Persisting Sessions Tomcat 6

2009-08-18 Thread Dean Chester
=valid_session sessionMaxInactiveCol=max_inactive sessionLastAccessedCol=last_access/ /Manager Thanks in Advance Dean

Tomcat losing Session?

2009-07-26 Thread dean
Dean - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 5 JDBCRealm Configuration

2009-07-12 Thread dean
developed the software using tomcat6(i know mistake) yet my client thought he had it on the server yet after setting it up on his account i discovered it was tomcat 5(not 5.5) so any suggestions would help. Thanks in advance Dean

Setting up context.xml for an application

2008-11-10 Thread Tim Dean
I have an application that requires some settings in a Context configuration element. For a variety of reasons, I do not want to include the context.xml in my app's META-INF path within the WAR file. Based on the Tomcat 6 documentation, it seems like I should be able to define a

context.xml not read

2008-09-25 Thread Dean Pehrsson-Chapman
We are trying to do a JNDI lookup to an ActiveMQ queue in tomcat. We have specified the resource in META-INF/context.xml Context Resource name=jms/esbConnectionFactory type=org.apache.activemq.ActiveMQConnectionFactory description=Esb JMS Connection Factory

RE: context.xml not read

2008-09-25 Thread Dean Pehrsson-Chapman
No, there isn't. Thanks. Dean Pehrsson-Chapman Senior Java Developer +44 (0)20 7468 6650 |  optimad +44 (0)20 7468 6647 |  direct +44 (0)7971 680 007 |  mobile www.imdplc.com -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 25 September 2008 12:25

Round Robin

2007-08-16 Thread Dean Lonsdale
Hi all We are currently trying to setup load balancing in our environment and as after testing the Load Balancing it would appear to be working. I have run up two applications sessions, one of which went to the 'A' tomcat worker and the other to the 'C' tomcat worker. The status page suggests

Load Balancing Any Experts Out There Please :-)

2007-08-15 Thread Dean Lonsdale
Grüßen -- Dean Lonsdale Dean Lonsdale/UK/IBM [EMAIL PROTECTED] Systems Architect IBM Systems Technology Group Senior Accredited IT Specialist Tivoli Certified Consultant IBM UK Ltd, Washway Road, Manchester Ext: 07834 252463 Mobex: 264328 +44 (0)1253 731299 View the Systems

Re: Load Balancing Any Experts Out There Please :-)

2007-08-15 Thread Dean Lonsdale
Forgot to add the properties file my apologies Regards / Cordialement / Mit freundlichen Grüßen -- Dean Lonsdale Dean Lonsdale/UK/IBM [EMAIL PROTECTED] Systems Architect IBM Systems Technology Group Senior Accredited IT Specialist Tivoli Certified Consultant IBM UK Ltd, Washway

Load Balancing

2007-08-15 Thread Dean Lonsdale
Resend of the last mail removing signature attachments, We have built a workers.properties file to incorporate load balancing however when we use this file it would appear that it prevents the application from functioning correctly, please can anyone comment on whether the load balancing

Re: Load Balancing

2007-08-15 Thread Dean Lonsdale
. # # worker.inprocess.ld_path=d:$(ps)SQLLIB$(ps)bin # worker.server1.type=ajp13 worker.server1.port=8109 worker.server1.socket_timeout=60 worker.server1.socket_keepalive=true worker.server1.lbfactor=1 # worker.status.type=status Dean Lonsdale/UK/[EMAIL PROTECTED] 15/08/2007 15:28 Please respond

Error in access_log when launching an application GUI

2007-08-10 Thread Dean Lonsdale
/admin/* ajp13 JkMount /jkstatus/* ajp13 JkMount /scripts* ajp13 JkMount /.esri* ajp13 Regards / Cordialement / Mit freundlichen Grüßen -- Dean Lonsdale Dean Lonsdale/UK/IBM [EMAIL PROTECTED] Systems Architect IBM Systems Technology Group Senior Accredited IT Specialist Tivoli Certified

Converting workers2.properties file to workers.properties

2007-08-10 Thread Dean Lonsdale
All We are moving from JK2 to JK and would like some information/help on how to convert a workers2.properties file (JK2) to workers.properties (JK) any help greatly appreciated..apols but this question comes from an Apache novice.. Regards / Cordialement / Mit freundlichen Grüßen -- Dean

Testing Tomcat - HELP

2007-08-09 Thread Dean Lonsdale
Does anyone know how to verify whether Tomcat is operational using a browser or other wise !!! Help appreciated ...many thanks Regards / Cordialement / Mit freundlichen Grüßen -- Dean Lonsdale Dean Lonsdale/UK/IBM [EMAIL PROTECTED] Systems Architect IBM Systems Technology Group

MOD_JK TEST

2007-08-09 Thread Dean Lonsdale
Hi guys Can anyone let me know of a test to prove whether the mod_jk is working between Apache and Tomcat please ? many thanks Regards / Cordialement / Mit freundlichen Grüßen -- Dean Lonsdale Dean Lonsdale/UK/IBM [EMAIL PROTECTED] Systems Architect IBM Systems Technology Group

jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Dean Pullen
the page properly. What am I doing wrong? Thanks in advance, Dean.

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Dean Pullen
apache Start jboss ( wait till it starts fully ) Start apache Let me know how it goes -Original Message- From: Dean Pullen [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 12:44 To: users@tomcat.apache.org Subject: jk_mod 'Service Temporarily Unavailable' Hi, I've followed

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Dean Pullen
mod_jk.conf and workers.properties and mod_jk.log to my personal emailed I have cced her with -Original Message- From: Dean Pullen [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 12:55 To: Tomcat Users List Subject: RE: jk_mod 'Service Temporarily Unavailable' I'm afraid that didn't do

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Dean Pullen
are busy or in error state [Tue Jun 12 13:17:32 2007]loadbalancer localhost 2.00 [Tue Jun 12 13:17:32 2007][2604:2440] [info] mod_jk.c (2254): Service error=0 for worker=loadbalancer -Original Message- From: Dean Pullen Sent: 12 June 2007 13:11 To: 'Tomcat Users List' Subject: RE

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Dean Pullen
PROTECTED] Sent: 12 June 2007 13:24 To: Dean Pullen Subject: RE: jk_mod 'Service Temporarily Unavailable' How are you starting your jboss ??? Do you start like run.bat -c all ? If you do then send me the JBOSS_HOME/server/all/deploy/jbossweb-tomcat50.sar/server.xml Else send me the JBOSS_HOME

JDBCRealm with IP address filtering?

2007-06-04 Thread Dean Ashby
to experiment but if anyone has tried this before and has any tips or pointers I'd appreciate hearing from you. Thanks, Dean - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

RE: 404 message when trying to test a servlet

2007-05-29 Thread Dean
Sent: Saturday, May 26, 2007 8:06 PM To: users@tomcat.apache.org Subject: Re: 404 message when trying to test a servlet Dean [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Greetings, I suspect the class file may be in the wrong directory. I get the message /basic-servlet/servlet

404 message when trying to test a servlet

2007-05-26 Thread Dean
Greetings, I suspect the class file may be in the wrong directory. I get the message /basic-servlet/servlet/CurrencyConverter , which is confusing in that the class file is in the following directory C:\Program Files\Apache Software Foundation\Tomcat

tomcat 5 webdav authentication how to

2007-04-22 Thread Dean Del Ponte
I have tomcat 5 up and running and want to enable webdav, but only a few select users should be able to write to the webdav directory. How can I set this up? By default, if I enable webdav, it looks like anyone can write to the file. Thanks, Dean

guarantee code matches the design

2007-03-15 Thread Dean Hiller2
There is a pretty interesting article on a tool that guarantees your design/dependencies is up to date located here... http://www.devx.com/opensource/Article/33729 Just thought you might be interested in using for tomcat(or for any other project). You can actually enforce that components ONLY

one filter for all webapps?

2006-06-23 Thread Dean Hiller
Is there any way to install a ServletFilter that is run before all webapps(including the default servlet as well)? thanks, dean

replace tomcat Status report

2006-06-14 Thread Dean Hiller
number with my own Resource not found page. Is this possible? for exceptions my app runs into, I am just using a filter to redirect to a page that doesn't show a tomcat version too. thanks for any info, dean - To start a new

Re: replace tomcat Status report

2006-06-14 Thread Dean Hiller
-code location/error.jspx/location /error-page error-page error-code404/error-code location/error.jspx/location /error-page thanks, dean Dean Hiller wrote: I finally gave up in searching for this(and my partner is soon to give up to) so I decided to ask here. When

Troubleshooting unexpected Tomcat shutdown

2006-05-30 Thread Dean Maki
REPORT FILE be found, and if it's not, does anyone know how I can force one to be created? I don't see any likely files on the system, but it's possible (likely, even) that I just don't know the name or location. Thank you for your time, Dean Maki

RE: Weirdness with Tomcat 5.5.17, j_security_check and favicon.ico

2006-05-15 Thread Dean Searle
, but have not found much that helps out. Thank you in advance! Dean Searle Computing Oasis Caro, Michigan -Original Message- From: Konstantin Ignatyev [mailto:[EMAIL PROTECTED] Sent: Sat 5/13/2006 11:45 PM To: Tomcat Users List Subject: Re: Weirdness with Tomcat 5.5.17

Weirdness with Tomcat 5.5.17, j_security_check and favicon.ico

2006-05-13 Thread Dean Searle
bar. Has anyone else experienced this or could you point me to another posting that shows how this was resolved. I thank you in advance for any advice I can get. Respectfully, Dean Searle Computing Oasis Caro, Michigan

Weird problem with Tomcat 5.5.17 and j_security_check

2006-05-12 Thread Dean Searle
in the address bar. Has anyone else experienced this or could you point me to another posting that shows how this was resolved. I thank you in advance for any advice I can get. Respectfully, Dean Searle Computing Oasis Caro, Michigan

Jakarta Messenger (and other dormant?)

2006-05-12 Thread Dean Anderson
. Might have been nice to include a link to the source, right about there. I'd complain to somebody, but I don't know who to complain to Thanks, --Dean -- Av8 Internet Prepared to pay a premium for better service? www.av8.net faster, more reliable, better service 617

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
without wasting too much time. later, dean Remy Maucherat wrote: On 3/30/06, Markus Schönhaber [EMAIL PROTECTED] wrote: The RuntimeException is to make it more noticeable in the logs. I mean 953 hits on googling is quite alot of people having trouble. Would be nice to cut that number down

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
thankyou, that response is much appreciated. thanks, dean Allistair Crossley wrote: Please don't think it's the whole Tomcat community Dean, there are some really helpful devs on Tomat, it's just Remy in particular has a problem being polite/arrogant about Tomcat - I guess from his

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
my problem is solved. I was just trying to poke tomcat team in hopes that could put something in to help the next newb. later, I think I am jumping off the list nowjust too much email on this list, dean Markus Schönhaber wrote: Dean Hiller wrote: wow! you guys sound pretty harsh

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
to imply I was mad(I wasn't), just surprised at the reaction to a suggestion that would help people who ran into the same situation.though hopefully those users will find my solution postthough that could be a needle in a haystack :). thanks, dean Tim Lucia wrote: Switch places with them

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
Those things I didyou can read my previous posts. warning though: newbs have a hard time doing this, so go easy on us. I had no idea what to include from the beginning. I had to search my way through it. thanks, dean David Smith wrote: Too true Tim. I've been on this list since

Re: The problem i have met

2006-03-31 Thread Dean Hiller
this problem didn't have much to do with having servlet knowledge so I am confused here. It had to do with setting up logging for servlets which AFAIK, they don't teach in a servlet tutorial, so if you knew servlets, it was not enough :( just as in my case. dean David Delbecq wrote: Jay

thanks very much Filip

2006-03-31 Thread Dean Hiller
not find anything through google, or tomcat docs based on the info I had from tomcat logs. I was utterly lost until you prodded me(and that gave me some ideas). thanks, dean Filip Hanik - Dev Lists wrote: ok, that was fairly easy, the error gets logged to the TOMCAT_HOME/logs/localhost.2006-03-29

Re: The problem i have met

2006-03-31 Thread Dean Hiller
hard to do when the only error in the logs is was two words. not much to google on. dean Steve Ochani wrote: On 31 Mar 2006 at 19:34, Jay wrote: I am pretty new to tomcat. I recently read a post http://marc.theaimsgroup.com/?l=tomcat-userm=114372017420869w=2 which solved a problem I

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
thankyou very much for taking the time to simulate that. I am going to try your code and compare it to mine and see why mine was not showing up there at all. thanks, dean Filip Hanik - Dev Lists wrote: ok, that was fairly easy, the error gets logged to the TOMCAT_HOME/logs/localhost.2006-03

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
doing is throwing a runtimeException. I will send a zip in a few.\ thanks, dean Filip Hanik - Dev Lists wrote: ok, that was fairly easy, the error gets logged to the TOMCAT_HOME/logs/localhost.2006-03-29.log this is on the default install, no loggers modified so are you still having

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
information is there. Google has 953 references to Error listenerStart and many of them are what went wrong with my app as there is no stack trace. I haven't found any posts answering those questions though. thanks, dean Filip Hanik - Dev Lists wrote: ok, that was fairly easy, the error

Re: tomcat 5.0 vs. 5.5? SOLUTION!!! figured out tomcat bug!

2006-03-30 Thread Dean Hiller
not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Dean Hiller

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
RuntimeException(See msg).fillInStackTrace()); The RuntimeException is to make it more noticeable in the logs. I mean 953 hits on googling is quite alot of people having trouble. Would be nice to cut that number down with an easy log statement that tomcat could add!!! thanks, dean Markus

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-29 Thread Dean Hiller
in my app, and I could configure it and such(with 5.5) and my logging.properties file in WEB-INF. I could never get my servletlistener to log any statements(making the problem doubly hard). thanks, dean Vamsidhar wrote: I am assuming you have been using logger to log stack traces in case

tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-28 Thread dean
like it is more stable or something on the tomcat page(I guess I will post that question to their list). thanks, dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.0 vs. 5.5? tomcat 5.5 very unstable

2006-03-28 Thread dean
antiJarLocking and antiResourceLocking. thanks for any info, dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-28 Thread dean
least log the stack trace and does not. I just used the latest facelets and it did not work, but worked on 5.0. in fact, all the stuff works on 5.0 which leads me to believe 5.5 is unstable, but I wanted to verify. dean On 3/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anyone have much

not logging ServletContextException anywhere

2006-03-26 Thread Dean Hiller
the logs to work. This is a brand new installation of 5.5.16 and all I changed in the config was adding antiJARLocking and antiResourceLocking both set to false. I can send you my code and/or war file if you need. thanks for any info on this, dean

RE: web.xml question

2005-11-29 Thread Dean Searle
, possibly masquerading the url or something? Again not an expert, but something I have been interested in for some time myself. Dean 8-) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
Peter, Thanks for the example: I had seen examples like this in the archives, which is why I thought that I could do what I'm trying to do: I want the same kind of behavior you are describing, but with a mapping to the Faces servlet instead. If the examply you've provided works, any ideas why

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
-Original Message- From: Peter Menzel [EMAIL PROTECTED] Sent: Nov 8, 2005 10:07 AM To: Tomcat Users List users@tomcat.apache.org Subject: Re: Use of JSF view in welcome file list Tim Dean wrote: Peter, Thanks for the example: I had seen examples like this in the archives, which is why I