look at the default server.xml of Tomcat for how to do that,
and here http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html#Configuring%20Manager%20Application%20Access
To set CATALINA_HOME for Tomcat on linux put this in your tomcat/bin/catalina.sh:
export CATALINA_HOME=/path/to/tomcat
To set it in your shell put that in $HOME/.bashrc (or whatever shell's startup file you're using)
or even somewhere at /etc/profile to set it for all users.
At 22:22 15.07.2003 -0700, you wrote:
I'm sorry, i try this already, but still doesn't work. is there any other way? And how to configure (set catalina home) at linux?
--- Reginald Oake <[EMAIL PROTECTED]> wrote:
> To set up a username and password for the manager account you need to go
> into $CATALINA_HOME/conf (or for Windows %CATALINA_HOME%\conf) and add
> the following line to your tomcat-users.xml file.
>
> <user username="xxxx" password="xxxx" roles="manager"/>
>
> Of course you should replace the xxxx with the username and password you
> want to use and this line goes between the tomcat-users start and end
> tags.
>
> Your tomcat-users.xml should look something like this when you are done.
>
> <?xml version='1.0' encoding='utf-8'?>
> <tomcat-users>
> <role rolename="tomcat"/>
> <role rolename="role1"/>
> <role rolename="manager"/>
> <user username="tomcat" password="tomcat" roles="tomcat"/>
> <user username="xxxx" password="xxxx" roles="manager"/>
> <user username="role1" password="tomcat" roles="role1"/>
> <user username="both" password="tomcat" roles="tomcat,role1"/>
> </tomcat-users>
>
> After this, restart Tomcat and you should be able to access the
> management application.
>
> Hope this helps.
>
>
> Reg
>
>
>
> On Tue, 2003-07-15 at 20:23, Da Vinci wrote:
> > i use tomcat 4.1.24. there is role admin or manager, and no user with role admin or manager in
> > $CATALINA_HOME/conf/tomcat-users.xml. so how can i configure the tomcat administration and
> tomcat
> > manager? how can i get the username and password admin & manager?
> >
> > =====
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > The New Yahoo! Search - Faster. Easier. Bingo.
> > http://search.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
=====
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
