Tomcat 3.3.1 addition modules support.

2002-05-28 Thread Pekník Jan
Hi, where can be found some README files or description of jni_connect module ? I've searched tomcat section on jakarta's website and found only binary file jni_connect.dll. What is purpose of this module ? -thanks for any help, Jan Peknik --- Odchozí zpráva neobsahuje viry.

dns lookup

2002-05-15 Thread Pekník Jan
Hi, I have a problem with resolving host-names from IP addresses. We are running some application on serverm which has almost all ports blocked (except port 80 for http). Now, host-names lookup don't work on this machine, and I don't know which port must be opened. Can somebody tell me

generating uniqueID - please help

2002-05-03 Thread Pekník Jan
hi, I need to generate in my servlets at least 15 character long unique string (password for new users...), exist such function in J2SE / J2EE, or I must write this function myself? (I need something like function 'uniqid()' in PHP.) - Jan Peknik --- Odchozí zpráva neobsahuje viry.

Application init

2002-04-24 Thread Pekník Jan
Hello, I have following problem : I have web-application consisting of several JSP, servlets, xml and xsl files. I'm using LOG4J for logging and JDBC driver for acessing database. In order to my application work properly, I need to call start-up code (which set-up LOG4J and build connection

RE: Custom tag classes

2002-04-19 Thread Pekník Jan
Hello, in Tomcat, tag-pooling can be enabled or disabled, check in server.xml if you have enabled this feature. (As I remember, You must uncomment 'TagPoolingIntercetor' tag to load the module.) This is one possibility why tags aren't reused. -Jan -Original Message- From:

RE: Custom tag classes

2002-04-19 Thread Pekník Jan
find anything that looks relevant. Is this definatly what its called? Thanks for your help, Catharine - Original Message - From: Pekník Jan [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, April 19, 2002 10:17 AM Subject: RE: Custom tag classes Hello, in Tomcat

RE: Session Tacking across hostnames?

2002-04-15 Thread Pekník Jan
I think this would help : when you switch from HTTP to HTTPS, add JSESSIONID to that url by calling response.encodeURL(url) -Jan -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 6:49 AM To: Tomcat-User Subject: Session Tacking

web.xml

2002-04-12 Thread Pekník Jan
Hi, I'm looking for detailed description or a tutorial of web.xml file - it's contents, elements, and so on... In Servlet 2.2 spec. is only a DTD with very small explanation. Can anybody help me please? Thank, Jan Peknik --- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým

Tomcat user authorization and log-out

2002-04-08 Thread Pekník Jan
Hello, i'm building application with tomcat3.3 and using user authorization by FORM scheme. Everything works fine, but I don't know how force log-out of logged user. I didn't find any method in servlet API that could do this. Any suggestions how to do this? -thanx, Jan Peknik ---