<user name="admin" password="XXXXXX" roles="tomcat,admin,manager,manager-gui"/>
I wrote:
<user name="admin" password="admin" roles="tomcat,admin,manager,manager-gui"/>--
OpenMRS Developers: http://go.openmrs.org/dev
Post: d...@openmrs.org | Unsubscribe: dev+uns...@openmrs.org
Manage your OpenMRS subscriptions at https://id.openmrs.org/
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@openmrs.org.
Akash --
What version of tomcat are you using? I believe that the "manager" role has been removed by 6.0.35; you can change it to manager-status if you want.
Also, there are some issues between OpenMRS and Ubuntu about how the various Tomcat directories (/usr/share/tomcat6, /var/lib/tomcat6, /usr/lib/apache-tomcat-6.0.35) work together. It's almost certain that this is not the best way, but what I have done is to configure Tomcat (including the user list and the command-line parameters) in /usr/lib/apache-tomcat-6.0.35; when I start up the machine, using sudo I kill the process running Tomcat and then start /usr/lib/apache-tomcat-6.0.35/bin/startup.sh. Before shutting down, I run shutdown.sh.
--
OpenMRS Developers: http://go.openmrs.org/dev
Post: d...@openmrs.org | Unsubscribe:
dev+uns...@openmrs.org
Manage your OpenMRS subscriptions at https://id.openmrs.org/
try starting the mysql command line interface:
mysql -uUSERNAME -pPASSWORD --port=PORT DBNAME
You need to replace the capitalized words with the corresponding values on your machine. The default port for MySQL is 3306, but I believe the standalone uses 3307.
I can see when I am logged in ... there doesn't seem to be any option to make it public....
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@openmrs.org.