MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Lin Chun
hi I have a problem(MalformedObjectNameException: Unterminated key property part) when I start my tomcat instance,i don't know what it is about, and in which config file can cause the problem? here is the server.xml Server inet=x port= shutdown=SHUTDOWN debug=0 Service name=Tomcat

Re: MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Konstantin Kolinko
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