Hi,
Using: SmartGWT/OS X 10.6/Tomcat/Mozilla
I have configured authorization for my web app, and set roles/login config and security-constraint in web.xml
Corresponding changes are done in server-conf/tomcat-users.xml
Now, on production it's asking for username/pwd and is working fine, but same web.xml is throwing error, when run in hosted mode using Jetty
HTTP ERROR: 500
No realm
Is there any way to by-pass authorization while running in hosted mode.
-Shoonya
Using: SmartGWT/OS X 10.6/Tomcat/Mozilla
I have configured authorization for my web app, and set roles/login config and security-constraint in web.xml
Corresponding changes are done in server-conf/tomcat-users.xml
Now, on production it's asking for username/pwd and is working fine, but same web.xml is throwing error, when run in hosted mode using Jetty
HTTP ERROR: 500
No realm
Is there any way to by-pass authorization while running in hosted mode.
-Shoonya
Comment