Hi,
is it possible to set values in server.xml to something referencing a variable?
Like in ANT build files, where I could do
Kind regards,
Christian Aust
This email has been scanned for all viruses by the MessageLabs S
ist
> Subject: Re: SSL handshake times out on Tomcat 5.5
>
>
> Aust, Christian wrote:
> > 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 k
Hi Jim,
thanks for your reply. Defining the context outside the war file solves some
issues, since we deploy the very same application to different server setups.
JNDI environment values are different on test and production machines, and
those are defined in the context.
Adding them to the war
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 key
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 othe
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 expa