2010/3/4 Caldarale, Charles R <chuck.caldar...@unisys.com>

> > From: maven apache [mailto:apachemav...@gmail.com]
> > Subject: Re: can not start tomcat and the jre_home var error
> >
> > I have config the manager by adding "
> >   <user username="admin" password="000" roles="role1"/>
>
> Did you remove the XML comment markers from around the list?
>
Yes , I did .
This is the file:
--------------------tomcat-user.xml---------------------------
<!--
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
-->
  <user username="admin" password="000" roles="role1"/>
</tomcat-users>

-----------------------------------------------------------

BTW, is there a way to start tomcat with a terminal window which can show
logs just like that of in the windows platform?

For example, this is the window in win-platform:http://imagebin.org/87583
However in the LInux,after run the startup.sh,http://imagebin.org/87585 it
just show some evn vars, it did not give some start information and etc...
I would like it work as shown in the win-platform.

>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to