RE: Tomcat ask me for User/password?

2005-03-09 Thread Kevin.Griesmar
In your $CATALINA_HOME/conf there is a file called tomcat-users.xml. Edit the file and create an admin role and user. For example: ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ role rolename=standard/ role rolename=manager/ role

RE: Tomcat ask me for User/password?

2005-03-09 Thread Daxin Zuo
: Wednesday, March 09, 2005 2:55 PM To: tomcat-user@jakarta.apache.org Subject: RE: Tomcat ask me for User/password? In your $CATALINA_HOME/conf there is a file called tomcat-users.xml. Edit the file and create an admin role and user. For example: ?xml version='1.0' encoding='utf-8'? tomcat-users

RE: Tomcat ask me for User/password?

2005-03-09 Thread Ben Kim
In the Prompt window, it asks for (daxin is my computer's name) Enter username and password for XDB at http://daxin:8080 I'm not sure if it's the case, but I had the same prompt once. It was because there was an Oracle webserver running on port 8080. If oracle is a valid suspect, you may