RE: REPOST: 2 questions..requests...

2002-06-19 Thread Reynir Hübner
thanx craig, in the meantime I realized the answer to the if-modified-since question, but the auto-requesting of jsp pages that take long time happening in IExplorer still is a mistery, but it is not mission critical for me right now, I suspect that it's IExplorer 6 and some kind of misterpere

AW: iso-8859-2

2002-06-19 Thread Torsten Fohrer
hi, try <%@ page contentType="text/html; charset=iso-8859-2"%> at top of your jsp pages. > -Ursprüngliche Nachricht- > Von: "Skorupski Pawel ,(PZUZ)" [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. Juni 2002 10:11 > An: 'Tomcat Users List' > Betreff: iso-8859-2 > > > Hi, > > th

RE: Database connection - Catalina

2002-06-19 Thread Skorupski Pawel ,(PZUZ)
Writing that "I put jar files in all directories" I meant in all directories where they should be ,so: common/lib /lib webapps/dss/WEB-INF/lib Pawel -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 10:27 AM To: 'Tomcat Users List' Subject

RE: Database connection - Catalina

2002-06-19 Thread Vikramjit Singh
you have to put all your jar files in common/lib. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Skorupski Pawel ,(PZUZ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 1:34 AM To: 'Tomcat Users List' Subject: RE: Database connec

RE: Database connection - Catalina

2002-06-19 Thread Skorupski Pawel ,(PZUZ)
I put jdbc driver in all directories, in "regular directory" and in jar file. In Tomcat 3.2 it worked, not in 4.0. Pawel -Original Message- From: John Gregg [mailto:[EMAIL PROTECTED]] Sent: Monday, June 17, 2002 7:12 PM To: 'Tomcat Users List' Subject: RE: Database connection - Catalina

Login prompt twice

2002-06-19 Thread SomchaiDion
Hi, can anybody help me. I try to config my tomcat to serve my homepage and protect some data by using security-constrain. The data file is a MS-Word document. When anyone access the data directory, it will ask username&password. That is ok. But, when click at a link to document file, it ask u

iso-8859-2

2002-06-19 Thread "Skorupski Paweł ,(PZUZ)"
Hi, the problem I am facing is that even if I set the charset to iso-8859-2 my browser shows always jsp pages in iso-8859-1. It has started with Tomcat 4.0 , Tomcas 3.2 works fine. I changed charset in browser options and it doesn't work. Any help will be appreciated :) Pawel -- To unsubscrib

JNDI DataSource probs

2002-06-19 Thread Martin Jacobson
[EMAIL PROTECTED] wrote: Hi, did anyone of you get any furter? thanks anthony I've posted a solution see "Generic DataSource Resource Factory Available. JDBC Data Source" and Les Hughes for your tutorials. I still could not succeed. Did anyone try to figure out why we do not get a DB-Conn

Re: FLAWS FOUND IN APACHE

2002-06-19 Thread Nikola Milutinovic
> > For versions 1.3.x this bug allows the attacker to execute > > arbitrary code on the attacked machine. > > On 64 bit architectures only. Please read the apache.org advisory... True, my mistake. However, on 32-bit platforms, 1.3.x will segfault, so you still have a DoS attack. People s

RE: FLAWS FOUND IN APACHE

2002-06-19 Thread Tomasz . Ciolek
> For versions 1.3.x this bug allows the attacker to execute > arbitrary code on the attacked machine. On 64 bit architectures only. Please read the apache.org advisory... -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Way to remove index page file name from URL?

2002-06-19 Thread Dennis van den Berg
Hi, You can make it work by mapping your "default" servlet to "/" and make this one forward to your homepage using requestdispatcher. A disadvantage of this solution is that this overides the default mappings for your static image/js files etc. You can solve this by mapping each of these files to