1. What, exactly, Tomcat version is it? Do not forget to mention it
when asking the questions here.

2. This is wrong:
 <Host name=""
There should be a name. E.g. "localhost", but any name will do.
It cannot be empty: It is used to name the host-specific configuration
and working directories, as well as when registering the component in
JMX. Thus the exception that you are seeing.

3. <Service name="Tomcat-Standalone">
<Engine name="Standalone"

Service and Engine name should better be equal. There were some bugs
(in some TC releases) if they are not.

This name (the Engine name, IIRC) also is used to name configuration
and working directories.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to