Re: Mem uses will grow Up on heavy Load

2001-04-27 Thread Winfried Klum
; implementation. > I hope someone knows a reslution for this, > > Please please help, > thank you for inconvenience, > Michael Wollenhaupt Mit freundlichen Grüßen Winfried Klum bison GmbH Ridlerstraße 11 Tel: 089 / 50 03 91 20 80339 München

Re: How to precompile the jsps?

2001-04-30 Thread Winfried Klum
> > Hai all, > I have used jspc.sh to compile the jsps. > I have invoked the jspc like below > >From the tomcat bin directory > $./jspc.sh -d ../work/localhost_8080%2Fmycontext/ -webapp > ../webapps/mycontext > This results in only parsed jsp files(.java files) not the .class files. jspC Comman

Re: Connection Pooling with different databases problems

2001-05-02 Thread Winfried Klum
> > Dear all, > > I used Tomcat 3.2.1 with Poolman 1.4.1 running on an > iis4 webserver. I have configured Poolman serving 4 > databases with the MSSQL server installed on the same > machine. All servlets run well and can get connections > at the beginning, however, general error (from Tomcat >

Re: Connection Pooling with different databases problems

2001-05-03 Thread Winfried Klum
uot;general error", "access violation(0xc005)" > problem by using JNDI for Driver-Access ? > > - Original Message - > From: Winfried Klum <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 03, 2001 2:26 PM > Subject: Re: Connection Pooling with different databases problems

Re: log4j and tomcat

2001-05-06 Thread Winfried Klum
You can try the following: String propPath = conf.getServletContext().getResource("/WEB-INF/classes/log4j.properties"); PropertyConfigurator.configure(propPath); ... regards Winfried > > Hello there! > > I was wondering if anybody could help with a tomcat > and log4j problem? > > I hav

Re: log4j and tomcat

2001-05-06 Thread Winfried Klum
Oops, correcting... String propPath = conf.getServletContext().getResource("/WEB-INF/classes/log4j.properties").getPath(); PropertyConfigurator.configure(propPath); ...

Re: Problem in refresh the new jsp file

2001-05-09 Thread Winfried Klum
Franky Tong schrieb: > > Hi all, > > I have a problem that I get an outdated JSP page even if I have updated > the JSP file in the server. It shows me the old content in the browser > even I have refreshed the page. Is your changed JSP-File included ? If so you have to touch the datetime of you

Re: problem with Tomcat and Apache using mod_jk on RedHat 6.2

2001-05-13 Thread Winfried Klum
It seems to me that you haven't configured your Apache correctly. Instead of delegating JSP's Apache it is serving them directly. Look if you have configured mod_jk correctly in Apache, include mod_jk.conf-auto from the tomcat/conf dir into httpd.conf. Look in your Apache-Log. You should see a lin