ector in
org.apache.catalina.startup.Embedded check there is an engine. So addEngine
must be excute before addConnector.
Is there something to force digester to do this?
If my xml is the following everything works fine:
But the following dosn't work:
On 1/17/06, Claudio Sanchez <[EMAIL PROTECTED]> wrote:
> Hi,
> I want to configure an embedded server using an external configuration file.
> Is there a way to configure an Embedded server instance using server.xml?
>
server.xml is digested. You can easily do something like this yourself
by just c