Variables in server.xml?

2006-05-15 Thread Aust, Christian
Hi, is it possible to set values in server.xml to something referencing a variable? Like in ANT build files, where I could do host workdir=${TMP} Kind regards, Christian Aust This email has been scanned for all viruses

SSL handshake times out on Tomcat 5.5

2006-03-22 Thread Aust, Christian
Hi, although I've read all the docs and FAQs I could find, I can't get Tomcat 5.5.15 to do SSL on Windows with SUN JDK 1.5. I've imported the keys according to the docs, starting with the root CA cert and going all the way up until the cert that matches my key request. Then I've copied the

Redeploying war file kills context xml

2006-03-21 Thread Aust, Christian
Hi, I'm using Tomcat 5.5.15 on Windows 2003 w/ SUN JDK 1.5. Inside a virtual host, I've configured a context to define some JNDI datasources. Therefore I've written a context XML file in CATALINA_BASE/conf/Catalina/host/myapp.xml The app is deployed using a war file HOST_BASE/myapp.war and

RE: Redeploying war file kills context xml

2006-03-21 Thread Aust, Christian
Hi Kevin, including a context.xml file in META-INF could cure the disappearing context file issue, although it would rather be some kind of workaround: The file would still be deleted but eventually restored. Any idea how I could configure tomcat 5.5 to stop from deleting that file? The other