Re: Best practice? configuration of a web application

2008-05-29 Thread Ingo Siebert
Mikolaj Rydzewski wrote: > Ingo Siebert wrote: >> I see one additional problem. If I deploy two different versions of >> the web app on the same tomcat, it is not possible configurate them >> separately. >> >> That's important for me, because I have only a l

Re: Best practice? configuration of a web application

2008-05-28 Thread Ingo Siebert
Thank you for the answers. I see one additional problem. If I deploy two different versions of the web app on the same tomcat, it is not possible configurate them separately. That's important for me, because I have only a limited number of servers and I have to deploy more than one version at

Best practice? configuration of a web application

2008-05-28 Thread Ingo Siebert
Hi, I have to find a good solution for the configuration of my web application. Right now, i have a configuration file in my WAR. But I think it's not the best solution, because - I can't the change the config before deployment - a redeployment of a new WAR replaces my changes I think nearly

Re: HTML error pages

2007-07-02 Thread Ingo Siebert
27;t modified. Ingo Tim Funk schrieb: Its odd that you would get a 404 for such an error but in any case: http://tomcat.apache.org/faq/misc.html#error -Tim Ingo Siebert wrote: Hi, i'm using Tomcat 5.5 and run a JAX-WebService application. In general, if an error occurs at my application

HTML error pages

2007-06-28 Thread Ingo Siebert
Hi, i'm using Tomcat 5.5 and run a JAX-WebService application. In general, if an error occurs at my application i will send back an SOAP-fault. So far so fine. But my problem is now, that sometimes occurs an JVM/Tomcat exception (i.e. out of heap-space) and in this case, Tomcat sends back a

System property in web.xml

2006-06-27 Thread Ingo Siebert
Hi, is it possible to set a system property like "javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema"; = "org.apache.xerces.jaxp.validation.XMLSchemaFactory" in a web.xml? Cheers, Ingo - To start a new to