peri wrote:
> I look  at server.xml. It is written like that :
> 
> <Resource name="UserDatabase" auth="Container"
> type="org.apache.catalina.UserDatabase" description="User database that can
> be updated and saved" /> 
> - <ResourceParams name="UserDatabase">
> - <parameter>
>   <name>factory</name> 
>   <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value> 
>   </parameter>
> - <parameter>
>   <name>pathname</name> 
>   <value>conf/tomcat-users.xml</value> 
>   </parameter>
>   </ResourceParams>
> 
> As you see factory and path name are described in Resource Param tag. And
> also there is "-" sign in Resource Param and parameter tags. Is it okay, or
> shuld I change like your description?

Probably because you are looking at the file in IE rather than notepad.
Those '-' characters won't be in the file unless you put then there.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to