[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 7:18 AM
To: 'Tomcat Users List'
Subject: AW: Application init
Hi,
create a servlet with an init method like:
public void init() {
file = getInitParameter("log4j-init-file");
logfileDestination = getInitParamete
arta-tomcat-4.0.2-LE-jdk14/logs/jaas.log
0
that should do the work.
naskledanou...
juraj
-Ursprüngliche Nachricht-
Von: Pekník Jan [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 24. April 2002 16:13
An: 'Tomcat Users List'
Betreff: Application in
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 po