Custom error page

2021-09-24 Thread Jan Pernica
Hi how can I easly create error page for the whole server? Curretly if I add to conf/web.xml         500     /error/error.html             404     /error/error.html     And put into webapps/ROOT/error/error.html page it works only for ROOT context. Other contexts shows empt

2 Adresses, 2 certs

2016-12-12 Thread Jan Pernica
gt; directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> Thank you for any help Jan Pernica

Re: How to schedule events on Tomcat

2010-12-03 Thread Jan Pernica
ltaneously. Thanks, Brian -- Děkuji a s pozdravem Jan Pernica === Pernica IT Solutions Masarykovo náměstí 8 664 51 Šlapanice Czech Republic tel,fax: +420 544 245 068 mobile: +420 777 634 665 mailto:jan.pern...@pernica.org http://www.p

Re: Tomcat + APR non-root on linux: Socket bind failed: [98] Address already in use

2009-10-14 Thread Jan Pernica
erpts: SSLEngine="on" /> - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Děkuji a s pozdravem Jan Pernica

Context.xml override problem

2008-10-27 Thread Jan Pernica
env-entry from web.xml then it works fine. Any hint? Regards Jan -- Děkuji a s pozdravem Jan Pernica === Pernica IT Solutions Masarykovo náměstí 8 664 51 Šlapanice Czech Republic tel,fax: +420 544 245 068 mobile: +420 777 634 665 mailto:[EMAIL PROTE

Re: Error: Cannot get a connection, pool exhausted

2005-10-26 Thread Jan Pernica
And try to use removeAbandoned="true" logAbandoned="true" removeAbandonedTimeout="120" to track which connections were not properly closed (see http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html) Regards Jan Steve Kirk wrote: how many concurrent requests are you

Re: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI

2005-10-25 Thread Jan Pernica
In your deploy XML you should have somethink like this: type="javax.xml.DataSource"/> Where jdbc/global is defined in the Data Sources of the tomcat server. Jan rahul wrote: I am still not been able to use remote database, even after including in my web.xml -Original Message---

Re: content length on response

2005-10-24 Thread Jan Pernica
If you want a content length header then you will not be able to return partial results. The page can be generated at once only. Jan Enrique Rodriguez wrote: I have 9-8 tomcat with version 4.1.23 or 5.5.9. They never put content-length http header variable on responses. Why does tomcat has t

Re: Undeploy/Deploy problem

2005-10-24 Thread Jan Pernica
ile locking can occur. If not specified, the default value is false." Thank you in advance for contrasting the difference. - andy Allistair Crossley <[EMAIL PROTECTED]> wrote: -Original Message- From: Jan Pernica [mailto:[EMAIL PROTECTED] Sent: 24 October 2005 14:34 T

Undeploy/Deploy problem

2005-10-24 Thread Jan Pernica
We have problem with Undeploy war and deploy again. Tomcat does not remove folder under webapps and leaves some jars in the WEB-INF/lib. These jars are tomahawk.jar and ehcache.jar. Any sugestions how to avoid this problem?: Thank you Jan --

Re: JMX task scheduler

2005-10-24 Thread Jan Pernica
We are facing the same problem. When we process the task, then we check for next planned execution time, Then we "sleep" for specified time. Process, and again. If task is running over next planned execution time, then this time is skipped. Jan Mikolaj Rydzewski wrote: Hello, I have some

Undeploy problem

2005-10-24 Thread Jan Pernica
it. We get message the file is used by another process. We are running Tomcat 5.5.9 on Win XP with JDK 1.4.2_09 Thank you for your help. Jan Pernica - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail